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
- (::String) — Path to the package.json. e.g. workspace/path/to/package
#package_path=
def package_path=(value) -> ::String
- value (::String) — Path to the package.json. e.g. workspace/path/to/package
- (::String) — Path to the package.json. e.g. workspace/path/to/package
#repository
def repository() -> ::String
-
(::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
-
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.
-
(::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.