Class: Google::Cloud::AgentRegistry::V1::GetServiceRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AgentRegistry::V1::GetServiceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/agentregistry/v1/agentregistry_service.rb
Overview
Message for getting a Service
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the Service.
Format: projects/{project}/locations/{location}/services/{service}.
370 371 372 373 |
# File 'proto_docs/google/cloud/agentregistry/v1/agentregistry_service.rb', line 370 class GetServiceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |