public interface ListTranscriptsResponseOrBuilder
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 transcripts.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
Token to be circulated back for further List call if current List doesn't
include all the transcripts.
|
Transcript |
getTranscripts(int index)
List of transcripts in one page.
|
int |
getTranscriptsCount()
List of transcripts in one page.
|
List<Transcript> |
getTranscriptsList()
List of transcripts in one page.
|
TranscriptOrBuilder |
getTranscriptsOrBuilder(int index)
List of transcripts in one page.
|
List<? extends TranscriptOrBuilder> |
getTranscriptsOrBuilderList()
List of transcripts in one page.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Transcript> getTranscriptsList()
List of transcripts in one page.
repeated .google.apps.meet.v2.Transcript transcripts = 1;Transcript getTranscripts(int index)
List of transcripts in one page.
repeated .google.apps.meet.v2.Transcript transcripts = 1;int getTranscriptsCount()
List of transcripts in one page.
repeated .google.apps.meet.v2.Transcript transcripts = 1;List<? extends TranscriptOrBuilder> getTranscriptsOrBuilderList()
List of transcripts in one page.
repeated .google.apps.meet.v2.Transcript transcripts = 1;TranscriptOrBuilder getTranscriptsOrBuilder(int index)
List of transcripts in one page.
repeated .google.apps.meet.v2.Transcript transcripts = 1;String getNextPageToken()
Token to be circulated back for further List call if current List doesn't include all the transcripts. Unset if all transcripts 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 transcripts. Unset if all transcripts are returned.
string next_page_token = 2;Copyright © 2024 Google LLC. All rights reserved.