Cloud Build V1 API - Class Google::Cloud::Build::V1::Artifacts::NpmPackage (v0.27.0)

Reference documentation and code samples for the Cloud Build V1 API class Google::Cloud::Build::V1::Artifacts::NpmPackage.

Npm package to upload to Artifact Registry upon successful completion of all build steps.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#package_path

def package_path() -> ::String
Returns
  • (::String) — Path to the package.json. e.g. workspace/path/to/package

#package_path=

def package_path=(value) -> ::String
Parameter
  • value (::String) — Path to the package.json. e.g. workspace/path/to/package
Returns
  • (::String) — Path to the package.json. e.g. workspace/path/to/package

#repository

def repository() -> ::String
Returns
  • (::String) — 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.

#repository=

def repository=(value) -> ::String
Parameter
  • value (::String) — 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.

Returns
  • (::String) — 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.