Class Source (2.0.1)

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

Location of the source in a supported storage service.

Attributes

NameDescription
storage_source `.cloudbuild.StorageSource`
If provided, get the source from this location in Google Cloud Storage.
repo_source `.cloudbuild.RepoSource`
If provided, get the source from this location in a Cloud Source Repository.

Inheritance

builtins.object > proto.message.Message > Source