Class SubmitConfigSourceRequest (1.0.4)

SubmitConfigSourceRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for SubmitConfigSource method. .. attribute:: service_name

Required. The name of the service. See the overview <https://cloud.google.com/service-management/overview>__ for naming requirements. For example: example.googleapis.com.

:type: str

Attributes

NameDescription
config_source google.cloud.servicemanagement_v1.types.ConfigSource
Required. The source configuration for the service.
validate_only bool
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.