Class Transcript.Builder (0.3.0)

public static final class Transcript.Builder extends GeneratedMessageV3.Builder<Transcript.Builder> implements TranscriptOrBuilder

Developer Preview. Metadata 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

Implements

TranscriptOrBuilder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public Transcript.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
Transcript.Builder
Overrides

build()

public Transcript build()
Returns
TypeDescription
Transcript

buildPartial()

public Transcript buildPartial()
Returns
TypeDescription
Transcript

clear()

public Transcript.Builder clear()
Returns
TypeDescription
Transcript.Builder
Overrides

clearDestination()

public Transcript.Builder clearDestination()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
Transcript.Builder

clearField(Descriptors.FieldDescriptor field)

public Transcript.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
Transcript.Builder
Overrides

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
TypeDescription
Transcript.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public Transcript.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
Transcript.Builder
Overrides

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
TypeDescription
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
TypeDescription
Transcript.Builder

This builder for chaining.

clone()

public Transcript.Builder clone()
Returns
TypeDescription
Transcript.Builder
Overrides

getDefaultInstanceForType()

public Transcript getDefaultInstanceForType()
Returns
TypeDescription
Transcript

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getDestinationCase()

public Transcript.DestinationCase getDestinationCase()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the startTime field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

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
NameDescription
valueDocsDestination
Returns
TypeDescription
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
NameDescription
valueTimestamp
Returns
TypeDescription
Transcript.Builder

mergeFrom(Transcript other)

public Transcript.Builder mergeFrom(Transcript other)
Parameter
NameDescription
otherTranscript
Returns
TypeDescription
Transcript.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Transcript.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Transcript.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public Transcript.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
Transcript.Builder
Overrides

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
NameDescription
valueTimestamp
Returns
TypeDescription
Transcript.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final Transcript.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
Transcript.Builder
Overrides

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
NameDescription
valueDocsDestination
Returns
TypeDescription
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
NameDescription
builderForValueDocsDestination.Builder
Returns
TypeDescription
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
NameDescription
valueTimestamp
Returns
TypeDescription
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
NameDescription
builderForValueBuilder
Returns
TypeDescription
Transcript.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public Transcript.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
Transcript.Builder
Overrides

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
NameDescription
valueString

The name to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for name to set.

Returns
TypeDescription
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
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
Transcript.Builder
Overrides

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
NameDescription
valueTimestamp
Returns
TypeDescription
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
NameDescription
builderForValueBuilder
Returns
TypeDescription
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
NameDescription
valueTranscript.State

The state to set.

Returns
TypeDescription
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
NameDescription
valueint

The enum numeric value on the wire for state to set.

Returns
TypeDescription
Transcript.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final Transcript.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
Transcript.Builder
Overrides