HoldView
The amount of detail to return for a hold.
Enums |
HOLD_VIEW_UNSPECIFIED |
Not specified. Defaults to FULL_HOLD. |
BASIC_HOLD |
Returns the hold ID, name, update time, service, and query. |
FULL_HOLD |
Returns all details of BASIC_HOLD and the entities the hold applies to, such as accounts or organizational unit. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-21 UTC.
[null,null,["Last updated 2024-08-21 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."]]],[]]