Enum Agent.Card.Type (0.2.0)

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

Represents the type of the agent card.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
A2A_AGENT_CARD

Indicates that the card is an A2A Agent Card.

A2A_AGENT_CARD = 1;

A2A_AGENT_CARD_VALUE

Indicates that the card is an A2A Agent Card.

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