public interface ListTranscriptEntriesResponseOrBuilder
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 transcript entries.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
Token to be circulated back for further List call if current List doesn't
include all the transcript entries.
|
TranscriptEntry |
getTranscriptEntries(int index)
List of TranscriptEntries in one page.
|
int |
getTranscriptEntriesCount()
List of TranscriptEntries in one page.
|
List<TranscriptEntry> |
getTranscriptEntriesList()
List of TranscriptEntries in one page.
|
TranscriptEntryOrBuilder |
getTranscriptEntriesOrBuilder(int index)
List of TranscriptEntries in one page.
|
List<? extends TranscriptEntryOrBuilder> |
getTranscriptEntriesOrBuilderList()
List of TranscriptEntries in one page.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<TranscriptEntry> getTranscriptEntriesList()
List of TranscriptEntries in one page.
repeated .google.apps.meet.v2.TranscriptEntry transcript_entries = 1;TranscriptEntry getTranscriptEntries(int index)
List of TranscriptEntries in one page.
repeated .google.apps.meet.v2.TranscriptEntry transcript_entries = 1;int getTranscriptEntriesCount()
List of TranscriptEntries in one page.
repeated .google.apps.meet.v2.TranscriptEntry transcript_entries = 1;List<? extends TranscriptEntryOrBuilder> getTranscriptEntriesOrBuilderList()
List of TranscriptEntries in one page.
repeated .google.apps.meet.v2.TranscriptEntry transcript_entries = 1;TranscriptEntryOrBuilder getTranscriptEntriesOrBuilder(int index)
List of TranscriptEntries in one page.
repeated .google.apps.meet.v2.TranscriptEntry transcript_entries = 1;String getNextPageToken()
Token to be circulated back for further List call if current List doesn't include all the transcript entries. Unset if all entries 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 transcript entries. Unset if all entries are returned.
string next_page_token = 2;Copyright © 2024 Google LLC. All rights reserved.