public interface ListTranscriptEntriesResponseOrBuilder 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 transcript entries. Unset if all entries 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 transcript entries. Unset if all entries are returned.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for nextPageToken. |
getTranscriptEntries(int index)
public abstract TranscriptEntry getTranscriptEntries(int index)
List of TranscriptEntries in one page.
repeated .google.apps.meet.v2beta.TranscriptEntry transcript_entries = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
TranscriptEntry |
getTranscriptEntriesCount()
public abstract int getTranscriptEntriesCount()
List of TranscriptEntries in one page.
repeated .google.apps.meet.v2beta.TranscriptEntry transcript_entries = 1;
Returns | |
---|---|
Type | Description |
int |
getTranscriptEntriesList()
public abstract List<TranscriptEntry> getTranscriptEntriesList()
List of TranscriptEntries in one page.
repeated .google.apps.meet.v2beta.TranscriptEntry transcript_entries = 1;
Returns | |
---|---|
Type | Description |
List<TranscriptEntry> |
getTranscriptEntriesOrBuilder(int index)
public abstract TranscriptEntryOrBuilder getTranscriptEntriesOrBuilder(int index)
List of TranscriptEntries in one page.
repeated .google.apps.meet.v2beta.TranscriptEntry transcript_entries = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
TranscriptEntryOrBuilder |
getTranscriptEntriesOrBuilderList()
public abstract List<? extends TranscriptEntryOrBuilder> getTranscriptEntriesOrBuilderList()
List of TranscriptEntries in one page.
repeated .google.apps.meet.v2beta.TranscriptEntry transcript_entries = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.apps.meet.v2beta.TranscriptEntryOrBuilder> |