public interface RecordingOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDestinationCase()
public abstract Recording.DestinationCase getDestinationCase()| Returns | |
|---|---|
| Type | Description | 
| Recording.DestinationCase | |
getDriveDestination()
public abstract DriveDestination getDriveDestination() Output only. Recording is saved to Google Drive as an MP4 file. The
 drive_destination includes the Drive fileId that can be used to
 download the file using the files.get method of the Drive API.
 
 .google.apps.meet.v2beta.DriveDestination drive_destination = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| DriveDestination | The driveDestination. | 
getDriveDestinationOrBuilder()
public abstract DriveDestinationOrBuilder getDriveDestinationOrBuilder() Output only. Recording is saved to Google Drive as an MP4 file. The
 drive_destination includes the Drive fileId that can be used to
 download the file using the files.get method of the Drive API.
 
 .google.apps.meet.v2beta.DriveDestination drive_destination = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| DriveDestinationOrBuilder | |
getEndTime()
public abstract Timestamp getEndTime()Output only. Timestamp when the recording ended.
 .google.protobuf.Timestamp end_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| Timestamp | The endTime. | 
getEndTimeOrBuilder()
public abstract TimestampOrBuilder getEndTimeOrBuilder()Output only. Timestamp when the recording ended.
 .google.protobuf.Timestamp end_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| TimestampOrBuilder | |
getName()
public abstract String getName() Output only. Resource name of the recording.
 Format: conferenceRecords/{conference_record}/recordings/{recording}
 where {recording} is a 1:1 mapping to each unique recording session
 during the conference.
 string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| String | The name. | 
getNameBytes()
public abstract ByteString getNameBytes() Output only. Resource name of the recording.
 Format: conferenceRecords/{conference_record}/recordings/{recording}
 where {recording} is a 1:1 mapping to each unique recording session
 during the conference.
 string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for name. | 
getStartTime()
public abstract Timestamp getStartTime()Output only. Timestamp when the recording started.
 .google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| Timestamp | The startTime. | 
getStartTimeOrBuilder()
public abstract TimestampOrBuilder getStartTimeOrBuilder()Output only. Timestamp when the recording started.
 .google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| TimestampOrBuilder | |
getState()
public abstract Recording.State getState()Output only. Current state.
 
 .google.apps.meet.v2beta.Recording.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| Recording.State | The state. | 
getStateValue()
public abstract int getStateValue()Output only. Current state.
 
 .google.apps.meet.v2beta.Recording.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| int | The enum numeric value on the wire for state. | 
hasDriveDestination()
public abstract boolean hasDriveDestination() Output only. Recording is saved to Google Drive as an MP4 file. The
 drive_destination includes the Drive fileId that can be used to
 download the file using the files.get method of the Drive API.
 
 .google.apps.meet.v2beta.DriveDestination drive_destination = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the driveDestination field is set. | 
hasEndTime()
public abstract boolean hasEndTime()Output only. Timestamp when the recording ended.
 .google.protobuf.Timestamp end_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the endTime field is set. | 
hasStartTime()
public abstract boolean hasStartTime()Output only. Timestamp when the recording started.
 .google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the startTime field is set. |