ConfigSource(mapping=None, *, ignore_unknown_fields=False, **kwargs)Represents a source file which is used to generate the service
configuration defined by google.api.Service.
Attributes |
|
|---|---|
| Name | Description |
id |
str
A unique ID for a specific instance of this message, typically assigned by the client for tracking purpose. If empty, the server may choose to generate one instead. |
files |
MutableSequence[google.cloud.servicemanagement_v1.types.ConfigFile]
Set of source configuration files that are used to generate a service configuration ( google.api.Service).
|