Cloud PubSub V1 Client - Class Encoding (1.40.1)

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

Possible encoding types for messages.

Protobuf type google.pubsub.v1.Encoding

Methods

name

Parameter
NameDescription
value mixed

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;