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