Interface MoveSectionItemResponseOrBuilder (0.55.0)

public interface MoveSectionItemResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSectionItem()

public abstract SectionItem getSectionItem()

The updated section item.

.google.chat.v1.SectionItem section_item = 1;

Returns
Type Description
SectionItem

The sectionItem.

getSectionItemOrBuilder()

public abstract SectionItemOrBuilder getSectionItemOrBuilder()

The updated section item.

.google.chat.v1.SectionItem section_item = 1;

Returns
Type Description
SectionItemOrBuilder

hasSectionItem()

public abstract boolean hasSectionItem()

The updated section item.

.google.chat.v1.SectionItem section_item = 1;

Returns
Type Description
boolean

Whether the sectionItem field is set.