Interface ListSectionItemsResponseOrBuilder (0.55.0)

public interface ListSectionItemsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.

getSectionItems(int index)

public abstract SectionItem getSectionItems(int index)

The section items from the specified section.

repeated .google.chat.v1.SectionItem section_items = 1;

Parameter
Name Description
index int
Returns
Type Description
SectionItem

getSectionItemsCount()

public abstract int getSectionItemsCount()

The section items from the specified section.

repeated .google.chat.v1.SectionItem section_items = 1;

Returns
Type Description
int

getSectionItemsList()

public abstract List<SectionItem> getSectionItemsList()

The section items from the specified section.

repeated .google.chat.v1.SectionItem section_items = 1;

Returns
Type Description
List<SectionItem>

getSectionItemsOrBuilder(int index)

public abstract SectionItemOrBuilder getSectionItemsOrBuilder(int index)

The section items from the specified section.

repeated .google.chat.v1.SectionItem section_items = 1;

Parameter
Name Description
index int
Returns
Type Description
SectionItemOrBuilder

getSectionItemsOrBuilderList()

public abstract List<? extends SectionItemOrBuilder> getSectionItemsOrBuilderList()

The section items from the specified section.

repeated .google.chat.v1.SectionItem section_items = 1;

Returns
Type Description
List<? extends com.google.chat.v1.SectionItemOrBuilder>