Show / Hide Table of Contents

Class GoogleDevtoolsCloudbuildV1GenericArtifactDependency

Represents a generic artifact as a build dependency.

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

Properties

DestPath

Required. Where the artifact files should be placed on the worker.

Declaration
[JsonProperty("destPath")]
public virtual string DestPath { 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

Resource

Required. The location to download the artifact files from. Ex: projects/p1/locations/us/repositories/r1/packages/p1/versions/v1

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX