Reference documentation and code samples for the Google Meet V2BETA API class Google::Apps::Meet::V2beta::ConferenceRecord.
Developer Preview. Single instance of a meeting held in a space.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#end_time
def end_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Timestamp when the conference ended. Set for past conferences. Unset if the conference is ongoing.
#expire_time
def expire_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Server enforced expire time for when this conference record resource is deleted. The resource is deleted 30 days after the conference ends.
#name
def name() -> ::String
Returns
-
(::String) — Identifier. Resource name of the conference record.
Format:
conferenceRecords/{conference_record}
where{conference_record}
is a unique id for each instance of a call within a space.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Identifier. Resource name of the conference record.
Format:
conferenceRecords/{conference_record}
where{conference_record}
is a unique id for each instance of a call within a space.
Returns
-
(::String) — Identifier. Resource name of the conference record.
Format:
conferenceRecords/{conference_record}
where{conference_record}
is a unique id for each instance of a call within a space.
#space
def space() -> ::String
Returns
- (::String) — Output only. The space where the conference was held.
#start_time
def start_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Timestamp when the conference started, always set.