Class: Google::Apis::ServicemanagementV1::SubmitConfigSourceResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::ServicemanagementV1::SubmitConfigSourceResponse
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - lib/google/apis/servicemanagement_v1/classes.rb,
lib/google/apis/servicemanagement_v1/representations.rb,
lib/google/apis/servicemanagement_v1/representations.rb 
Overview
Response message for SubmitConfigSource method.
Instance Attribute Summary collapse
- 
  
    
      #service_config  ⇒ Google::Apis::ServicemanagementV1::Service 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Serviceis the root object of Google API service configuration (service config). 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ SubmitConfigSourceResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of SubmitConfigSourceResponse.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ SubmitConfigSourceResponse
Returns a new instance of SubmitConfigSourceResponse.
      4369 4370 4371  | 
    
      # File 'lib/google/apis/servicemanagement_v1/classes.rb', line 4369 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#service_config ⇒ Google::Apis::ServicemanagementV1::Service
Service is the root object of Google API service configuration (service
config). It describes the basic information about a logical service, such as
the service name and the user-facing title, and delegates other aspects to sub-
sections. Each sub-section is either a proto message or a repeated proto
message that configures a specific aspect, such as auth. For more information,
see each proto message definition. Example: type: google.api.Service name:
calendar.googleapis.com title: Google Calendar API apis: - name: google.
calendar.v3.Calendar visibility: rules: - selector: "google.calendar.v3."
restriction: PREVIEW backend: rules: - selector: "google.calendar.v3."
address: calendar.example.com authentication: providers: - id:
google_calendar_auth jwks_uri: https://www.googleapis.com/oauth2/v1/certs
issuer: https://securetoken.google.com rules: - selector: "*" requirements:
provider_id: google_calendar_auth
Corresponds to the JSON property serviceConfig
      4367 4368 4369  | 
    
      # File 'lib/google/apis/servicemanagement_v1/classes.rb', line 4367 def service_config @service_config end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      4374 4375 4376  | 
    
      # File 'lib/google/apis/servicemanagement_v1/classes.rb', line 4374 def update!(**args) @service_config = args[:service_config] if args.key?(:service_config) end  |