public interface ListRecordingsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
Token to be circulated back for further List call if current List doesn't
include all the recordings.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
Token to be circulated back for further List call if current List doesn't
include all the recordings.
|
Recording |
getRecordings(int index)
List of recordings in one page.
|
int |
getRecordingsCount()
List of recordings in one page.
|
List<Recording> |
getRecordingsList()
List of recordings in one page.
|
RecordingOrBuilder |
getRecordingsOrBuilder(int index)
List of recordings in one page.
|
List<? extends RecordingOrBuilder> |
getRecordingsOrBuilderList()
List of recordings in one page.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Recording> getRecordingsList()
List of recordings in one page.
repeated .google.apps.meet.v2.Recording recordings = 1;Recording getRecordings(int index)
List of recordings in one page.
repeated .google.apps.meet.v2.Recording recordings = 1;int getRecordingsCount()
List of recordings in one page.
repeated .google.apps.meet.v2.Recording recordings = 1;List<? extends RecordingOrBuilder> getRecordingsOrBuilderList()
List of recordings in one page.
repeated .google.apps.meet.v2.Recording recordings = 1;RecordingOrBuilder getRecordingsOrBuilder(int index)
List of recordings in one page.
repeated .google.apps.meet.v2.Recording recordings = 1;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;com.google.protobuf.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;Copyright © 2024 Google LLC. All rights reserved.