Enum SchemaView (1.120.24)

public enum SchemaView extends Enum<SchemaView> implements ProtocolMessageEnum

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

Protobuf enum google.pubsub.v1.SchemaView

Implements

ProtocolMessageEnum

Static Fields

NameDescription
BASIC

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

BASIC = 1;

BASIC_VALUE

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

BASIC = 1;

FULL

Include all Schema object fields.

FULL = 2;

FULL_VALUE

Include all Schema object fields.

FULL = 2;

SCHEMA_VIEW_UNSPECIFIED

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

SCHEMA_VIEW_UNSPECIFIED = 0;

SCHEMA_VIEW_UNSPECIFIED_VALUE

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

SCHEMA_VIEW_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()