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 \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
ENCODING_UNSPECIFIED
Value: 0Unspecified
Generated from protobuf enum ENCODING_UNSPECIFIED = 0;
JSON
Value: 1JSON encoding
Generated from protobuf enum JSON = 1;
BINARY
Value: 2Binary encoding, as defined by the schema type. For some schema types, binary encoding may not be available.
Generated from protobuf enum BINARY = 2;