Interface PositionSectionResponseOrBuilder (0.55.0)

public interface PositionSectionResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSection()

public abstract Section getSection()

The updated section.

.google.chat.v1.Section section = 1;

Returns
Type Description
Section

The section.

getSectionOrBuilder()

public abstract SectionOrBuilder getSectionOrBuilder()

The updated section.

.google.chat.v1.Section section = 1;

Returns
Type Description
SectionOrBuilder

hasSection()

public abstract boolean hasSection()

The updated section.

.google.chat.v1.Section section = 1;

Returns
Type Description
boolean

Whether the section field is set.