Enum Service.AgentSpec.Type (0.2.0)

public enum Service.AgentSpec.Type extends Enum<Service.AgentSpec.Type> implements ProtocolMessageEnum

The type of the agent spec.

Protobuf enum google.cloud.agentregistry.v1.Service.AgentSpec.Type

Implements

ProtocolMessageEnum

Static Fields

Name Description
A2A_AGENT_CARD

The content is an A2A Agent Card following the A2A specification. The interfaces field must be empty.

A2A_AGENT_CARD = 2;

A2A_AGENT_CARD_VALUE

The content is an A2A Agent Card following the A2A specification. The interfaces field must be empty.

A2A_AGENT_CARD = 2;

NO_SPEC

There is no spec for the Agent. The content field must be empty.

NO_SPEC = 1;

NO_SPEC_VALUE

There is no spec for the Agent. The content field must be empty.

NO_SPEC = 1;

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