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