Class ArtifactConfig (0.1.10)

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

The artifact config of the artifact that is deployed.

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

Attributes

Name Description
google_artifact_registry google.cloud.developerconnect_v1.types.GoogleArtifactRegistry
Optional. Set if the artifact is stored in Artifact regsitry. This field is a member of oneof_ artifact_storage.
google_artifact_analysis google.cloud.developerconnect_v1.types.GoogleArtifactAnalysis
Optional. Set if the artifact metadata is stored in Artifact analysis. This field is a member of oneof_ artifact_metadata_storage.
uri str
Required. Immutable. The URI of the artifact that is deployed. e.g. us-docker.pkg.dev/my-project/my-repo/image. The URI does not include the tag / digest because it captures a lineage of artifacts.