Module Google::Cloud::PubSub::V1::SchemaView (v0.6.2)

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.