Class: Google::Cloud::NetApp::V1::ListQuotaRulesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::NetApp::V1::ListQuotaRulesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/netapp/v1/quota_rule.rb
Overview
ListQuotaRulesResponse is the response to a ListQuotaRulesRequest.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token identifying a page of results the server should return.
-
#quota_rules ⇒ ::Array<::Google::Cloud::NetApp::V1::QuotaRule>
List of quota rules.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
permalink #next_page_token ⇒ ::String
Returns A token identifying a page of results the server should return.
56 57 58 59 |
# File 'proto_docs/google/cloud/netapp/v1/quota_rule.rb', line 56 class ListQuotaRulesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
permalink #quota_rules ⇒ ::Array<::Google::Cloud::NetApp::V1::QuotaRule>
Returns List of quota rules.
56 57 58 59 |
# File 'proto_docs/google/cloud/netapp/v1/quota_rule.rb', line 56 class ListQuotaRulesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |