REST Resource: conferenceRecords
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Kaynak: ConferenceRecord
Bir alanda düzenlenen toplantının tek örneği.
JSON gösterimi |
{
"name": string,
"startTime": string,
"endTime": string,
"expireTime": string,
"space": string
} |
Alanlar |
name |
string
Tanımlayıcı. Konferans kaydının kaynak adı. Biçim: conferenceRecords/{conferenceRecord} . Burada {conferenceRecord} , bir alandaki her bir çağrı örneği için benzersiz bir kimliktir.
|
startTime |
string (Timestamp format)
Yalnızca çıkış. Konferansın başladığı zaman damgası. Her zaman ayarlanır.
|
endTime |
string (Timestamp format)
Yalnızca çıkış. Konferansın sona erdiği zaman damgası. Geçmiş konferanslar için ayarlanır. Konferans devam ediyorsa bu ayarı kaldırın.
|
expireTime |
string (Timestamp format)
Yalnızca çıkış. Bu konferans kaydı kaynağının silineceği sunucu tarafından zorunlu kılınan son kullanma zamanı. Kaynak, konferans sona erdikten 30 gün sonra silinir.
|
space |
string
Yalnızca çıkış. Konferansın yapıldığı alan.
|
Yöntemler |
|
Konferans kimliğine göre bir konferans kaydı alır. |
|
Konferans kayıtlarını listeler. |
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-25 UTC.
[null,null,["Son güncelleme tarihi: 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. |"]]