Class GoogleDevtoolsCloudbuildV1GenericArtifactDependency
Represents a generic artifact as a build dependency.
Implements
Inherited Members
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 |