public static final class Transcript.Builder extends GeneratedMessageV3.Builder<Transcript.Builder> implements TranscriptOrBuilderMetadata for a transcript generated from a conference. It refers to the ASR (Automatic Speech Recognition) result of user's speech during the conference.
 Protobuf type google.apps.meet.v2beta.Transcript
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Transcript.BuilderImplements
TranscriptOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Transcript.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| Transcript.Builder | |
build()
public Transcript build()| Returns | |
|---|---|
| Type | Description | 
| Transcript | |
buildPartial()
public Transcript buildPartial()| Returns | |
|---|---|
| Type | Description | 
| Transcript | |
clear()
public Transcript.Builder clear()| Returns | |
|---|---|
| Type | Description | 
| Transcript.Builder | |
clearDestination()
public Transcript.Builder clearDestination()| Returns | |
|---|---|
| Type | Description | 
| Transcript.Builder | |
clearDocsDestination()
public Transcript.Builder clearDocsDestination()Output only. Where the Google Docs transcript is saved.
 
 .google.apps.meet.v2beta.DocsDestination docs_destination = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| Transcript.Builder | |
clearEndTime()
public Transcript.Builder clearEndTime()Output only. Timestamp when the transcript stopped.
 .google.protobuf.Timestamp end_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| Transcript.Builder | |
clearField(Descriptors.FieldDescriptor field)
public Transcript.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| Transcript.Builder | |
clearName()
public Transcript.Builder clearName() Output only. Resource name of the transcript.
 Format: conferenceRecords/{conference_record}/transcripts/{transcript},
 where {transcript} is a 1:1 mapping to each unique transcription session
 of the conference.
 string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| Transcript.Builder | This builder for chaining. | 
clearOneof(Descriptors.OneofDescriptor oneof)
public Transcript.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
| oneof | OneofDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| Transcript.Builder | |
clearStartTime()
public Transcript.Builder clearStartTime()Output only. Timestamp when the transcript started.
 .google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| Transcript.Builder | |
clearState()
public Transcript.Builder clearState()Output only. Current state.
 
 .google.apps.meet.v2beta.Transcript.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| Transcript.Builder | This builder for chaining. | 
clone()
public Transcript.Builder clone()| Returns | |
|---|---|
| Type | Description | 
| Transcript.Builder | |
getDefaultInstanceForType()
public Transcript getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
| Transcript | |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
getDestinationCase()
public Transcript.DestinationCase getDestinationCase()| Returns | |
|---|---|
| Type | Description | 
| Transcript.DestinationCase | |
getDocsDestination()
public DocsDestination getDocsDestination()Output only. Where the Google Docs transcript is saved.
 
 .google.apps.meet.v2beta.DocsDestination docs_destination = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| DocsDestination | The docsDestination. | 
getDocsDestinationBuilder()
public DocsDestination.Builder getDocsDestinationBuilder()Output only. Where the Google Docs transcript is saved.
 
 .google.apps.meet.v2beta.DocsDestination docs_destination = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| DocsDestination.Builder | |
getDocsDestinationOrBuilder()
public DocsDestinationOrBuilder getDocsDestinationOrBuilder()Output only. Where the Google Docs transcript is saved.
 
 .google.apps.meet.v2beta.DocsDestination docs_destination = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| DocsDestinationOrBuilder | |
getEndTime()
public Timestamp getEndTime()Output only. Timestamp when the transcript stopped.
 .google.protobuf.Timestamp end_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| Timestamp | The endTime. | 
getEndTimeBuilder()
public Timestamp.Builder getEndTimeBuilder()Output only. Timestamp when the transcript stopped.
 .google.protobuf.Timestamp end_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| Builder | |
getEndTimeOrBuilder()
public TimestampOrBuilder getEndTimeOrBuilder()Output only. Timestamp when the transcript stopped.
 .google.protobuf.Timestamp end_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| TimestampOrBuilder | |
getName()
public String getName() Output only. Resource name of the transcript.
 Format: conferenceRecords/{conference_record}/transcripts/{transcript},
 where {transcript} is a 1:1 mapping to each unique transcription session
 of the conference.
 string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| String | The name. | 
getNameBytes()
public ByteString getNameBytes() Output only. Resource name of the transcript.
 Format: conferenceRecords/{conference_record}/transcripts/{transcript},
 where {transcript} is a 1:1 mapping to each unique transcription session
 of the conference.
 string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for name. | 
getStartTime()
public Timestamp getStartTime()Output only. Timestamp when the transcript started.
 .google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| Timestamp | The startTime. | 
getStartTimeBuilder()
public Timestamp.Builder getStartTimeBuilder()Output only. Timestamp when the transcript started.
 .google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| Builder | |
getStartTimeOrBuilder()
public TimestampOrBuilder getStartTimeOrBuilder()Output only. Timestamp when the transcript started.
 .google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| TimestampOrBuilder | |
getState()
public Transcript.State getState()Output only. Current state.
 
 .google.apps.meet.v2beta.Transcript.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| Transcript.State | The state. | 
getStateValue()
public int getStateValue()Output only. Current state.
 
 .google.apps.meet.v2beta.Transcript.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| int | The enum numeric value on the wire for state. | 
hasDocsDestination()
public boolean hasDocsDestination()Output only. Where the Google Docs transcript is saved.
 
 .google.apps.meet.v2beta.DocsDestination docs_destination = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the docsDestination field is set. | 
hasEndTime()
public boolean hasEndTime()Output only. Timestamp when the transcript stopped.
 .google.protobuf.Timestamp end_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the endTime field is set. | 
