Class: Google::Cloud::CloudQuotas::V1::ListQuotaInfosResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/api/cloudquotas/v1/cloudquotas.rb

Overview

Message for response to listing QuotaInfos

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Returns:

  • (::String)

    A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.



55
56
57
58
# File 'proto_docs/google/api/cloudquotas/v1/cloudquotas.rb', line 55

class ListQuotaInfosResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#quota_infos::Array<::Google::Cloud::CloudQuotas::V1::QuotaInfo>

Returns The list of QuotaInfo.

Returns:



55
56
57
58
# File 'proto_docs/google/api/cloudquotas/v1/cloudquotas.rb', line 55

class ListQuotaInfosResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end