public enum SchemaView extends Enum<SchemaView> implements ProtocolMessageEnumView of Schema object fields to be returned by GetSchema and ListSchemas.
Protobuf enum google.pubsub.v1.SchemaView
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| BASIC | Include the name and type of the schema, but not the definition. |
| BASIC_VALUE | Include the name and type of the schema, but not the definition. |
| FULL | Include all Schema object fields. |
| FULL_VALUE | Include all Schema object fields. |
| SCHEMA_VIEW_UNSPECIFIED | The default / unset value. The API will default to the BASIC view. |
| SCHEMA_VIEW_UNSPECIFIED_VALUE | The default / unset value. The API will default to the BASIC view. |
| UNRECOGNIZED |
Static Methods
| Name | Description |
| forNumber(int value) | |
| getDescriptor() | |
| internalGetValueMap() | |
| valueOf(Descriptors.EnumValueDescriptor desc) | |
| valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
| valueOf(String name) | |
| values() |
Methods
| Name | Description |
| getDescriptorForType() | |
| getNumber() | |
| getValueDescriptor() |