Class: Google::Cloud::AgentRegistry::V1::GetEndpointRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AgentRegistry::V1::GetEndpointRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/agentregistry/v1/agentregistry_service.rb
Overview
Message for getting a Endpoint
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the endpoint to retrieve.
Format: projects/{project}/locations/{location}/endpoints/{endpoint}.
196 197 198 199 |
# File 'proto_docs/google/cloud/agentregistry/v1/agentregistry_service.rb', line 196 class GetEndpointRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |