Class: Google::Cloud::AgentRegistry::V1::Binding::Source
- Inherits:
-
Object
- Object
- Google::Cloud::AgentRegistry::V1::Binding::Source
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/agentregistry/v1/binding.rb
Overview
The source of the Binding.
Instance Attribute Summary collapse
-
#identifier ⇒ ::String
The identifier of the source Agent.
Instance Attribute Details
#identifier ⇒ ::String
Returns The identifier of the source Agent. Format:
urn:agent:{publisher}:{namespace}:{name}.
63 64 65 66 |
# File 'proto_docs/google/cloud/agentregistry/v1/binding.rb', line 63 class Source include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |