REST Resource: conferenceRecords
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
资源:ConferenceRecord
JSON 表示法 |
{
"name": string,
"startTime": string,
"endTime": string,
"expireTime": string,
"space": string
} |
字段 |
name |
string
标识符。会议记录的资源名称。格式:conferenceRecords/{conferenceRecord} ,其中 {conferenceRecord} 是聊天室内每个通话实例的唯一 ID。
|
startTime |
string (Timestamp format)
仅限输出。会议开始时的时间戳。始终设置。
|
endTime |
string (Timestamp format)
仅限输出。会议结束的时间戳。设置为过往的大会。如果会议正在进行,则取消设置。
|
expireTime |
string (Timestamp format)
仅限输出。服务器强制执行的会议记录资源删除到期时间。该资源将在会议结束后的 30 天后被删除。
|
space |
string
仅限输出。会议举行的场所。
|
方法 |
|
根据会议 ID 获取会议记录。 |
|
列出联合会战绩。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):2025-07-25。"],[],[],null,["# REST Resource: conferenceRecords\n\n- [Resource: ConferenceRecord](#ConferenceRecord)\n - [JSON representation](#ConferenceRecord.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: ConferenceRecord\n--------------------------\n\nSingle instance of a meeting held in a space.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"startTime\": string, \"endTime\": string, \"expireTime\": string, \"space\": string } ``` |\n\n| Fields ||\n|--------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Identifier. Resource name of the conference record. Format: `conferenceRecords/{conferenceRecord}` where `{conferenceRecord}` is a unique ID for each instance of a call within a space. |\n| `startTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` Output only. Timestamp when the conference started. Always set. |\n| `endTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` Output only. Timestamp when the conference ended. Set for past conferences. Unset if the conference is ongoing. |\n| `expireTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` Output only. Server enforced expiration time for when this conference record resource is deleted. The resource is deleted 30 days after the conference ends. |\n| `space` | `string` Output only. The space where the conference was held. |\n\n| Methods ------- ||\n|--------------------------------------------------------------------------|--------------------------------------------|\n| ### [get](/workspace/meet/api/reference/rest/v2/conferenceRecords/get) | Gets a conference record by conference ID. |\n| ### [list](/workspace/meet/api/reference/rest/v2/conferenceRecords/list) | Lists the conference records. |"]]