Class: Google::Cloud::ServiceManagement::V1::GetServiceRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ServiceManagement::V1::GetServiceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/api/servicemanagement/v1/servicemanager.rb
Overview
Request message for GetService
method.
Instance Attribute Summary collapse
-
#service_name ⇒ ::String
Required.
Instance Attribute Details
#service_name ⇒ ::String
Returns Required. The name of the service. See the ServiceManager
overview for
naming requirements. For example: example.googleapis.com
.
66 67 68 69 |
# File 'proto_docs/google/api/servicemanagement/v1/servicemanager.rb', line 66 class GetServiceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |