REST Resource: conferenceRecords
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Resource: ConferenceRecord
Satu instance rapat yang diadakan di ruang.
Representasi JSON |
{
"name": string,
"startTime": string,
"endTime": string,
"expireTime": string,
"space": string
} |
Kolom |
name |
string
ID. Nama resource data konferensi. Format: conferenceRecords/{conferenceRecord} dengan {conferenceRecord} adalah ID unik untuk setiap instance panggilan dalam ruang.
|
startTime |
string (Timestamp format)
Hanya output. Stempel waktu saat konferensi dimulai. Selalu ditetapkan.
|
endTime |
string (Timestamp format)
Hanya output. Stempel waktu saat konferensi berakhir. Ditetapkan untuk konferensi sebelumnya. Batalkan penetapan jika konferensi sedang berlangsung.
|
expireTime |
string (Timestamp format)
Hanya output. Waktu habis masa berlaku yang diterapkan server saat resource data konferensi ini dihapus. Materi akan dihapus 30 hari setelah konferensi berakhir.
|
space |
string
Hanya output. Ruang tempat konferensi diadakan.
|
Metode |
|
Mendapatkan data konferensi berdasarkan ID konferensi. |
|
Mencantumkan data konferensi. |
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-07-25 UTC.
[null,null,["Terakhir diperbarui pada 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. |"]]