Show / Hide Table of Contents

Class GoogleDevtoolsCloudbuildV1UploadedGenericArtifact

A generic artifact uploaded to Artifact Registry using the GenericArtifact directive.

Inheritance
object
GoogleDevtoolsCloudbuildV1UploadedGenericArtifact
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 GoogleDevtoolsCloudbuildV1UploadedGenericArtifact : IDirectResponseSchema

Properties

ArtifactFingerprint

Output only. The hash of the whole artifact.

Declaration
[JsonProperty("artifactFingerprint")]
public virtual GoogleDevtoolsCloudbuildV1FileHashes ArtifactFingerprint { get; set; }
Property Value
Type Description
GoogleDevtoolsCloudbuildV1FileHashes

ArtifactRegistryPackage

Output only. Path to the artifact in Artifact Registry.

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

ETag

The ETag of the item.

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

FileHashes

Output only. The file hashes that make up the generic artifact.

Declaration
[JsonProperty("fileHashes")]
public virtual IDictionary<string, GoogleDevtoolsCloudbuildV1FileHashes> FileHashes { get; set; }
Property Value
Type Description
IDictionary<string, GoogleDevtoolsCloudbuildV1FileHashes>

PushTiming

Output only. Stores timing information for pushing the specified artifact.

Declaration
[JsonProperty("pushTiming")]
public virtual GoogleDevtoolsCloudbuildV1TimeSpan PushTiming { get; set; }
Property Value
Type Description
GoogleDevtoolsCloudbuildV1TimeSpan

Uri

Output only. URI of the uploaded artifact. Ex: projects/p1/locations/us/repositories/r1/packages/p1/versions/v1

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX