Cloud PubSub V1 Client - Class Encoding (1.46.5)

Reference documentation and code samples for the Cloud PubSub V1 Client class Encoding.

Possible encoding types for messages.

Protobuf type google.pubsub.v1.Encoding

Namespace

Google \ Cloud \ PubSub \ V1

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

ENCODING_UNSPECIFIED

Value: 0

Unspecified

Generated from protobuf enum ENCODING_UNSPECIFIED = 0;

JSON

Value: 1

JSON encoding

Generated from protobuf enum JSON = 1;

BINARY

Value: 2

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

Generated from protobuf enum BINARY = 2;