Interface RecordingOrBuilder (0.6.0)

public interface RecordingOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDestinationCase()

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

Whether the startTime field is set.