Class StandardOfferView (0.1.0)

StandardOfferView(value)

Controls which fields are returned in a StandardOffer returned by the API. https://google.aip.dev/157

Enums

Name Description
STANDARD_OFFER_VIEW_UNSPECIFIED The default / unset value. The API will default to the BASIC view.
STANDARD_OFFER_VIEW_BASIC Include basic metadata about the StandardOffer, but not the full contents. This is the default value (for both List and Get requests).
STANDARD_OFFER_VIEW_FULL Include everything.