Reference documentation and code samples for the Google Apps Meet V2beta Client class ConferenceRecord.
Single instance of a meeting held in a space.
Generated from protobuf messagegoogle.apps.meet.v2beta.ConferenceRecord
Namespace
Google \ Apps \ Meet \ V2beta
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.
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.
Output only. Server enforced expiration time for when this conference
record resource is deleted. The resource is deleted 30 days after the
conference ends.
Output only. Server enforced expiration time for when this conference
record resource is deleted. The resource is deleted 30 days after the
conference ends.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Apps Meet V2beta Client - Class ConferenceRecord (0.4.1)\n\nVersion latestkeyboard_arrow_down\n\n- [0.4.1 (latest)](/php/docs/reference/apps-meet/latest/V2beta.ConferenceRecord)\n- [0.4.0](/php/docs/reference/apps-meet/0.4.0/V2beta.ConferenceRecord)\n- [0.3.0](/php/docs/reference/apps-meet/0.3.0/V2beta.ConferenceRecord)\n- [0.2.6](/php/docs/reference/apps-meet/0.2.6/V2beta.ConferenceRecord)\n- [0.1.0](/php/docs/reference/apps-meet/0.1.0/V2beta.ConferenceRecord) \n| **Beta**\n|\n|\n| This library is covered by the [Pre-GA Offerings Terms](/terms/service-terms#1)\n| of the Terms of Service. Pre-GA libraries might have limited support,\n| and changes to pre-GA libraries might not be compatible with other pre-GA versions.\n| For more information, see the\n[launch stage descriptions](/products#product-launch-stages). \nReference documentation and code samples for the Google Apps Meet V2beta Client class ConferenceRecord.\n\nSingle instance of a meeting held in a space.\n\nGenerated from protobuf message `google.apps.meet.v2beta.ConferenceRecord`\n\nNamespace\n---------\n\nGoogle \\\\ Apps \\\\ Meet \\\\ V2beta\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getName\n\nIdentifier. Resource name of the conference record.\n\nFormat: `conferenceRecords/{conference_record}` where `{conference_record}`\nis a unique ID for each instance of a call within a space.\n\n### setName\n\nIdentifier. Resource name of the conference record.\n\nFormat: `conferenceRecords/{conference_record}` where `{conference_record}`\nis a unique ID for each instance of a call within a space.\n\n### getStartTime\n\nOutput only. Timestamp when the conference started. Always set.\n\n### hasStartTime\n\n### clearStartTime\n\n### setStartTime\n\nOutput only. Timestamp when the conference started. Always set.\n\n### getEndTime\n\nOutput only. Timestamp when the conference ended.\n\nSet for past conferences. Unset if the conference is ongoing.\n\n### hasEndTime\n\n### clearEndTime\n\n### setEndTime\n\nOutput only. Timestamp when the conference ended.\n\nSet for past conferences. Unset if the conference is ongoing.\n\n### getExpireTime\n\nOutput only. Server enforced expiration time for when this conference\nrecord resource is deleted. The resource is deleted 30 days after the\nconference ends.\n\n### hasExpireTime\n\n### clearExpireTime\n\n### setExpireTime\n\nOutput only. Server enforced expiration time for when this conference\nrecord resource is deleted. The resource is deleted 30 days after the\nconference ends.\n\n### getSpace\n\nOutput only. The space where the conference was held.\n\n### setSpace\n\nOutput only. The space where the conference was held."]]