hasStartTime()
public boolean hasStartTime()Output only. Timestamp when the transcript started.
 .google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the startTime field is set. | 
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
| FieldAccessorTable | |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
| boolean | |
mergeDocsDestination(DocsDestination value)
public Transcript.Builder mergeDocsDestination(DocsDestination value)Output only. Where the Google Docs transcript is saved.
 
 .google.apps.meet.v2beta.DocsDestination docs_destination = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | DocsDestination | 
| Returns | |
|---|---|
| Type | Description | 
| Transcript.Builder | |
mergeEndTime(Timestamp value)
public Transcript.Builder mergeEndTime(Timestamp value)Output only. Timestamp when the transcript stopped.
 .google.protobuf.Timestamp end_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | Timestamp | 
| Returns | |
|---|---|
| Type | Description | 
| Transcript.Builder | |
mergeFrom(Transcript other)
public Transcript.Builder mergeFrom(Transcript other)| Parameter | |
|---|---|
| Name | Description | 
| other | Transcript | 
| Returns | |
|---|---|
| Type | Description | 
| Transcript.Builder | |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Transcript.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
| input | CodedInputStream | 
| extensionRegistry | ExtensionRegistryLite | 
| Returns | |
|---|---|
| Type | Description | 
| Transcript.Builder | |
| Exceptions | |
|---|---|
| Type | Description | 
| IOException | |
mergeFrom(Message other)
public Transcript.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
| other | Message | 
| Returns | |
|---|---|
| Type | Description | 
| Transcript.Builder | |
mergeStartTime(Timestamp value)
public Transcript.Builder mergeStartTime(Timestamp value)Output only. Timestamp when the transcript started.
 .google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | Timestamp | 
| Returns | |
|---|---|
| Type | Description | 
| Transcript.Builder | |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Transcript.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| Transcript.Builder | |
setDocsDestination(DocsDestination value)
public Transcript.Builder setDocsDestination(DocsDestination value)Output only. Where the Google Docs transcript is saved.
 
 .google.apps.meet.v2beta.DocsDestination docs_destination = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | DocsDestination | 
| Returns | |
|---|---|
| Type | Description | 
| Transcript.Builder | |
setDocsDestination(DocsDestination.Builder builderForValue)
public Transcript.Builder setDocsDestination(DocsDestination.Builder builderForValue)Output only. Where the Google Docs transcript is saved.
 
 .google.apps.meet.v2beta.DocsDestination docs_destination = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | DocsDestination.Builder | 
| Returns | |
|---|---|
| Type | Description | 
| Transcript.Builder | |
setEndTime(Timestamp value)
public Transcript.Builder setEndTime(Timestamp value)Output only. Timestamp when the transcript stopped.
 .google.protobuf.Timestamp end_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | Timestamp | 
| Returns | |
|---|---|
| Type | Description | 
| Transcript.Builder | |
setEndTime(Timestamp.Builder builderForValue)
public Transcript.Builder setEndTime(Timestamp.Builder builderForValue)Output only. Timestamp when the transcript stopped.
 .google.protobuf.Timestamp end_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | Builder | 
| Returns | |
|---|---|
| Type | Description | 
| Transcript.Builder | |
setField(Descriptors.FieldDescriptor field, Object value)
public Transcript.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| Transcript.Builder | |
setName(String value)
public Transcript.Builder setName(String value) Output only. Resource name of the transcript.
 Format: conferenceRecords/{conference_record}/transcripts/{transcript},
 where {transcript} is a 1:1 mapping to each unique transcription session
 of the conference.
 string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe name to set. | 
| Returns | |
|---|---|
| Type | Description | 
| Transcript.Builder | This builder for chaining. | 
setNameBytes(ByteString value)
public Transcript.Builder setNameBytes(ByteString value) Output only. Resource name of the transcript.
 Format: conferenceRecords/{conference_record}/transcripts/{transcript},
 where {transcript} is a 1:1 mapping to each unique transcription session
 of the conference.
 string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for name to set. | 
| Returns | |
|---|---|
| Type | Description | 
| Transcript.Builder | This builder for chaining. | 
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Transcript.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| index | int | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| Transcript.Builder | |
setStartTime(Timestamp value)
public Transcript.Builder setStartTime(Timestamp value)Output only. Timestamp when the transcript started.
 .google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | Timestamp | 
| Returns | |
|---|---|
| Type | Description | 
| Transcript.Builder | |
setStartTime(Timestamp.Builder builderForValue)
public Transcript.Builder setStartTime(Timestamp.Builder builderForValue)Output only. Timestamp when the transcript started.
 .google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | Builder | 
| Returns | |
|---|---|
| Type | Description | 
| Transcript.Builder | |
setState(Transcript.State value)
public Transcript.Builder setState(Transcript.State value)Output only. Current state.
 
 .google.apps.meet.v2beta.Transcript.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | Transcript.StateThe state to set. | 
| Returns | |
|---|---|
| Type | Description | 
| Transcript.Builder | This builder for chaining. | 
setStateValue(int value)
public Transcript.Builder setStateValue(int value)Output only. Current state.
 
 .google.apps.meet.v2beta.Transcript.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | intThe enum numeric value on the wire for state to set. | 
| Returns | |
|---|---|
| Type | Description | 
| Transcript.Builder | This builder for chaining. | 
setUnknownFields(UnknownFieldSet unknownFields)
public final Transcript.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| Transcript.Builder | |