public interface ListRecordingsResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getNextPageToken()
public abstract String getNextPageToken()
Token to be circulated back for further List call if current List doesn't include all the recordings. Unset if all recordings are returned.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()
Token to be circulated back for further List call if current List doesn't include all the recordings. Unset if all recordings are returned.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for nextPageToken. |
getRecordings(int index)
public abstract Recording getRecordings(int index)
List of recordings in one page.
repeated .google.apps.meet.v2beta.Recording recordings = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Recording |
getRecordingsCount()
public abstract int getRecordingsCount()
List of recordings in one page.
repeated .google.apps.meet.v2beta.Recording recordings = 1;
Returns | |
---|---|
Type | Description |
int |
getRecordingsList()
public abstract List<Recording> getRecordingsList()
List of recordings in one page.
repeated .google.apps.meet.v2beta.Recording recordings = 1;
Returns | |
---|---|
Type | Description |
List<Recording> |
getRecordingsOrBuilder(int index)
public abstract RecordingOrBuilder getRecordingsOrBuilder(int index)
List of recordings in one page.
repeated .google.apps.meet.v2beta.Recording recordings = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
RecordingOrBuilder |
getRecordingsOrBuilderList()
public abstract List<? extends RecordingOrBuilder> getRecordingsOrBuilderList()
List of recordings in one page.
repeated .google.apps.meet.v2beta.Recording recordings = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.apps.meet.v2beta.RecordingOrBuilder> |