public interface SearchSpacesResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getNextPageToken()
public abstract String getNextPageToken()
A token that can be used to retrieve the next page. If this field is empty, there are no subsequent pages.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()
A token that can be used to retrieve the next page. If this field is 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)
A page of the requested spaces.
repeated .google.chat.v1.Space spaces = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Space |
getSpacesCount()
public abstract int getSpacesCount()
A page of the requested spaces.
repeated .google.chat.v1.Space spaces = 1;
Returns | |
---|---|
Type | Description |
int |
getSpacesList()
public abstract List<Space> getSpacesList()
A page of the requested spaces.
repeated .google.chat.v1.Space spaces = 1;
Returns | |
---|---|
Type | Description |
List<Space> |
getSpacesOrBuilder(int index)
public abstract SpaceOrBuilder getSpacesOrBuilder(int index)
A page of the requested spaces.
repeated .google.chat.v1.Space spaces = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
SpaceOrBuilder |
getSpacesOrBuilderList()
public abstract List<? extends SpaceOrBuilder> getSpacesOrBuilderList()
A page of the requested spaces.
repeated .google.chat.v1.Space spaces = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.chat.v1.SpaceOrBuilder> |
getTotalSize()
public abstract int getTotalSize()
The total number of spaces that match the query, across all pages. If the result is over 10,000 spaces, this value is an estimate.
int32 total_size = 3;
Returns | |
---|---|
Type | Description |
int |
The totalSize. |