public enum Agent.Protocol.Type extends Enum<Agent.Protocol.Type> implements ProtocolMessageEnumThe type of the protocol.
Protobuf enum google.cloud.agentregistry.v1.Agent.Protocol.Type
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
A2A_AGENT |
The interfaces point to an A2A Agent following the A2A specification. |
A2A_AGENT_VALUE |
The interfaces point to an A2A Agent following the A2A specification. |
CUSTOM |
Agent does not follow any standard protocol. |
CUSTOM_VALUE |
Agent does not follow any standard protocol. |
TYPE_UNSPECIFIED |
Unspecified type. |
TYPE_UNSPECIFIED_VALUE |
Unspecified type. |
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() |
|