Class: Google::Cloud::ArtifactRegistry::V1::GetNpmPackageRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ArtifactRegistry::V1::GetNpmPackageRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/artifactregistry/v1/artifact.rb
Overview
The request to get npm packages.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the npm package.
259 260 261 262 |
# File 'proto_docs/google/devtools/artifactregistry/v1/artifact.rb', line 259 class GetNpmPackageRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |