Class: Google::Apis::ServicemanagementV1::SubmitConfigSourceResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/servicemanagement_v1/classes.rb,
generated/google/apis/servicemanagement_v1/representations.rb,
generated/google/apis/servicemanagement_v1/representations.rb

Overview

Response message for SubmitConfigSource method.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ SubmitConfigSourceResponse

Returns a new instance of SubmitConfigSourceResponse.



4339
4340
4341
# File 'generated/google/apis/servicemanagement_v1/classes.rb', line 4339

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#service_configGoogle::Apis::ServicemanagementV1::Service

Service is the root object of Google service configuration schema. It describes basic information about a service, such as the name and the 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. See each proto message definition for details. Example: type: google.api.Service config_version: 3 name: calendar.googleapis.com title: Google Calendar API apis:



4337
4338
4339
# File 'generated/google/apis/servicemanagement_v1/classes.rb', line 4337

def service_config
  @service_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4344
4345
4346
# File 'generated/google/apis/servicemanagement_v1/classes.rb', line 4344

def update!(**args)
  @service_config = args[:service_config] if args.key?(:service_config)
end