Reference documentation and code samples for the Google Meet V2 API class Google::Apps::Meet::V2::Recording.
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
::
V2
::
DriveDestination
Returns
- ( ::Google::Apps::Meet::V2::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
::
V2
::
Recording
::
State
Returns
- ( ::Google::Apps::Meet::V2::Recording::State ) — Output only. Current state.