REST Resource: conferenceRecords.recordings
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Zasób: nagrywanie
Metadane dotyczące nagrania utworzonego podczas konferencji.
Zapis 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 .
} |
Pola |
name |
string
Tylko dane wyjściowe. Nazwa zasobu nagrania. Format: conferenceRecords/{conferenceRecord}/recordings/{recording} , gdzie {recording} to bezpośrednie powiązanie z każdą sesją nagrywania podczas konferencji.
|
state |
enum (State )
Tylko dane wyjściowe. Bieżący stan.
|
startTime |
string (Timestamp format)
Tylko dane wyjściowe. Sygnatura czasowa rozpoczęcia nagrywania.
|
endTime |
string (Timestamp format)
Tylko dane wyjściowe. Sygnatura czasowa zakończenia nagrywania.
|
Pole unii destination . destination może być tylko jednym z tych elementów:
|
driveDestination |
object (DriveDestination )
Tylko dane wyjściowe. Nagranie jest zapisywane na Dysku Google jako plik MP4. driveDestination zawiera Dysk fileId , którego można użyć do pobrania pliku za pomocą metody files.get interfejsu Drive API.
|
DriveDestination
Lokalizacja eksportu, w której plik nagrania jest zapisywany na Dysku Google.
Zapis JSON |
{
"file": string,
"exportUri": string
} |
Pola |
file |
string
Tylko dane wyjściowe. fileId dla pliku MP4. Na przykład „1kuceFZohVoCh6FulBHxwy6I15Ogpc4hP”. Pobierz plik blob za pomocą $ GET
https://www.googleapis.com/drive/v3/files/{$fileId}?alt=media . Więcej informacji znajdziesz na stronie https://developers.google.com/drive/api/v3/reference/files/get.
|
exportUri |
string
Tylko dane wyjściowe. Link do pliku nagrania, który można odtworzyć w przeglądarce. Na przykład: https://drive.google.com/file/d/{$fileId}/view .
|
Stan
Bieżący stan sesji nagrywania.
Wartości w polu enum |
STATE_UNSPECIFIED |
Domyślna, nigdy nie używana. |
STARTED |
rozpoczęła się aktywna sesja nagrywania; |
ENDED |
Ta sesja nagrywania została zakończona, ale plik z nagraniem nie został jeszcze wygenerowany. |
FILE_GENERATED |
Plik nagrania został wygenerowany i jest gotowy do pobrania. |
Metody |
|
Pobiera nagranie według identyfikatora nagrania. |
|
Wyświetla zasoby nagrywania z nagrania z konferencji. |
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-25 UTC.
[null,null,["Ostatnia aktualizacja: 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. |"]]