Reference documentation and code samples for the Google Meet V2BETA API class Google::Apps::Meet::V2beta::Recording.
Developer Preview. Metadata about a recording created during a conference.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#drive_destination
def drive_destination() -> ::Google::Apps::Meet::V2beta::DriveDestination
Returns
-
(::Google::Apps::Meet::V2beta::DriveDestination) — Output only. Recording is saved to Google Drive as an mp4 file. The
drive_destination
includes the DrivefileId
that can be used to download the file using thefiles.get
method of the Drive API.
#end_time
def end_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Timestamp when the recording ended.
#name
def name() -> ::String
Returns
-
(::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.
#start_time
def start_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Timestamp when the recording started.
#state
def state() -> ::Google::Apps::Meet::V2beta::Recording::State
Returns
- (::Google::Apps::Meet::V2beta::Recording::State) — Output only. Current state.