Reference documentation and code samples for the Google Cloud Artifact Registry V1 Client class NpmPackage.
NpmPackage represents an npm artifact.
Generated from protobuf message google.devtools.artifactregistry.v1.NpmPackage
Namespace
Google \ Cloud \ ArtifactRegistry \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. registry_location, project_id, repository_name and npm_package forms a unique package For example, "projects/test-project/locations/us-west4/repositories/test-repo/npmPackages/ npm_test:1.0.0", where "us-west4" is the registry_location, "test-project" is the project_id, "test-repo" is the repository_name and npm_test:1.0.0" is the npm package.
↳ package_name
string
Package for the artifact.
↳ version
string
Version of this package.
↳ tags
array
Tags attached to this package.
↳ create_time
↳ update_time
getName
Required. registry_location, project_id, repository_name and npm_package forms a unique package For example, "projects/test-project/locations/us-west4/repositories/test-repo/npmPackages/ npm_test:1.0.0", where "us-west4" is the registry_location, "test-project" is the project_id, "test-repo" is the repository_name and npm_test:1.0.0" is the npm package.
string
setName
Required. registry_location, project_id, repository_name and npm_package forms a unique package For example, "projects/test-project/locations/us-west4/repositories/test-repo/npmPackages/ npm_test:1.0.0", where "us-west4" is the registry_location, "test-project" is the project_id, "test-repo" is the repository_name and npm_test:1.0.0" is the npm package.
var
string
$this
getPackageName
Package for the artifact.
string
setPackageName
Package for the artifact.
var
string
$this
getVersion
Version of this package.
string
setVersion
Version of this package.
var
string
$this
getTags
Tags attached to this package.
setTags
Tags attached to this package.
var
string[]
$this
getCreateTime
Output only. Time the package was created.
hasCreateTime
clearCreateTime
setCreateTime
Output only. Time the package was created.
$this
getUpdateTime
Output only. Time the package was updated.
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. Time the package was updated.
$this