Class Source (3.13.0)

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

Location of the source in a supported storage service.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
storage_source google.cloud.devtools.cloudbuild_v1.types.StorageSource
If provided, get the source from this location in Google Cloud Storage. This field is a member of oneof_ source.
repo_source google.cloud.devtools.cloudbuild_v1.types.RepoSource
If provided, get the source from this location in a Cloud Source Repository. This field is a member of oneof_ source.
storage_source_manifest google.cloud.devtools.cloudbuild_v1.types.StorageSourceManifest
If provided, get the source from this manifest in Google Cloud Storage. This feature is in Preview; see description here __. This field is a member of oneof_ source.