Class: Google::Cloud::ArtifactRegistry::V1::ListNpmPackagesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::ArtifactRegistry::V1::ListNpmPackagesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/artifactregistry/v1/artifact.rb
Overview
The response from listing npm packages.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
The token to retrieve the next page of artifacts, or empty if there are no more artifacts to return.
-
#npm_packages ⇒ ::Array<::Google::Cloud::ArtifactRegistry::V1::NpmPackage>
The npm packages returned.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns The token to retrieve the next page of artifacts, or empty if there are no more artifacts to return.
250 251 252 253 |
# File 'proto_docs/google/devtools/artifactregistry/v1/artifact.rb', line 250 class ListNpmPackagesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#npm_packages ⇒ ::Array<::Google::Cloud::ArtifactRegistry::V1::NpmPackage>
Returns The npm packages returned.
250 251 252 253 |
# File 'proto_docs/google/devtools/artifactregistry/v1/artifact.rb', line 250 class ListNpmPackagesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |