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
פלט בלבד. המרחב שבו התקיים הכנס.
|
Methods |
|
אחזור של רשומת ועידה לפי מזהה שיחת הוועידה. |
|
הצגת רשימת הרשומות של שיחות הוועידה. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 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. |"]]