PrivateOfferView(value)Controls which fields are returned in a PrivateOffer returned by the API. https://google.aip.dev/157
Enums |
|
|---|---|
| Name | Description |
PRIVATE_OFFER_VIEW_UNSPECIFIED |
The default / unset value. The API will default to the BASIC view. |
PRIVATE_OFFER_VIEW_BASIC |
Include basic metadata about the PrivateOffer, but not the full contents. This is the default value (for both List and Get requests). |
PRIVATE_OFFER_VIEW_FULL |
Include everything. |