Reference documentation and code samples for the Google Apps Meet V2beta Client class Recording.
Metadata about a recording created during a conference.
Generated from protobuf message google.apps.meet.v2beta.Recording
Namespace
Google \ Apps \ Meet \ V2betaMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ drive_destination
DriveDestination
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.
↳ name
string
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.
↳ state
int
Output only. Current state.
↳ start_time
↳ end_time
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.
hasDriveDestination
setDriveDestination
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.
$this
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
setName
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.
var
string
$this
getState
Output only. Current state.
int
setState
Output only. Current state.
var
int
$this
getStartTime
Output only. Timestamp when the recording started.
hasStartTime
clearStartTime
setStartTime
Output only. Timestamp when the recording started.
$this
getEndTime
Output only. Timestamp when the recording ended.
hasEndTime
clearEndTime
setEndTime
Output only. Timestamp when the recording ended.
$this
getDestination
string

