Enum WireFormat (0.23.0)

public enum WireFormat extends Enum<WireFormat> implements ProtocolMessageEnum

The format of communication supported by the extension.

Protobuf enum google.cloud.networkservices.v1.WireFormat

Implements

ProtocolMessageEnum

Static Fields

Name Description
EXT_PROC_GRPC

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.

EXT_PROC_GRPC = 1;

EXT_PROC_GRPC_VALUE

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.

EXT_PROC_GRPC = 1;

UNRECOGNIZED
WIRE_FORMAT_UNSPECIFIED

Not specified.

WIRE_FORMAT_UNSPECIFIED = 0;

WIRE_FORMAT_UNSPECIFIED_VALUE

Not specified.

WIRE_FORMAT_UNSPECIFIED = 0;

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()