Class: Google::Cloud::AgentRegistry::V1::Binding::Source

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#identifier::String

Returns The identifier of the source Agent. Format:

  • urn:agent:{publisher}:{namespace}:{name}.

Returns:

  • (::String)

    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