REST Resource: conferenceRecords
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Zasób: ConferenceRecord
pojedyncza sesja spotkania odbywającego się w przestrzeni;
Zapis JSON |
{
"name": string,
"startTime": string,
"endTime": string,
"expireTime": string,
"space": string
} |
Pola |
name |
string
Identyfikator. Nazwa zasobu rekordu konferencji. Format: conferenceRecords/{conferenceRecord} , gdzie {conferenceRecord} to unikalny identyfikator każdego wystąpienia wywołania w ramach przestrzeni.
|
startTime |
string (Timestamp format)
Tylko dane wyjściowe. Sygnatura czasowa rozpoczęcia konferencji. Zawsze ustawione.
|
endTime |
string (Timestamp format)
Tylko dane wyjściowe. Sygnatura czasowa zakończenia konferencji. ustawione na poprzednie konferencje. Odznacz, jeśli konferencja jest w toku.
|
expireTime |
string (Timestamp format)
Tylko dane wyjściowe. Czas wygaśnięcia narzucony przez serwer, po którym zasób rekordu konferencji zostanie usunięty. Zasób zostanie usunięty 30 dni po zakończeniu konferencji.
|
space |
string
Tylko dane wyjściowe. Miejsce, w którym odbyła się konferencja.
|
Metody |
|
Pobiera rekord konferencji według identyfikatora konferencji. |
|
Wyświetla listę nagrań 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\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. |"]]