public static final class TranscriptEntry.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<TranscriptEntry.Builder> implements TranscriptEntryOrBuilder
Single entry for one user’s speech during a transcript session.Protobuf type
google.apps.meet.v2.TranscriptEntry| Modifier and Type | Method and Description |
|---|---|
TranscriptEntry.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TranscriptEntry |
build() |
TranscriptEntry |
buildPartial() |
TranscriptEntry.Builder |
clear() |
TranscriptEntry.Builder |
clearEndTime()
Output only.
|
TranscriptEntry.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
TranscriptEntry.Builder |
clearLanguageCode()
Output only.
|
TranscriptEntry.Builder |
clearName()
Output only.
|
TranscriptEntry.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
TranscriptEntry.Builder |
clearParticipant()
Output only.
|
TranscriptEntry.Builder |
clearStartTime()
Output only.
|
TranscriptEntry.Builder |
clearText()
Output only.
|
TranscriptEntry.Builder |
clone() |
TranscriptEntry |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
com.google.protobuf.Timestamp |
getEndTime()
Output only.
|
com.google.protobuf.Timestamp.Builder |
getEndTimeBuilder()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getEndTimeOrBuilder()
Output only.
|
String |
getLanguageCode()
Output only.
|
com.google.protobuf.ByteString |
getLanguageCodeBytes()
Output only.
|
String |
getName()
Output only.
|
com.google.protobuf.ByteString |
getNameBytes()
Output only.
|
String |
getParticipant()
Output only.
|
com.google.protobuf.ByteString |
getParticipantBytes()
Output only.
|
com.google.protobuf.Timestamp |
getStartTime()
Output only.
|
com.google.protobuf.Timestamp.Builder |
getStartTimeBuilder()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getStartTimeOrBuilder()
Output only.
|
String |
getText()
Output only.
|
com.google.protobuf.ByteString |
getTextBytes()
Output only.
|
boolean |
hasEndTime()
Output only.
|
boolean |
hasStartTime()
Output only.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
TranscriptEntry.Builder |
mergeEndTime(com.google.protobuf.Timestamp value)
Output only.
|
TranscriptEntry.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
TranscriptEntry.Builder |
mergeFrom(com.google.protobuf.Message other) |
TranscriptEntry.Builder |
mergeFrom(TranscriptEntry other) |
TranscriptEntry.Builder |
mergeStartTime(com.google.protobuf.Timestamp value)
Output only.
|
TranscriptEntry.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
TranscriptEntry.Builder |
setEndTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only.
|
TranscriptEntry.Builder |
setEndTime(com.google.protobuf.Timestamp value)
Output only.
|
TranscriptEntry.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TranscriptEntry.Builder |
setLanguageCode(String value)
Output only.
|
TranscriptEntry.Builder |
setLanguageCodeBytes(com.google.protobuf.ByteString value)
Output only.
|
TranscriptEntry.Builder |
setName(String value)
Output only.
|
TranscriptEntry.Builder |
setNameBytes(com.google.protobuf.ByteString value)
Output only.
|
TranscriptEntry.Builder |
setParticipant(String value)
Output only.
|
TranscriptEntry.Builder |
setParticipantBytes(com.google.protobuf.ByteString value)
Output only.
|
TranscriptEntry.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
TranscriptEntry.Builder |
setStartTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only.
|
TranscriptEntry.Builder |
setStartTime(com.google.protobuf.Timestamp value)
Output only.
|
TranscriptEntry.Builder |
setText(String value)
Output only.
|
TranscriptEntry.Builder |
setTextBytes(com.google.protobuf.ByteString value)
Output only.
|
TranscriptEntry.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<TranscriptEntry.Builder>public TranscriptEntry.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<TranscriptEntry.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<TranscriptEntry.Builder>public TranscriptEntry getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic TranscriptEntry build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic TranscriptEntry buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic TranscriptEntry.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<TranscriptEntry.Builder>public TranscriptEntry.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<TranscriptEntry.Builder>public TranscriptEntry.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<TranscriptEntry.Builder>public TranscriptEntry.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<TranscriptEntry.Builder>public TranscriptEntry.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<TranscriptEntry.Builder>public TranscriptEntry.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<TranscriptEntry.Builder>public TranscriptEntry.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<TranscriptEntry.Builder>public TranscriptEntry.Builder mergeFrom(TranscriptEntry other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<TranscriptEntry.Builder>public TranscriptEntry.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<TranscriptEntry.Builder>IOExceptionpublic String getName()
Output only. Resource name of the entry. Format:
"conferenceRecords/{conference_record}/transcripts/{transcript}/entries/{entry}"
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];getName in interface TranscriptEntryOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
Output only. Resource name of the entry. Format:
"conferenceRecords/{conference_record}/transcripts/{transcript}/entries/{entry}"
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];getNameBytes in interface TranscriptEntryOrBuilderpublic TranscriptEntry.Builder setName(String value)
Output only. Resource name of the entry. Format:
"conferenceRecords/{conference_record}/transcripts/{transcript}/entries/{entry}"
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];value - The name to set.public TranscriptEntry.Builder clearName()
Output only. Resource name of the entry. Format:
"conferenceRecords/{conference_record}/transcripts/{transcript}/entries/{entry}"
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];public TranscriptEntry.Builder setNameBytes(com.google.protobuf.ByteString value)
Output only. Resource name of the entry. Format:
"conferenceRecords/{conference_record}/transcripts/{transcript}/entries/{entry}"
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];value - The bytes for name to set.public String getParticipant()
Output only. Refers to the participant who speaks.
string participant = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
getParticipant in interface TranscriptEntryOrBuilderpublic com.google.protobuf.ByteString getParticipantBytes()
Output only. Refers to the participant who speaks.
string participant = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
getParticipantBytes in interface TranscriptEntryOrBuilderpublic TranscriptEntry.Builder setParticipant(String value)
Output only. Refers to the participant who speaks.
string participant = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
value - The participant to set.public TranscriptEntry.Builder clearParticipant()
Output only. Refers to the participant who speaks.
string participant = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
public TranscriptEntry.Builder setParticipantBytes(com.google.protobuf.ByteString value)
Output only. Refers to the participant who speaks.
string participant = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
value - The bytes for participant to set.public String getText()
Output only. The transcribed text of the participant's voice, at maximum 10K words. Note that the limit is subject to change.
string text = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];getText in interface TranscriptEntryOrBuilderpublic com.google.protobuf.ByteString getTextBytes()
Output only. The transcribed text of the participant's voice, at maximum 10K words. Note that the limit is subject to change.
string text = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];getTextBytes in interface TranscriptEntryOrBuilderpublic TranscriptEntry.Builder setText(String value)
Output only. The transcribed text of the participant's voice, at maximum 10K words. Note that the limit is subject to change.
string text = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];value - The text to set.public TranscriptEntry.Builder clearText()
Output only. The transcribed text of the participant's voice, at maximum 10K words. Note that the limit is subject to change.
string text = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];public TranscriptEntry.Builder setTextBytes(com.google.protobuf.ByteString value)
Output only. The transcribed text of the participant's voice, at maximum 10K words. Note that the limit is subject to change.
string text = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];value - The bytes for text to set.public String getLanguageCode()
Output only. Language of spoken text, such as "en-US". IETF BCP 47 syntax (https://tools.ietf.org/html/bcp47)
string language_code = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];getLanguageCode in interface TranscriptEntryOrBuilderpublic com.google.protobuf.ByteString getLanguageCodeBytes()
Output only. Language of spoken text, such as "en-US". IETF BCP 47 syntax (https://tools.ietf.org/html/bcp47)
string language_code = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];getLanguageCodeBytes in interface TranscriptEntryOrBuilderpublic TranscriptEntry.Builder setLanguageCode(String value)
Output only. Language of spoken text, such as "en-US". IETF BCP 47 syntax (https://tools.ietf.org/html/bcp47)
string language_code = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];value - The languageCode to set.public TranscriptEntry.Builder clearLanguageCode()
Output only. Language of spoken text, such as "en-US". IETF BCP 47 syntax (https://tools.ietf.org/html/bcp47)
string language_code = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];public TranscriptEntry.Builder setLanguageCodeBytes(com.google.protobuf.ByteString value)
Output only. Language of spoken text, such as "en-US". IETF BCP 47 syntax (https://tools.ietf.org/html/bcp47)
string language_code = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];value - The bytes for languageCode to set.public boolean hasStartTime()
Output only. Timestamp when the transcript entry started.
.google.protobuf.Timestamp start_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasStartTime in interface TranscriptEntryOrBuilderpublic com.google.protobuf.Timestamp getStartTime()
Output only. Timestamp when the transcript entry started.
.google.protobuf.Timestamp start_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
getStartTime in interface TranscriptEntryOrBuilderpublic TranscriptEntry.Builder setStartTime(com.google.protobuf.Timestamp value)
Output only. Timestamp when the transcript entry started.
.google.protobuf.Timestamp start_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
public TranscriptEntry.Builder setStartTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only. Timestamp when the transcript entry started.
.google.protobuf.Timestamp start_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
public TranscriptEntry.Builder mergeStartTime(com.google.protobuf.Timestamp value)
Output only. Timestamp when the transcript entry started.
.google.protobuf.Timestamp start_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
public TranscriptEntry.Builder clearStartTime()
Output only. Timestamp when the transcript entry started.
.google.protobuf.Timestamp start_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
public com.google.protobuf.Timestamp.Builder getStartTimeBuilder()
Output only. Timestamp when the transcript entry started.
.google.protobuf.Timestamp start_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
Output only. Timestamp when the transcript entry started.
.google.protobuf.Timestamp start_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
getStartTimeOrBuilder in interface TranscriptEntryOrBuilderpublic boolean hasEndTime()
Output only. Timestamp when the transcript entry ended.
.google.protobuf.Timestamp end_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasEndTime in interface TranscriptEntryOrBuilderpublic com.google.protobuf.Timestamp getEndTime()
Output only. Timestamp when the transcript entry ended.
.google.protobuf.Timestamp end_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
getEndTime in interface TranscriptEntryOrBuilderpublic TranscriptEntry.Builder setEndTime(com.google.protobuf.Timestamp value)
Output only. Timestamp when the transcript entry ended.
.google.protobuf.Timestamp end_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
public TranscriptEntry.Builder setEndTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only. Timestamp when the transcript entry ended.
.google.protobuf.Timestamp end_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
public TranscriptEntry.Builder mergeEndTime(com.google.protobuf.Timestamp value)
Output only. Timestamp when the transcript entry ended.
.google.protobuf.Timestamp end_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
public TranscriptEntry.Builder clearEndTime()
Output only. Timestamp when the transcript entry ended.
.google.protobuf.Timestamp end_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
public com.google.protobuf.Timestamp.Builder getEndTimeBuilder()
Output only. Timestamp when the transcript entry ended.
.google.protobuf.Timestamp end_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
Output only. Timestamp when the transcript entry ended.
.google.protobuf.Timestamp end_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
getEndTimeOrBuilder in interface TranscriptEntryOrBuilderpublic final TranscriptEntry.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<TranscriptEntry.Builder>public final TranscriptEntry.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<TranscriptEntry.Builder>Copyright © 2024 Google LLC. All rights reserved.