Class: Google::Cloud::AgentRegistry::V1::GetBindingRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AgentRegistry::V1::GetBindingRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/agentregistry/v1/agentregistry_service.rb
Overview
Message for getting a Binding
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the Binding.
Format: projects/{project}/locations/{location}/bindings/{binding}.
591 592 593 594 |
# File 'proto_docs/google/cloud/agentregistry/v1/agentregistry_service.rb', line 591 class GetBindingRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |