HoldView
Ilość szczegółów, które zostaną zwrócone na potrzeby blokady.
Wartości w polu enum |
HOLD_VIEW_UNSPECIFIED |
Nie określono. Domyślna wartość to FULL_HOLD. |
BASIC_HOLD |
Zwraca identyfikator, nazwę, czas aktualizacji, usługę i zapytanie. |
FULL_HOLD |
Zwraca wszystkie szczegóły elementu BASIC_HOLD oraz elementy, które ma obejmować blokada, takie jak konta czy jednostka organizacyjna. |
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: 2024-08-22 UTC.
[null,null,["Ostatnia aktualizacja: 2024-08-22 UTC."],[[["Hold views determine the level of detail returned for a hold request."],["`BASIC_HOLD` view provides essential information like hold ID, name, service, query, and update time."],["`FULL_HOLD` view includes all `BASIC_HOLD` details and adds information about the specific entities subject to the hold, like accounts or organizational units."],["If no view is specified, the system defaults to returning the comprehensive `FULL_HOLD` view."]]],["The provided information defines different levels of detail for data retrieval regarding a \"hold.\" `BASIC_HOLD` returns the hold's ID, name, update time, service, and query. `FULL_HOLD` encompasses all `BASIC_HOLD` details and adds information about the entities the hold affects, like accounts or organizational units. If no specific level is selected, `FULL_HOLD` is the default, using `HOLD_VIEW_UNSPECIFIED`.\n"]]