Enum Agent.Protocol.Type (0.2.0)

public enum Agent.Protocol.Type extends Enum<Agent.Protocol.Type> implements ProtocolMessageEnum

The type of the protocol.

Protobuf enum google.cloud.agentregistry.v1.Agent.Protocol.Type

Implements

ProtocolMessageEnum

Static Fields

Name Description
A2A_AGENT

The interfaces point to an A2A Agent following the A2A specification.

A2A_AGENT = 1;

A2A_AGENT_VALUE

The interfaces point to an A2A Agent following the A2A specification.

A2A_AGENT = 1;

CUSTOM

Agent does not follow any standard protocol.

CUSTOM = 2;

CUSTOM_VALUE

Agent does not follow any standard protocol.

CUSTOM = 2;

TYPE_UNSPECIFIED

Unspecified type.

TYPE_UNSPECIFIED = 0;

TYPE_UNSPECIFIED_VALUE

Unspecified type.

TYPE_UNSPECIFIED = 0;

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()