Class Recording.Builder (0.50.0)

public static final class Recording.Builder extends GeneratedMessage.Builder<Recording.Builder> implements RecordingOrBuilder

Metadata about a recording created during a conference.

Protobuf type google.apps.meet.v2.Recording

Implements

RecordingOrBuilder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public Recording build()
Returns
Type Description
Recording

buildPartial()

public Recording buildPartial()
Returns
Type Description
Recording

clear()

public Recording.Builder clear()
Returns
Type Description
Recording.Builder
Overrides

clearDestination()

public Recording.Builder clearDestination()
Returns
Type Description
Recording.Builder

clearDriveDestination()

public Recording.Builder clearDriveDestination()

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.v2.DriveDestination drive_destination = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Recording.Builder

clearEndTime()

public Recording.Builder clearEndTime()

Output only. Timestamp when the recording ended.

.google.protobuf.Timestamp end_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Recording.Builder

clearName()

public Recording.Builder clearName()

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
Recording.Builder

This builder for chaining.

clearStartTime()

public Recording.Builder clearStartTime()

Output only. Timestamp when the recording started.

.google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Recording.Builder

clearState()

public Recording.Builder clearState()

Output only. Current state.

.google.apps.meet.v2.Recording.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Recording.Builder

This builder for chaining.

getDefaultInstanceForType()

public Recording getDefaultInstanceForType()
Returns
Type Description
Recording

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getDestinationCase()

public Recording.DestinationCase getDestinationCase()
Returns
Type Description
Recording.DestinationCase

getDriveDestination()

public 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.v2.DriveDestination drive_destination = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DriveDestination

The driveDestination.

getDriveDestinationBuilder()

public DriveDestination.Builder getDriveDestinationBuilder()

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.v2.DriveDestination drive_destination = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DriveDestination.Builder

getDriveDestinationOrBuilder()

public 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.v2.DriveDestination drive_destination = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DriveDestinationOrBuilder

getEndTime()

public 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.

getEndTimeBuilder()

public Timestamp.Builder getEndTimeBuilder()

Output only. Timestamp when the recording ended.

.google.protobuf.Timestamp end_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Builder

getEndTimeOrBuilder()

public 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 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 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 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.

getStartTimeBuilder()

public Timestamp.Builder getStartTimeBuilder()

Output only. Timestamp when the recording started.

.google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Builder

getStartTimeOrBuilder()

public 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 Recording.State getState()

Output only. Current state.

.google.apps.meet.v2.Recording.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Recording.State

The state.

getStateValue()

public int getStateValue()

Output only. Current state.

.google.apps.meet.v2.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 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.v2.DriveDestination drive_destination = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the driveDestination field is set.

hasEndTime()

public 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 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.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeDriveDestination(DriveDestination value)

public Recording.Builder mergeDriveDestination(DriveDestination value)

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.v2.DriveDestination drive_destination = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value DriveDestination
Returns
Type Description
Recording.Builder

mergeEndTime(Timestamp value)

public Recording.Builder mergeEndTime(Timestamp value)

Output only. Timestamp when the recording ended.

.google.protobuf.Timestamp end_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value Timestamp
Returns
Type Description
Recording.Builder

mergeFrom(Recording other)

public Recording.Builder mergeFrom(Recording other)
Parameter
Name Description
other Recording
Returns
Type Description
Recording.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Recording.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Recording.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public Recording.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
Recording.Builder
Overrides

mergeStartTime(Timestamp value)

public Recording.Builder mergeStartTime(Timestamp value)

Output only. Timestamp when the recording started.

.google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value Timestamp
Returns
Type Description
Recording.Builder

setDriveDestination(DriveDestination value)

public Recording.Builder setDriveDestination(DriveDestination value)

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.v2.DriveDestination drive_destination = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value DriveDestination
Returns
Type Description
Recording.Builder

setDriveDestination(DriveDestination.Builder builderForValue)

public Recording.Builder setDriveDestination(DriveDestination.Builder builderForValue)

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.v2.DriveDestination drive_destination = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
builderForValue DriveDestination.Builder
Returns
Type Description
Recording.Builder

setEndTime(Timestamp value)

public Recording.Builder setEndTime(Timestamp value)

Output only. Timestamp when the recording ended.

.google.protobuf.Timestamp end_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value Timestamp
Returns
Type Description
Recording.Builder

setEndTime(Timestamp.Builder builderForValue)

public Recording.Builder setEndTime(Timestamp.Builder builderForValue)

Output only. Timestamp when the recording ended.

.google.protobuf.Timestamp end_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
builderForValue Builder
Returns
Type Description
Recording.Builder

setName(String value)

public Recording.Builder setName(String value)

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];

Parameter
Name Description
value String

The name to set.

Returns
Type Description
Recording.Builder

This builder for chaining.

setNameBytes(ByteString value)

public Recording.Builder setNameBytes(ByteString value)

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];

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
Recording.Builder

This builder for chaining.

setStartTime(Timestamp value)

public Recording.Builder setStartTime(Timestamp value)

Output only. Timestamp when the recording started.

.google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value Timestamp
Returns
Type Description
Recording.Builder

setStartTime(Timestamp.Builder builderForValue)

public Recording.Builder setStartTime(Timestamp.Builder builderForValue)

Output only. Timestamp when the recording started.

.google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
builderForValue Builder
Returns
Type Description
Recording.Builder

setState(Recording.State value)

public Recording.Builder setState(Recording.State value)

Output only. Current state.

.google.apps.meet.v2.Recording.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value Recording.State

The state to set.

Returns
Type Description
Recording.Builder

This builder for chaining.

setStateValue(int value)

public Recording.Builder setStateValue(int value)

Output only. Current state.

.google.apps.meet.v2.Recording.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value int

The enum numeric value on the wire for state to set.

Returns
Type Description
Recording.Builder

This builder for chaining.