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
सिर्फ़ आउटपुट के लिए. वह स्पेस जहां कॉन्फ़्रेंस हुआ था.
|
तरीके |
|
कॉन्फ़्रेंस आईडी के हिसाब से कॉन्फ़्रेंस रिकॉर्ड पाता है. |
|
कॉन्फ़्रेंस रिकॉर्ड की सूची दिखाता है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 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. |"]]