public interface ActiveConferenceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getConferenceRecord()
Output only.
|
com.google.protobuf.ByteString |
getConferenceRecordBytes()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getConferenceRecord()
Output only. Reference to 'ConferenceRecord' resource.
Format: `conferenceRecords/{conference_record}` where `{conference_record}`
is a unique ID for each instance of a call within a space.
string conference_record = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getConferenceRecordBytes()
Output only. Reference to 'ConferenceRecord' resource.
Format: `conferenceRecords/{conference_record}` where `{conference_record}`
is a unique ID for each instance of a call within a space.
string conference_record = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Copyright © 2024 Google LLC. All rights reserved.