Reference documentation and code samples for the Google Cloud Developer Connect V1 Client class ArtifactConfig.
The artifact config of the artifact that is deployed.
Generated from protobuf message google.cloud.developerconnect.v1.ArtifactConfig
Namespace
Google \ Cloud \ DeveloperConnect \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ google_artifact_registry
↳ google_artifact_analysis
↳ uri
string
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.
getGoogleArtifactRegistry
Optional. Set if the artifact is stored in Artifact regsitry.
hasGoogleArtifactRegistry
setGoogleArtifactRegistry
Optional. Set if the artifact is stored in Artifact regsitry.
$this
getGoogleArtifactAnalysis
Optional. Set if the artifact metadata is stored in Artifact analysis.
hasGoogleArtifactAnalysis
setGoogleArtifactAnalysis
Optional. Set if the artifact metadata is stored in Artifact analysis.
$this
getUri
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.
string
setUri
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.
var
string
$this
getArtifactStorage
string
getArtifactMetadataStorage
string

