Class ArtifactConfig
The artifact config of the artifact that is deployed.
Implements
Inherited Members
Namespace: Google.Apis.DeveloperConnect.v1.Data
Assembly: Google.Apis.DeveloperConnect.v1.dll
Syntax
public class ArtifactConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
GoogleArtifactAnalysis
Optional. Set if the artifact metadata is stored in Artifact analysis.
Declaration
[JsonProperty("googleArtifactAnalysis")]
public virtual GoogleArtifactAnalysis GoogleArtifactAnalysis { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleArtifactAnalysis |
GoogleArtifactRegistry
Optional. Set if the artifact is stored in Artifact registry.
Declaration
[JsonProperty("googleArtifactRegistry")]
public virtual GoogleArtifactRegistry GoogleArtifactRegistry { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleArtifactRegistry |
Uri
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.
Declaration
[JsonProperty("uri")]
public virtual string Uri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |