Class: Google::Cloud::ServiceManagement::V1::CreateServiceRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::ServiceManagement::V1::CreateServiceRequest
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/api/servicemanagement/v1/servicemanager.rb
 
Overview
Request message for CreateService method.
Instance Attribute Summary collapse
Instance Attribute Details
#service ⇒ ::Google::Cloud::ServiceManagement::V1::ManagedService
Returns Required. Initial values for the service resource.
      75 76 77 78  | 
    
      # File 'proto_docs/google/api/servicemanagement/v1/servicemanager.rb', line 75 class CreateServiceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |