Google Apps Meet V2 Client - Class ConferenceRecord (0.2.3)

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 \ V2

Methods

__construct

Constructor.

Parameters
Name Description
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 Google\Protobuf\Timestamp

Output only. Timestamp when the conference started. Always set.

↳ 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.

Returns
Type Description
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.

Parameter
Name Description
var string
Returns
Type Description
$this

getStartTime

Output only. Timestamp when the conference started. Always set.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasStartTime

clearStartTime

setStartTime

Output only. Timestamp when the conference started. Always set.

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this

getEndTime

Output only. Timestamp when the conference ended.

Set for past conferences. Unset if the conference is ongoing.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasEndTime

clearEndTime

setEndTime

Output only. Timestamp when the conference ended.

Set for past conferences. Unset if the conference is ongoing.

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$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.

Returns
Type Description
Google\Protobuf\Timestamp|null

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.

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this

getSpace

Output only. The space where the conference was held.

Returns
Type Description
string

setSpace

Output only. The space where the conference was held.

Parameter
Name Description
var string
Returns
Type Description
$this