Show / Hide Table of Contents

Class ContaineranalysisGoogleDevtoolsCloudbuildV1ArtifactsGenericArtifact

Generic artifact to upload to Artifact Registry upon successful completion of all build steps.

Inheritance
object
ContaineranalysisGoogleDevtoolsCloudbuildV1ArtifactsGenericArtifact
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.v1.Data
Assembly: Google.Apis.ContainerAnalysis.v1.dll
Syntax
public class ContaineranalysisGoogleDevtoolsCloudbuildV1ArtifactsGenericArtifact : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Folder

Required. Path to the generic artifact in the build's workspace to be uploaded to Artifact Registry.

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

RegistryPath

Required. Registry path to upload the generic artifact to, in the form projects/$PROJECT/locations/$LOCATION/repositories/$REPO/packages/$PACKAGE/versions/$VERSION

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX