Reference documentation and code samples for the Google Apps Meet V2 Client class ConferenceRecord.
Single instance of a meeting held in a space.
Generated from protobuf message google.apps.meet.v2.ConferenceRecord
Namespace
Google \ Apps \ Meet \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
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.
↳ start_time
↳ end_time
Google\Protobuf\Timestamp
Output only. Timestamp when the conference ended. Set for past conferences. Unset if the conference is ongoing.
↳ expire_time
Google\Protobuf\Timestamp
Output only. Server enforced expiration time for when this conference record resource is deleted. The resource is deleted 30 days after the conference ends.
↳ space
string
Output only. The space where the conference was held.
getName
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.
string
setName
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.
var
string
$this
getStartTime
Output only. Timestamp when the conference started. Always set.
hasStartTime
clearStartTime
setStartTime
Output only. Timestamp when the conference started. Always set.
$this
getEndTime
Output only. Timestamp when the conference ended.
Set for past conferences. Unset if the conference is ongoing.
hasEndTime
clearEndTime
setEndTime
Output only. Timestamp when the conference ended.
Set for past conferences. Unset if the conference is ongoing.
$this
getExpireTime
Output only. Server enforced expiration time for when this conference record resource is deleted. The resource is deleted 30 days after the conference ends.
hasExpireTime
clearExpireTime
setExpireTime
Output only. Server enforced expiration time for when this conference record resource is deleted. The resource is deleted 30 days after the conference ends.
$this
getSpace
Output only. The space where the conference was held.
string
setSpace
Output only. The space where the conference was held.
var
string
$this