public final class ListTranscriptsResponse extends GeneratedMessageV3 implements ListTranscriptsResponseOrBuilder
Response for ListTranscripts method.
Protobuf type google.apps.meet.v2.ListTranscriptsResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ListTranscriptsResponseImplements
ListTranscriptsResponseOrBuilderStatic Fields
NEXT_PAGE_TOKEN_FIELD_NUMBER
public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
TRANSCRIPTS_FIELD_NUMBER
public static final int TRANSCRIPTS_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static ListTranscriptsResponse getDefaultInstance()
Returns | |
---|---|
Type | Description |
ListTranscriptsResponse |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static ListTranscriptsResponse.Builder newBuilder()
Returns | |
---|---|
Type | Description |
ListTranscriptsResponse.Builder |
newBuilder(ListTranscriptsResponse prototype)
public static ListTranscriptsResponse.Builder newBuilder(ListTranscriptsResponse prototype)
Parameter | |
---|---|
Name | Description |
prototype |
ListTranscriptsResponse |
Returns | |
---|---|
Type | Description |
ListTranscriptsResponse.Builder |
parseDelimitedFrom(InputStream input)
public static ListTranscriptsResponse parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
ListTranscriptsResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListTranscriptsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListTranscriptsResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static ListTranscriptsResponse parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
ListTranscriptsResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListTranscriptsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListTranscriptsResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static ListTranscriptsResponse parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
ListTranscriptsResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListTranscriptsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListTranscriptsResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static ListTranscriptsResponse parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
ListTranscriptsResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ListTranscriptsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListTranscriptsResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static ListTranscriptsResponse parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
ListTranscriptsResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListTranscriptsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListTranscriptsResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static ListTranscriptsResponse parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
ListTranscriptsResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ListTranscriptsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListTranscriptsResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<ListTranscriptsResponse> parser()
Returns | |
---|---|
Type | Description |
Parser<ListTranscriptsResponse> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getDefaultInstanceForType()
public ListTranscriptsResponse getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
ListTranscriptsResponse |
getNextPageToken()
public 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 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. |
getParserForType()
public Parser<ListTranscriptsResponse> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<ListTranscriptsResponse> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
getTranscripts(int index)
public Transcript getTranscripts(int index)
List of transcripts in one page.
repeated .google.apps.meet.v2.Transcript transcripts = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Transcript |
getTranscriptsCount()
public int getTranscriptsCount()
List of transcripts in one page.
repeated .google.apps.meet.v2.Transcript transcripts = 1;
Returns | |
---|---|
Type | Description |
int |
getTranscriptsList()
public List<Transcript> getTranscriptsList()
List of transcripts in one page.
repeated .google.apps.meet.v2.Transcript transcripts = 1;
Returns | |
---|---|
Type | Description |
List<Transcript> |
getTranscriptsOrBuilder(int index)
public TranscriptOrBuilder getTranscriptsOrBuilder(int index)
List of transcripts in one page.
repeated .google.apps.meet.v2.Transcript transcripts = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
TranscriptOrBuilder |
getTranscriptsOrBuilderList()
public List<? extends TranscriptOrBuilder> getTranscriptsOrBuilderList()
List of transcripts in one page.
repeated .google.apps.meet.v2.Transcript transcripts = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.apps.meet.v2.TranscriptOrBuilder> |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public ListTranscriptsResponse.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
ListTranscriptsResponse.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ListTranscriptsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
ListTranscriptsResponse.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public ListTranscriptsResponse.Builder toBuilder()
Returns | |
---|---|
Type | Description |
ListTranscriptsResponse.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |