public enum Interface.ProtocolBinding extends Enum<Interface.ProtocolBinding> implements ProtocolMessageEnumThe protocol binding of the interface.
Protobuf enum google.cloud.agentregistry.v1.Interface.ProtocolBinding
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
GRPC |
gRPC specification. |
GRPC_VALUE |
gRPC specification. |
HTTP_JSON |
HTTP+JSON specification. |
HTTP_JSON_VALUE |
HTTP+JSON specification. |
JSONRPC |
JSON-RPC specification. |
JSONRPC_VALUE |
JSON-RPC specification. |
PROTOCOL_BINDING_UNSPECIFIED |
Unspecified transport protocol. |
PROTOCOL_BINDING_UNSPECIFIED_VALUE |
Unspecified transport protocol. |
UNRECOGNIZED |
|
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() |
|