public static final class ListTranscriptsResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ListTranscriptsResponse.Builder> implements ListTranscriptsResponseOrBuilder
Response for ListTranscripts method.Protobuf type
google.apps.meet.v2beta.ListTranscriptsResponse| Modifier and Type | Method and Description |
|---|---|
ListTranscriptsResponse.Builder |
addAllTranscripts(Iterable<? extends Transcript> values)
List of transcripts in one page.
|
ListTranscriptsResponse.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ListTranscriptsResponse.Builder |
addTranscripts(int index,
Transcript.Builder builderForValue)
List of transcripts in one page.
|
ListTranscriptsResponse.Builder |
addTranscripts(int index,
Transcript value)
List of transcripts in one page.
|
ListTranscriptsResponse.Builder |
addTranscripts(Transcript.Builder builderForValue)
List of transcripts in one page.
|
ListTranscriptsResponse.Builder |
addTranscripts(Transcript value)
List of transcripts in one page.
|
Transcript.Builder |
addTranscriptsBuilder()
List of transcripts in one page.
|
Transcript.Builder |
addTranscriptsBuilder(int index)
List of transcripts in one page.
|
ListTranscriptsResponse |
build() |
ListTranscriptsResponse |
buildPartial() |
ListTranscriptsResponse.Builder |
clear() |
ListTranscriptsResponse.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ListTranscriptsResponse.Builder |
clearNextPageToken()
Token to be circulated back for further List call if current List doesn't
include all the transcripts.
|
ListTranscriptsResponse.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ListTranscriptsResponse.Builder |
clearTranscripts()
List of transcripts in one page.
|
ListTranscriptsResponse.Builder |
clone() |
ListTranscriptsResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getNextPageToken()
Token to be circulated back for further List call if current List doesn't
include all the transcripts.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
Token to be circulated back for further List call if current List doesn't
include all the transcripts.
|
Transcript |
getTranscripts(int index)
List of transcripts in one page.
|
Transcript.Builder |
getTranscriptsBuilder(int index)
List of transcripts in one page.
|
List<Transcript.Builder> |
getTranscriptsBuilderList()
List of transcripts in one page.
|
int |
getTranscriptsCount()
List of transcripts in one page.
|
List<Transcript> |
getTranscriptsList()
List of transcripts in one page.
|
TranscriptOrBuilder |
getTranscriptsOrBuilder(int index)
List of transcripts in one page.
|
List<? extends TranscriptOrBuilder> |
getTranscriptsOrBuilderList()
List of transcripts in one page.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ListTranscriptsResponse.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ListTranscriptsResponse.Builder |
mergeFrom(ListTranscriptsResponse other) |
ListTranscriptsResponse.Builder |
mergeFrom(com.google.protobuf.Message other) |
ListTranscriptsResponse.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ListTranscriptsResponse.Builder |
removeTranscripts(int index)
List of transcripts in one page.
|
ListTranscriptsResponse.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ListTranscriptsResponse.Builder |
setNextPageToken(String value)
Token to be circulated back for further List call if current List doesn't
include all the transcripts.
|
ListTranscriptsResponse.Builder |
setNextPageTokenBytes(com.google.protobuf.ByteString value)
Token to be circulated back for further List call if current List doesn't
include all the transcripts.
|
ListTranscriptsResponse.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ListTranscriptsResponse.Builder |
setTranscripts(int index,
Transcript.Builder builderForValue)
List of transcripts in one page.
|
ListTranscriptsResponse.Builder |
setTranscripts(int index,
Transcript value)
List of transcripts in one page.
|
ListTranscriptsResponse.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ListTranscriptsResponse.Builder>public ListTranscriptsResponse.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ListTranscriptsResponse.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ListTranscriptsResponse.Builder>public ListTranscriptsResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ListTranscriptsResponse build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ListTranscriptsResponse buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ListTranscriptsResponse.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ListTranscriptsResponse.Builder>public ListTranscriptsResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<ListTranscriptsResponse.Builder>public ListTranscriptsResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ListTranscriptsResponse.Builder>public ListTranscriptsResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ListTranscriptsResponse.Builder>public ListTranscriptsResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ListTranscriptsResponse.Builder>public ListTranscriptsResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ListTranscriptsResponse.Builder>public ListTranscriptsResponse.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListTranscriptsResponse.Builder>public ListTranscriptsResponse.Builder mergeFrom(ListTranscriptsResponse other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ListTranscriptsResponse.Builder>public ListTranscriptsResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListTranscriptsResponse.Builder>IOExceptionpublic List<Transcript> getTranscriptsList()
List of transcripts in one page.
repeated .google.apps.meet.v2beta.Transcript transcripts = 1;getTranscriptsList in interface ListTranscriptsResponseOrBuilderpublic int getTranscriptsCount()
List of transcripts in one page.
repeated .google.apps.meet.v2beta.Transcript transcripts = 1;getTranscriptsCount in interface ListTranscriptsResponseOrBuilderpublic Transcript getTranscripts(int index)
List of transcripts in one page.
repeated .google.apps.meet.v2beta.Transcript transcripts = 1;getTranscripts in interface ListTranscriptsResponseOrBuilderpublic ListTranscriptsResponse.Builder setTranscripts(int index, Transcript value)
List of transcripts in one page.
repeated .google.apps.meet.v2beta.Transcript transcripts = 1;public ListTranscriptsResponse.Builder setTranscripts(int index, Transcript.Builder builderForValue)
List of transcripts in one page.
repeated .google.apps.meet.v2beta.Transcript transcripts = 1;public ListTranscriptsResponse.Builder addTranscripts(Transcript value)
List of transcripts in one page.
repeated .google.apps.meet.v2beta.Transcript transcripts = 1;public ListTranscriptsResponse.Builder addTranscripts(int index, Transcript value)
List of transcripts in one page.
repeated .google.apps.meet.v2beta.Transcript transcripts = 1;public ListTranscriptsResponse.Builder addTranscripts(Transcript.Builder builderForValue)
List of transcripts in one page.
repeated .google.apps.meet.v2beta.Transcript transcripts = 1;public ListTranscriptsResponse.Builder addTranscripts(int index, Transcript.Builder builderForValue)
List of transcripts in one page.
repeated .google.apps.meet.v2beta.Transcript transcripts = 1;public ListTranscriptsResponse.Builder addAllTranscripts(Iterable<? extends Transcript> values)
List of transcripts in one page.
repeated .google.apps.meet.v2beta.Transcript transcripts = 1;public ListTranscriptsResponse.Builder clearTranscripts()
List of transcripts in one page.
repeated .google.apps.meet.v2beta.Transcript transcripts = 1;public ListTranscriptsResponse.Builder removeTranscripts(int index)
List of transcripts in one page.
repeated .google.apps.meet.v2beta.Transcript transcripts = 1;public Transcript.Builder getTranscriptsBuilder(int index)
List of transcripts in one page.
repeated .google.apps.meet.v2beta.Transcript transcripts = 1;public TranscriptOrBuilder getTranscriptsOrBuilder(int index)
List of transcripts in one page.
repeated .google.apps.meet.v2beta.Transcript transcripts = 1;getTranscriptsOrBuilder in interface ListTranscriptsResponseOrBuilderpublic List<? extends TranscriptOrBuilder> getTranscriptsOrBuilderList()
List of transcripts in one page.
repeated .google.apps.meet.v2beta.Transcript transcripts = 1;getTranscriptsOrBuilderList in interface ListTranscriptsResponseOrBuilderpublic Transcript.Builder addTranscriptsBuilder()
List of transcripts in one page.
repeated .google.apps.meet.v2beta.Transcript transcripts = 1;public Transcript.Builder addTranscriptsBuilder(int index)
List of transcripts in one page.
repeated .google.apps.meet.v2beta.Transcript transcripts = 1;public List<Transcript.Builder> getTranscriptsBuilderList()
List of transcripts in one page.
repeated .google.apps.meet.v2beta.Transcript transcripts = 1;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;getNextPageToken in interface ListTranscriptsResponseOrBuilderpublic com.google.protobuf.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;getNextPageTokenBytes in interface ListTranscriptsResponseOrBuilderpublic ListTranscriptsResponse.Builder setNextPageToken(String value)
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;value - The nextPageToken to set.public ListTranscriptsResponse.Builder clearNextPageToken()
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;public ListTranscriptsResponse.Builder setNextPageTokenBytes(com.google.protobuf.ByteString value)
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;value - The bytes for nextPageToken to set.public final ListTranscriptsResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ListTranscriptsResponse.Builder>public final ListTranscriptsResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ListTranscriptsResponse.Builder>Copyright © 2024 Google LLC. All rights reserved.