public final class ListTranscriptEntriesResponse extends GeneratedMessageV3 implements ListTranscriptEntriesResponseOrBuilder
Response for ListTranscriptEntries method
Protobuf type google.apps.meet.v2beta.ListTranscriptEntriesResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ListTranscriptEntriesResponseImplements
ListTranscriptEntriesResponseOrBuilderStatic Fields
NEXT_PAGE_TOKEN_FIELD_NUMBER
public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
TRANSCRIPT_ENTRIES_FIELD_NUMBER
public static final int TRANSCRIPT_ENTRIES_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static ListTranscriptEntriesResponse getDefaultInstance()
Returns | |
---|---|
Type | Description |
ListTranscriptEntriesResponse |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static ListTranscriptEntriesResponse.Builder newBuilder()
Returns | |
---|---|
Type | Description |
ListTranscriptEntriesResponse.Builder |
newBuilder(ListTranscriptEntriesResponse prototype)
public static ListTranscriptEntriesResponse.Builder newBuilder(ListTranscriptEntriesResponse prototype)
Parameter | |
---|---|
Name | Description |
prototype |
ListTranscriptEntriesResponse |
Returns | |
---|---|
Type | Description |
ListTranscriptEntriesResponse.Builder |
parseDelimitedFrom(InputStream input)
public static ListTranscriptEntriesResponse parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
ListTranscriptEntriesResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListTranscriptEntriesResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListTranscriptEntriesResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static ListTranscriptEntriesResponse parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
ListTranscriptEntriesResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListTranscriptEntriesResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListTranscriptEntriesResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static ListTranscriptEntriesResponse parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
ListTranscriptEntriesResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListTranscriptEntriesResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListTranscriptEntriesResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static ListTranscriptEntriesResponse parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
ListTranscriptEntriesResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ListTranscriptEntriesResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListTranscriptEntriesResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static ListTranscriptEntriesResponse parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
ListTranscriptEntriesResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListTranscriptEntriesResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListTranscriptEntriesResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static ListTranscriptEntriesResponse parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
ListTranscriptEntriesResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ListTranscriptEntriesResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListTranscriptEntriesResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<ListTranscriptEntriesResponse> parser()
Returns | |
---|---|
Type | Description |
Parser<ListTranscriptEntriesResponse> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getDefaultInstanceForType()
public ListTranscriptEntriesResponse getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
ListTranscriptEntriesResponse |
getNextPageToken()
public 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 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. |
getParserForType()
public Parser<ListTranscriptEntriesResponse> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<ListTranscriptEntriesResponse> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
getTranscriptEntries(int index)
public 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 int getTranscriptEntriesCount()
List of TranscriptEntries in one page.
repeated .google.apps.meet.v2beta.TranscriptEntry transcript_entries = 1;
Returns | |
---|---|
Type | Description |
int |
getTranscriptEntriesList()
public 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 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 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> |
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 ListTranscriptEntriesResponse.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
ListTranscriptEntriesResponse.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ListTranscriptEntriesResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
ListTranscriptEntriesResponse.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public ListTranscriptEntriesResponse.Builder toBuilder()
Returns | |
---|---|
Type | Description |
ListTranscriptEntriesResponse.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |