Network Services v1 API - Enum WireFormat (1.3.0)

public enum WireFormat

Reference documentation and code samples for the Network Services v1 API enum WireFormat.

The format of communication supported by the extension.

Namespace

Google.Cloud.NetworkServices.V1

Assembly

Google.Cloud.NetworkServices.V1.dll

Fields

Name Description
ExtProcGrpc

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.

Unspecified

Not specified.