public interface TranscriptOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Transcript.DestinationCase |
getDestinationCase() |
DocsDestination |
getDocsDestination()
Output only.
|
DocsDestinationOrBuilder |
getDocsDestinationOrBuilder()
Output only.
|
com.google.protobuf.Timestamp |
getEndTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getEndTimeOrBuilder()
Output only.
|
String |
getName()
Output only.
|
com.google.protobuf.ByteString |
getNameBytes()
Output only.
|
com.google.protobuf.Timestamp |
getStartTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getStartTimeOrBuilder()
Output only.
|
Transcript.State |
getState()
Output only.
|
int |
getStateValue()
Output only.
|
boolean |
hasDocsDestination()
Output only.
|
boolean |
hasEndTime()
Output only.
|
boolean |
hasStartTime()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasDocsDestination()
Output only. Where the Google Docs transcript is saved.
.google.apps.meet.v2beta.DocsDestination docs_destination = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
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];
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];
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];com.google.protobuf.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];int getStateValue()
Output only. Current state.
.google.apps.meet.v2beta.Transcript.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Transcript.State getState()
Output only. Current state.
.google.apps.meet.v2beta.Transcript.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean hasStartTime()
Output only. Timestamp when the transcript started.
.google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getStartTime()
Output only. Timestamp when the transcript started.
.google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
Output only. Timestamp when the transcript started.
.google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean hasEndTime()
Output only. Timestamp when the transcript stopped.
.google.protobuf.Timestamp end_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getEndTime()
Output only. Timestamp when the transcript stopped.
.google.protobuf.Timestamp end_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
Output only. Timestamp when the transcript stopped.
.google.protobuf.Timestamp end_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Transcript.DestinationCase getDestinationCase()
Copyright © 2024 Google LLC. All rights reserved.