Class: Google::Cloud::ArtifactRegistry::V1::ListRulesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ArtifactRegistry::V1::ListRulesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/artifactregistry/v1/rule.rb
Overview
The request to list rules.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
The maximum number of rules to return.
-
#page_token ⇒ ::String
The next_page_token value returned from a previous list request, if any.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns The maximum number of rules to return. Maximum page size is 1,000.
82 83 84 85 |
# File 'proto_docs/google/devtools/artifactregistry/v1/rule.rb', line 82 class ListRulesRequest 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.
82 83 84 85 |
# File 'proto_docs/google/devtools/artifactregistry/v1/rule.rb', line 82 class ListRulesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The name of the parent repository whose rules will be listed.
For example:
projects/p1/locations/us-central1/repositories/repo1
.
82 83 84 85 |
# File 'proto_docs/google/devtools/artifactregistry/v1/rule.rb', line 82 class ListRulesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |