Class ServiceView (0.1.0)

ServiceView(value)

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

Enums

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