protocolBinding property

String? protocolBinding
getter/setter pair

The protocol binding of the interface.

Required. Possible string values are:

  • "PROTOCOL_BINDING_UNSPECIFIED" : Unspecified transport protocol.
  • "JSONRPC" : JSON-RPC specification.
  • "GRPC" : gRPC specification.
  • "HTTP_JSON" : HTTP+JSON specification.

Implementation

core.String? protocolBinding;