protocolBinding property
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;