public interface MoveSectionItemResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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. |