REST Resource: conferenceRecords
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Tài nguyên: ConferenceRecord
Một phiên bản của cuộc họp được tổ chức trong một không gian.
Biểu diễn dưới dạng JSON |
{
"name": string,
"startTime": string,
"endTime": string,
"expireTime": string,
"space": string
} |
Trường |
name |
string
Giá trị nhận dạng. Tên tài nguyên của bản ghi cuộc họp. Định dạng: conferenceRecords/{conferenceRecord} , trong đó {conferenceRecord} là mã nhận dạng duy nhất cho mỗi thực thể của lệnh gọi trong một không gian.
|
startTime |
string (Timestamp format)
Chỉ có đầu ra. Dấu thời gian khi cuộc họp bắt đầu. Luôn được đặt.
|
endTime |
string (Timestamp format)
Chỉ có đầu ra. Dấu thời gian khi hội nghị kết thúc. Được đặt cho các hội nghị trước đây. Huỷ thiết lập nếu hội nghị đang diễn ra.
|
expireTime |
string (Timestamp format)
Chỉ có đầu ra. Thời gian hết hạn do máy chủ thực thi khi tài nguyên bản ghi hội nghị này bị xoá. Tài nguyên này sẽ bị xoá sau 30 ngày kể từ khi hội nghị kết thúc.
|
space |
string
Chỉ có đầu ra. Không gian tổ chức hội nghị.
|
Phương thức |
|
Lấy bản ghi hội nghị theo mã hội nghị. |
|
Liệt kê các bản ghi hội nghị. |
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-07-25 UTC.
[null,null,["Cập nhật lần gần đây nhất: 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. |"]]