Class GoogleDevtoolsCloudbuildV1GenericArtifact
Generic artifact to upload to Artifact Registry upon successful completion of all build steps.
Implements
Inherited Members
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 |