Show / Hide Table of Contents

Class ContaineranalysisGoogleDevtoolsCloudbuildV1ArtifactsOci

OCI image to upload to Artifact Registry upon successful completion of all build steps.

Inheritance
object
ContaineranalysisGoogleDevtoolsCloudbuildV1ArtifactsOci
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ContainerAnalysis.v1beta1.Data
Assembly: Google.Apis.ContainerAnalysis.v1beta1.dll
Syntax
public class ContaineranalysisGoogleDevtoolsCloudbuildV1ArtifactsOci : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

File

Required. Path on the local file system where to find the container to upload. e.g. /workspace/my-image.tar

Declaration
[JsonProperty("file")]
public virtual string File { get; set; }
Property Value
Type Description
string

RegistryPath

Required. Registry path to upload the container to. e.g. us-east1-docker.pkg.dev/my-project/my-repo/my-image

Declaration
[JsonProperty("registryPath")]
public virtual string RegistryPath { get; set; }
Property Value
Type Description
string

Tags

Optional. Tags to apply to the uploaded image. e.g. latest, 1.0.0

Declaration
[JsonProperty("tags")]
public virtual IList<string> Tags { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX