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 で会議レコードを取得します。 |
|
会議の記録を一覧表示します。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。
[null,null,["最終更新日 2025-07-25 UTC。"],[],[],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. |"]]