Reference documentation and code samples for the Artifact Registry V1 API class Google::Cloud::ArtifactRegistry::V1::NpmPackage.
NpmPackage represents an npm artifact.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Time the package was created.
#name
def name() -> ::String
Returns
- (::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.
#name=
def name=(value) -> ::String
Parameter
- value (::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.
Returns
- (::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
def package_name() -> ::String
Returns
- (::String) — Package for the artifact.
#package_name=
def package_name=(value) -> ::String
Parameter
- value (::String) — Package for the artifact.
Returns
- (::String) — Package for the artifact.
#tags
def tags() -> ::Array<::String>
Returns
- (::Array<::String>) — Tags attached to this package.
#tags=
def tags=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Tags attached to this package.
Returns
- (::Array<::String>) — Tags attached to this package.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Time the package was updated.
#version
def version() -> ::String
Returns
- (::String) — Version of this package.
#version=
def version=(value) -> ::String
Parameter
- value (::String) — Version of this package.
Returns
- (::String) — Version of this package.