Class: Google::Cloud::ServiceManagement::V1::CreateServiceRolloutRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::ServiceManagement::V1::CreateServiceRolloutRequest
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/api/servicemanagement/v1/servicemanager.rb
 
Overview
Request message for 'CreateServiceRollout'
Instance Attribute Summary collapse
- 
  
    
      #rollout  ⇒ ::Google::Cloud::ServiceManagement::V1::Rollout 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Required.
 - 
  
    
      #service_name  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Required.
 
Instance Attribute Details
#rollout ⇒ ::Google::Cloud::ServiceManagement::V1::Rollout
Returns Required. The rollout resource. The service_name field is output only.
      224 225 226 227  | 
    
      # File 'proto_docs/google/api/servicemanagement/v1/servicemanager.rb', line 224 class CreateServiceRolloutRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#service_name ⇒ ::String
Returns Required. The name of the service.  See the
overview for naming
requirements.  For example: example.googleapis.com.
      224 225 226 227  | 
    
      # File 'proto_docs/google/api/servicemanagement/v1/servicemanager.rb', line 224 class CreateServiceRolloutRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |