Class: Google::Cloud::AgentRegistry::V1::Agent::Card
- Inherits:
-
Object
- Object
- Google::Cloud::AgentRegistry::V1::Agent::Card
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/agentregistry/v1/agent.rb
Overview
Full Agent Card payload, often obtained from the A2A Agent Card.
Defined Under Namespace
Modules: Type
Instance Attribute Summary collapse
-
#content ⇒ ::Google::Protobuf::Struct
readonly
Output only.
-
#type ⇒ ::Google::Cloud::AgentRegistry::V1::Agent::Card::Type
readonly
Output only.
Instance Attribute Details
#content ⇒ ::Google::Protobuf::Struct (readonly)
Returns Output only. The content of the agent card.
142 143 144 145 146 147 148 149 150 151 152 153 154 |
# File 'proto_docs/google/cloud/agentregistry/v1/agent.rb', line 142 class Card include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Represents the type of the agent card. module Type # Unspecified type. TYPE_UNSPECIFIED = 0 # Indicates that the card is an A2A Agent Card. A2A_AGENT_CARD = 1 end end |
#type ⇒ ::Google::Cloud::AgentRegistry::V1::Agent::Card::Type (readonly)
Returns Output only. The type of agent card.
142 143 144 145 146 147 148 149 150 151 152 153 154 |
# File 'proto_docs/google/cloud/agentregistry/v1/agent.rb', line 142 class Card include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Represents the type of the agent card. module Type # Unspecified type. TYPE_UNSPECIFIED = 0 # Indicates that the card is an A2A Agent Card. A2A_AGENT_CARD = 1 end end |