class Google::Apis::ServicemanagementV1::SubmitConfigSourceResponse

Response message for SubmitConfigSource method.

Attributes

service_config[RW]

`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: www.googleapis.com/oauth2/v1/certs issuer: securetoken.google.com rules: - selector: “*” requirements: provider_id: google_calendar_auth Corresponds to the JSON property `serviceConfig` @return [Google::Apis::ServicemanagementV1::Service]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/servicemanagement_v1/classes.rb, line 3696
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/servicemanagement_v1/classes.rb, line 3701
def update!(**args)
  @service_config = args[:service_config] if args.key?(:service_config)
end