Show / Hide Table of Contents

Class GoogleDevtoolsCloudbuildV1GenericArtifact

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

Inheritance
object
GoogleDevtoolsCloudbuildV1GenericArtifact
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.CloudRun.v2.Data
Assembly: Google.Apis.CloudRun.v2.dll
Syntax
public class GoogleDevtoolsCloudbuildV1GenericArtifact : 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