Interface ListSectionsResponseOrBuilder (0.55.0)

public interface ListSectionsResponseOrBuilder 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.

getSections(int index)

public abstract Section getSections(int index)

The sections from the specified user.

repeated .google.chat.v1.Section sections = 1;

Parameter
Name Description
index int
Returns
Type Description
Section

getSectionsCount()

public abstract int getSectionsCount()

The sections from the specified user.

repeated .google.chat.v1.Section sections = 1;

Returns
Type Description
int

getSectionsList()

public abstract List<Section> getSectionsList()

The sections from the specified user.

repeated .google.chat.v1.Section sections = 1;

Returns
Type Description
List<Section>

getSectionsOrBuilder(int index)

public abstract SectionOrBuilder getSectionsOrBuilder(int index)

The sections from the specified user.

repeated .google.chat.v1.Section sections = 1;

Parameter
Name Description
index int
Returns
Type Description
SectionOrBuilder

getSectionsOrBuilderList()

public abstract List<? extends SectionOrBuilder> getSectionsOrBuilderList()

The sections from the specified user.

repeated .google.chat.v1.Section sections = 1;

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