public interface ActiveConferenceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConferenceRecord()
public abstract String 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) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
String | 
        The conferenceRecord.  | 
      
getConferenceRecordBytes()
public abstract 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) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for conferenceRecord.  |