REST Resource: conferenceRecords.recordings
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
משאב: הקלטה
מטא-נתונים על הקלטה שנוצרה במהלך ועידה.
ייצוג ב-JSON |
{
"name": string,
"state": enum (State ),
"startTime": string,
"endTime": string,
// Union field destination can be only one of the following:
"driveDestination": {
object (DriveDestination )
}
// End of list of possible types for union field destination .
} |
שדות |
name |
string
פלט בלבד. שם המשאב של ההקלטה. פורמט: conferenceRecords/{conferenceRecord}/recordings/{recording} , כאשר {recording} הוא מיפוי אחד-לאחד לכל סשן הקלטה ייחודי במהלך הכנס.
|
state |
enum (State )
פלט בלבד. המצב הנוכחי.
|
startTime |
string (Timestamp format)
פלט בלבד. חותמת הזמן של תחילת ההקלטה.
|
endTime |
string (Timestamp format)
פלט בלבד. חותמת הזמן של מועד סיום ההקלטה.
|
שדה האיחוד destination . הערך של destination יכול להיות רק אחת מהאפשרויות הבאות: |
driveDestination |
object (DriveDestination )
פלט בלבד. ההקלטה נשמרת ב-Google Drive כקובץ MP4. ה-driveDestination כולל את fileId של Drive שאפשר להשתמש בו כדי להוריד את הקובץ באמצעות השיטה files.get של Drive API.
|
DriveDestination
מיקום הייצוא שבו נשמר קובץ ההקלטה ב-Google Drive.
ייצוג ב-JSON |
{
"file": string,
"exportUri": string
} |
שדות |
file |
string
פלט בלבד. ה-fileId של קובץ ה-MP4 הבסיסי. לדוגמה, 1kuceFZohVoCh6FulBHxwy6I15Ogpc4hP. משתמשים ב-$ GET
https://www.googleapis.com/drive/v3/files/{$fileId}?alt=media כדי להוריד את ה-blob. מידע נוסף זמין בכתובת https://developers.google.com/drive/api/v3/reference/files/get.
|
exportUri |
string
פלט בלבד. קישור להפעלת קובץ ההקלטה בדפדפן. לדוגמה, https://drive.google.com/file/d/{$fileId}/view .
|
מדינה
המצב הנוכחי של סשן ההקלטה.
טיפוסים בני מנייה (enum) |
STATE_UNSPECIFIED |
ברירת המחדל, אף פעם לא נעשה בה שימוש. |
STARTED |
סשן הקלטה פעיל התחיל. |
ENDED |
סשן ההקלטה הזה הסתיים, אבל קובץ ההקלטה עדיין לא נוצר. |
FILE_GENERATED |
קובץ ההקלטה נוצר ומוכן להורדה. |
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.recordings\n\n- [Resource: Recording](#Recording)\n - [JSON representation](#Recording.SCHEMA_REPRESENTATION)\n- [DriveDestination](#DriveDestination)\n - [JSON representation](#DriveDestination.SCHEMA_REPRESENTATION)\n- [State](#State)\n- [Methods](#METHODS_SUMMARY)\n\nResource: Recording\n-------------------\n\nMetadata about a recording created during a conference.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"state\": enum (/workspace/meet/api/reference/rest/v2/conferenceRecords.recordings#State), \"startTime\": string, \"endTime\": string, // Union field `destination` can be only one of the following: \"driveDestination\": { object (/workspace/meet/api/reference/rest/v2/conferenceRecords.recordings#DriveDestination) } // End of list of possible types for union field `destination`. } ``` |\n\n| Fields ||\n|--------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Output only. Resource name of the recording. Format: `conferenceRecords/{conferenceRecord}/recordings/{recording}` where `{recording}` is a 1:1 mapping to each unique recording session during the conference. |\n| `state` | `enum (`[State](/workspace/meet/api/reference/rest/v2/conferenceRecords.recordings#State)`)` Output only. Current state. |\n| `startTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` Output only. Timestamp when the recording started. |\n| `endTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` Output only. Timestamp when the recording ended. |\n| Union field `destination`. `destination` can be only one of the following: ||\n| `driveDestination` | `object (`[DriveDestination](/workspace/meet/api/reference/rest/v2/conferenceRecords.recordings#DriveDestination)`)` Output only. Recording is saved to Google Drive as an MP4 file. The `driveDestination` includes the Drive `fileId` that can be used to download the file using the `files.get` method of the Drive API. |\n\nDriveDestination\n----------------\n\nExport location where a recording file is saved in Google Drive.\n\n| JSON representation |\n|-------------------------------------------------|\n| ``` { \"file\": string, \"exportUri\": string } ``` |\n\n| Fields ||\n|-------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `file` | `string` Output only. The `fileId` for the underlying MP4 file. For example, \"1kuceFZohVoCh6FulBHxwy6I15Ogpc4hP\". Use `$ GET https://www.googleapis.com/drive/v3/files/{$fileId}?alt=media` to download the blob. For more information, see \u003chttps://developers.google.com/drive/api/v3/reference/files/get\u003e. |\n| `exportUri` | `string` Output only. Link used to play back the recording file in the browser. For example, `https://drive.google.com/file/d/{$fileId}/view`. |\n\nState\n-----\n\nCurrent state of the recording session.\n\n| Enums ||\n|---------------------|-------------------------------------------------------------------------------------|\n| `STATE_UNSPECIFIED` | Default, never used. |\n| `STARTED` | An active recording session has started. |\n| `ENDED` | This recording session has ended, but the recording file hasn't been generated yet. |\n| `FILE_GENERATED` | Recording file is generated and ready to download. |\n\n| Methods ------- ||\n|-------------------------------------------------------------------------------------|-----------------------------------------------------------|\n| ### [get](/workspace/meet/api/reference/rest/v2/conferenceRecords.recordings/get) | Gets a recording by recording ID. |\n| ### [list](/workspace/meet/api/reference/rest/v2/conferenceRecords.recordings/list) | Lists the recording resources from the conference record. |"]]