REST Resource: conferenceRecords
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
資源:ConferenceRecord
JSON 表示法 |
{
"name": string,
"startTime": string,
"endTime": string,
"expireTime": string,
"space": string
} |
欄位 |
name |
string
ID。會議記錄的資源名稱。格式:conferenceRecords/{conferenceRecord} ,其中 {conferenceRecord} 是空間中每個呼叫例項的專屬 ID。
|
startTime |
string (Timestamp format)
僅供輸出。會議開始時間的時間戳記。一律設為此值。
|
endTime |
string (Timestamp format)
僅供輸出。會議結束時的時間戳記。設定過去的會議。如果會議正在進行中,請取消設定。
|
expireTime |
string (Timestamp format)
僅供輸出。伺服器強制執行的會議記錄資源刪除期限。資源會在會議結束後 30 天刪除。
|
space |
string
僅供輸出。會議舉辦地點。
|
方法 |
|
根據會議 ID 取得會議記錄。 |
|
列出會議記錄。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-25 (世界標準時間)。
[null,null,["上次更新時間: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. |"]]