Google Cloud Network Services V1 Client - Class WireFormat (0.5.0)

Reference documentation and code samples for the Google Cloud Network Services V1 Client class WireFormat.

The format of communication supported by the extension.

Protobuf type google.cloud.networkservices.v1.WireFormat

Namespace

Google \ Cloud \ NetworkServices \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

WIRE_FORMAT_UNSPECIFIED

Value: 0

Not specified.

Generated from protobuf enum WIRE_FORMAT_UNSPECIFIED = 0;

EXT_PROC_GRPC

Value: 1

The extension service uses ext_proc gRPC API over a gRPC stream. This is the default value if the wire format is not specified. The backend service for the extension must use HTTP2 or H2C as the protocol. All supported_events for a client request are sent as part of the same gRPC stream.

Generated from protobuf enum EXT_PROC_GRPC = 1;