Cloud Pub/Sub V1 API - Module Google::Cloud::PubSub::V1::SchemaView (v0.14.0)

Reference documentation and code samples for the Cloud Pub/Sub V1 API module Google::Cloud::PubSub::V1::SchemaView.

View of Schema object fields to be returned by GetSchema and ListSchemas.

Constants

SCHEMA_VIEW_UNSPECIFIED

value: 0
The default / unset value. The API will default to the BASIC view.

BASIC

value: 1
Include the name and type of the schema, but not the definition.

FULL

value: 2
Include all Schema object fields.