Interface ListSpacesResponseOrBuilder (0.7.0)

public interface ListSpacesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

You can send a token as pageToken to retrieve the next page of results. If empty, there are no subsequent pages.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

You can send a token as pageToken to retrieve the next page of results. If empty, there are no subsequent pages.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.

getSpaces(int index)

public abstract Space getSpaces(int index)

List of spaces in the requested (or first) page.

repeated .google.chat.v1.Space spaces = 1;

Parameter
Name Description
index int
Returns
Type Description
Space

getSpacesCount()

public abstract int getSpacesCount()

List of spaces in the requested (or first) page.

repeated .google.chat.v1.Space spaces = 1;

Returns
Type Description
int

getSpacesList()

public abstract List<Space> getSpacesList()

List of spaces in the requested (or first) page.

repeated .google.chat.v1.Space spaces = 1;

Returns
Type Description
List<Space>

getSpacesOrBuilder(int index)

public abstract SpaceOrBuilder getSpacesOrBuilder(int index)

List of spaces in the requested (or first) page.

repeated .google.chat.v1.Space spaces = 1;

Parameter
Name Description
index int
Returns
Type Description
SpaceOrBuilder

getSpacesOrBuilderList()

public abstract List<? extends SpaceOrBuilder> getSpacesOrBuilderList()

List of spaces in the requested (or first) page.

repeated .google.chat.v1.Space spaces = 1;

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