REST Resource: conferenceRecords
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
ทรัพยากร: ConferenceRecord
อินสแตนซ์เดียวของการประชุมที่จัดขึ้นในพื้นที่ทำงาน
การแสดง JSON |
{
"name": string,
"startTime": string,
"endTime": string,
"expireTime": string,
"space": string
} |
ช่อง |
name |
string
ตัวระบุ ชื่อทรัพยากรของระเบียนการประชุม รูปแบบ: conferenceRecords/{conferenceRecord} โดยที่ {conferenceRecord} คือรหัสที่ไม่ซ้ำกันสำหรับอินสแตนซ์การเรียกแต่ละรายการภายในพื้นที่ทำงาน
|
startTime |
string (Timestamp format)
เอาต์พุตเท่านั้น การประทับเวลาที่การประชุมเริ่มต้น ตั้งค่าเสมอ
|
endTime |
string (Timestamp format)
เอาต์พุตเท่านั้น การประทับเวลาที่การประชุมสิ้นสุด ตั้งค่าสำหรับการประชุมที่ผ่านมา ยกเลิกการตั้งค่าหากการประชุมยังดำเนินอยู่
|
expireTime |
string (Timestamp format)
เอาต์พุตเท่านั้น เวลาหมดอายุที่เซิร์ฟเวอร์บังคับใช้เมื่อมีการลบทรัพยากรระเบียนการประชุมนี้ ระบบจะลบทรัพยากรหลังจากการประชุมสิ้นสุดลง 30 วัน
|
space |
string
เอาต์พุตเท่านั้น พื้นที่จัดการประชุม
|
เมธอด |
|
รับระเบียนการประชุมตามรหัสการประชุม |
|
แสดงรายการบันทึกการประชุม |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 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. |"]]