Enum Encoding (1.127.3)

public enum Encoding extends Enum<Encoding> implements ProtocolMessageEnum

Possible encoding types for messages.

Protobuf enum google.pubsub.v1.Encoding

Implements

ProtocolMessageEnum

Static Fields

NameDescription
BINARY

Binary encoding, as defined by the schema type. For some schema types, binary encoding may not be available.

BINARY = 2;

BINARY_VALUE

Binary encoding, as defined by the schema type. For some schema types, binary encoding may not be available.

BINARY = 2;

ENCODING_UNSPECIFIED

Unspecified

ENCODING_UNSPECIFIED = 0;

ENCODING_UNSPECIFIED_VALUE

Unspecified

ENCODING_UNSPECIFIED = 0;

JSON

JSON encoding

JSON = 1;

JSON_VALUE

JSON encoding

JSON = 1;

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()