Class: Google::Cloud::AgentRegistry::V1::Binding::Target
- Inherits:
-
Object
- Object
- Google::Cloud::AgentRegistry::V1::Binding::Target
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/agentregistry/v1/binding.rb
Overview
The target of the Binding.
Instance Attribute Summary collapse
-
#identifier ⇒ ::String
The identifier of the target Agent, MCP Server, or Endpoint.
Instance Attribute Details
#identifier ⇒ ::String
Returns The identifier of the target Agent, MCP Server, or Endpoint. Format:
urn:agent:{publisher}:{namespace}:{name}urn:mcp:{publisher}:{namespace}:{name}urn:endpoint:{publisher}:{namespace}:{name}.
77 78 79 80 |
# File 'proto_docs/google/cloud/agentregistry/v1/binding.rb', line 77 class Target include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |