Class: Google::Cloud::ArtifactRegistry::V1beta2::ListPackagesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ArtifactRegistry::V1beta2::ListPackagesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/artifactregistry/v1beta2/package.rb
Overview
The request to list packages.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
The maximum number of packages to return.
-
#page_token ⇒ ::String
The next_page_token value returned from a previous list request, if any.
-
#parent ⇒ ::String
The name of the parent resource whose packages will be listed.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns The maximum number of packages to return. Maximum page size is 10,000.
55 56 57 58 |
# File 'proto_docs/google/devtools/artifactregistry/v1beta2/package.rb', line 55 class ListPackagesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns The next_page_token value returned from a previous list request, if any.
55 56 57 58 |
# File 'proto_docs/google/devtools/artifactregistry/v1beta2/package.rb', line 55 class ListPackagesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns The name of the parent resource whose packages will be listed.
55 56 57 58 |
# File 'proto_docs/google/devtools/artifactregistry/v1beta2/package.rb', line 55 class ListPackagesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |