Interface ListTranscriptsResponseOrBuilder (0.8.0)

public interface ListTranscriptsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
ByteString

The bytes for nextPageToken.

getTranscripts(int index)

public abstract Transcript getTranscripts(int index)

List of transcripts in one page.

repeated .google.apps.meet.v2.Transcript transcripts = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Transcript

getTranscriptsCount()

public abstract int getTranscriptsCount()

List of transcripts in one page.

repeated .google.apps.meet.v2.Transcript transcripts = 1;

Returns
TypeDescription
int

getTranscriptsList()

public abstract List<Transcript> getTranscriptsList()

List of transcripts in one page.

repeated .google.apps.meet.v2.Transcript transcripts = 1;

Returns
TypeDescription
List<Transcript>

getTranscriptsOrBuilder(int index)

public abstract TranscriptOrBuilder getTranscriptsOrBuilder(int index)

List of transcripts in one page.

repeated .google.apps.meet.v2.Transcript transcripts = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
TranscriptOrBuilder

getTranscriptsOrBuilderList()

public abstract List<? extends TranscriptOrBuilder> getTranscriptsOrBuilderList()

List of transcripts in one page.

repeated .google.apps.meet.v2.Transcript transcripts = 1;

Returns
TypeDescription
List<? extends com.google.apps.meet.v2.TranscriptOrBuilder>