Class GoogleDevtoolsCloudbuildV1NpmPackage
Npm package 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 GoogleDevtoolsCloudbuildV1NpmPackage : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PackagePath
Path to the package.json. e.g. workspace/path/to/package
Declaration
[JsonProperty("packagePath")]
public virtual string PackagePath { get; set; }
Property Value
Type | Description |
---|---|
string |
Repository
Artifact Registry repository, in the form "https://$REGION-npm.pkg.dev/$PROJECT/$REPOSITORY" Npm package in the workspace specified by path will be zipped and uploaded to Artifact Registry with this location as a prefix.
Declaration
[JsonProperty("repository")]
public virtual string Repository { get; set; }
Property Value
Type | Description |
---|---|
string |