enum ReservationStatus (v202408)
Stay organized with collections
Save and categorize content based on your preferences.
Represents the inventory reservation status for ProposalLineItem objects.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202408
Enumeration |
Description |
RESERVED
|
The inventory is reserved.
|
NOT_RESERVED
|
The proposal line item's inventory is never reserved.
|
RELEASED
|
The inventory is once reserved and now released.
|
CHECK_LINE_ITEM_RESERVATION_STATUS
|
The reservation status of the corresponding LineItem should be used
for this ProposalLineItem.
|
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version.
|
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 2025-08-06 UTC.
[null,null,["Last updated 2025-08-06 UTC."],[[["\u003cp\u003eReservationStatus indicates the inventory reservation status for ProposalLineItem objects.\u003c/p\u003e\n"],["\u003cp\u003eIt has five possible values: \u003ccode\u003eRESERVED\u003c/code\u003e, \u003ccode\u003eNOT_RESERVED\u003c/code\u003e, \u003ccode\u003eRELEASED\u003c/code\u003e, \u003ccode\u003eCHECK_LINE_ITEM_RESERVATION_STATUS\u003c/code\u003e, and \u003ccode\u003eUNKNOWN\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eCHECK_LINE_ITEM_RESERVATION_STATUS\u003c/code\u003e means the reservation status comes from the corresponding LineItem.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eUNKNOWN\u003c/code\u003e is returned if the actual value is not available in the requested API version.\u003c/p\u003e\n"]]],["The `ReservationStatus` enumeration defines the inventory reservation status for `ProposalLineItem` objects within the `ForecastService`. It includes `RESERVED` (inventory reserved), `NOT_RESERVED` (never reserved), `RELEASED` (previously reserved), `CHECK_LINE_ITEM_RESERVATION_STATUS` (status derived from corresponding `LineItem`), and `UNKNOWN` (status not available in the API version). The `ProposalLineItemService` and `ProposalLineItem` are dependencies of the `ForecastService`, relevant to understand the inventory status.\n"],null,["# enum ReservationStatus (v202408)\n\n**Service** \n**ForecastService** [ProposalLineItemService](/ad-manager/api/reference/v202408/ProposalLineItemService.ReservationStatus) **Dependencies** \n[ProposalLineItem](/ad-manager/api/reference/v202408/ForecastService.ProposalLineItem) \n▼\n**ReservationStatus**\n\nRepresents the inventory reservation status for [ProposalLineItem](/ad-manager/api/reference/v202408/ForecastService.ProposalLineItem) objects.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Enumeration | Description |\n|--------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `RESERVED` | The inventory is reserved. |\n| `NOT_RESERVED` | The proposal line item's inventory is never reserved. |\n| `RELEASED` | The inventory is once reserved and now released. |\n| `CHECK_LINE_ITEM_RESERVATION_STATUS` | The reservation status of the corresponding [LineItem](/ad-manager/api/reference/v202408/ForecastService.LineItem) should be used for this [ProposalLineItem](/ad-manager/api/reference/v202408/ForecastService.ProposalLineItem). |\n| `UNKNOWN` | The value returned if the actual value is not exposed by the requested API version. |"]]