Module: Google::Cloud::PubSub::V1::SchemaView
- Defined in:
- proto_docs/google/pubsub/v1/schema.rb
Overview
View of Schema object fields to be returned by GetSchema and ListSchemas.
Constant Summary collapse
- SCHEMA_VIEW_UNSPECIFIED =
The default / unset value. The API will default to the BASIC view.
0
- BASIC =
Include the name and type of the schema, but not the definition.
1
- FULL =
Include all Schema object fields.
2