Class Recording.Builder (0.8.0)

public static final class Recording.Builder extends GeneratedMessageV3.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
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public Recording.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
Recording.Builder
Overrides

build()

public Recording build()
Returns
TypeDescription
Recording

buildPartial()

public Recording buildPartial()
Returns
TypeDescription
Recording

clear()

public Recording.Builder clear()
Returns
TypeDescription
Recording.Builder
Overrides

clearDestination()

public Recording.Builder clearDestination()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
Recording.Builder

clearField(Descriptors.FieldDescriptor field)

public Recording.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
Recording.Builder
Overrides

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

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public Recording.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
Recording.Builder
Overrides

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

This builder for chaining.

clone()

public Recording.Builder clone()
Returns
TypeDescription
Recording.Builder
Overrides

getDefaultInstanceForType()

public Recording getDefaultInstanceForType()
Returns
TypeDescription
Recording

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getDestinationCase()

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

Whether the startTime field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
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
NameDescription
valueDriveDestination
Returns
TypeDescription
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
NameDescription
valueTimestamp
Returns
TypeDescription
Recording.Builder

mergeFrom(Recording other)

public Recording.Builder mergeFrom(Recording other)
Parameter
NameDescription
otherRecording
Returns
TypeDescription
Recording.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Recording.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Recording.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public Recording.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
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
NameDescription
valueTimestamp
Returns
TypeDescription
Recording.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final Recording.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
Recording.Builder
Overrides

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
NameDescription
valueDriveDestination
Returns
TypeDescription
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
NameDescription
builderForValueDriveDestination.Builder
Returns
TypeDescription
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
NameDescription
valueTimestamp
Returns
TypeDescription
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
NameDescription
builderForValueBuilder
Returns
TypeDescription
Recording.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public Recording.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
Recording.Builder
Overrides

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
NameDescription
valueString

The name to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for name to set.

Returns
TypeDescription
Recording.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public Recording.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
Recording.Builder
Overrides

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
NameDescription
valueTimestamp
Returns
TypeDescription
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
NameDescription
builderForValueBuilder
Returns
TypeDescription
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
NameDescription
valueRecording.State

The state to set.

Returns
TypeDescription
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
NameDescription
valueint

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

Returns
TypeDescription
Recording.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final Recording.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
Recording.Builder
Overrides