Class: Google::Cloud::ServiceManagement::V1::SubmitConfigSourceRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::ServiceManagement::V1::SubmitConfigSourceRequest
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/api/servicemanagement/v1/servicemanager.rb
 
Overview
Request message for SubmitConfigSource method.
Instance Attribute Summary collapse
- 
  
    
      #config_source  ⇒ ::Google::Cloud::ServiceManagement::V1::ConfigSource 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Required.
 - 
  
    
      #service_name  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Required.
 - 
  
    
      #validate_only  ⇒ ::Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Optional.
 
Instance Attribute Details
#config_source ⇒ ::Google::Cloud::ServiceManagement::V1::ConfigSource
Returns Required. The source configuration for the service.
      201 202 203 204  | 
    
      # File 'proto_docs/google/api/servicemanagement/v1/servicemanager.rb', line 201 class SubmitConfigSourceRequest 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.
      201 202 203 204  | 
    
      # File 'proto_docs/google/api/servicemanagement/v1/servicemanager.rb', line 201 class SubmitConfigSourceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#validate_only ⇒ ::Boolean
Returns Optional. If set, this will result in the generation of a
google.api.Service configuration based on the ConfigSource provided,
but the generated config and the sources will NOT be persisted.
      201 202 203 204  | 
    
      # File 'proto_docs/google/api/servicemanagement/v1/servicemanager.rb', line 201 class SubmitConfigSourceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |