public interface ListTranscriptsResponseOrBuilder 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 transcripts. Unset if all transcripts 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 transcripts. Unset if all transcripts are returned.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for nextPageToken. |
getTranscripts(int index)
public abstract Transcript getTranscripts(int index)
List of transcripts in one page.
repeated .google.apps.meet.v2beta.Transcript transcripts = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Transcript |
getTranscriptsCount()
public abstract int getTranscriptsCount()
List of transcripts in one page.
repeated .google.apps.meet.v2beta.Transcript transcripts = 1;
Returns | |
---|---|
Type | Description |
int |
getTranscriptsList()
public abstract List<Transcript> getTranscriptsList()
List of transcripts in one page.
repeated .google.apps.meet.v2beta.Transcript transcripts = 1;
Returns | |
---|---|
Type | Description |
List<Transcript> |
getTranscriptsOrBuilder(int index)
public abstract TranscriptOrBuilder getTranscriptsOrBuilder(int index)
List of transcripts in one page.
repeated .google.apps.meet.v2beta.Transcript transcripts = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
TranscriptOrBuilder |
getTranscriptsOrBuilderList()
public abstract List<? extends TranscriptOrBuilder> getTranscriptsOrBuilderList()
List of transcripts in one page.
repeated .google.apps.meet.v2beta.Transcript transcripts = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.apps.meet.v2beta.TranscriptOrBuilder> |