Reference documentation and code samples for the Google Cloud Build V1 Client class UploadedNpmPackage.
An npm package uploaded to Artifact Registry using the NpmPackage directive.
Generated from protobuf message google.devtools.cloudbuild.v1.UploadedNpmPackage
Namespace
Google \ Cloud \ Build \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ uri |
string
URI of the uploaded npm package. |
↳ file_hashes |
Google\Cloud\Build\V1\FileHashes
Hash types and values of the npm package. |
↳ push_timing |
Google\Cloud\Build\V1\TimeSpan
Output only. Stores timing information for pushing the specified artifact. |
getUri
URI of the uploaded npm package.
Returns | |
---|---|
Type | Description |
string |
setUri
URI of the uploaded npm package.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getFileHashes
Hash types and values of the npm package.
Returns | |
---|---|
Type | Description |
Google\Cloud\Build\V1\FileHashes|null |
hasFileHashes
clearFileHashes
setFileHashes
Hash types and values of the npm package.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Build\V1\FileHashes
|
Returns | |
---|---|
Type | Description |
$this |
getPushTiming
Output only. Stores timing information for pushing the specified artifact.
Returns | |
---|---|
Type | Description |
Google\Cloud\Build\V1\TimeSpan|null |
hasPushTiming
clearPushTiming
setPushTiming
Output only. Stores timing information for pushing the specified artifact.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Build\V1\TimeSpan
|
Returns | |
---|---|
Type | Description |
$this |