Cloud PubSub V1 Client - Class Encoding (2.2.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

Namespace

Google \ Cloud \ PubSub \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
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;

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.