Class: Google::Cloud::CloudQuotas::V1::ListQuotaPreferencesResponse

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 QuotaPreferences

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.



127
128
129
130
# File 'proto_docs/google/api/cloudquotas/v1/cloudquotas.rb', line 127

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

#quota_preferences::Array<::Google::Cloud::CloudQuotas::V1::QuotaPreference>

Returns The list of QuotaPreference.

Returns:



127
128
129
130
# File 'proto_docs/google/api/cloudquotas/v1/cloudquotas.rb', line 127

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

#unreachable::Array<::String>

Returns Locations that could not be reached.

Returns:

  • (::Array<::String>)

    Locations that could not be reached.



127
128
129
130
# File 'proto_docs/google/api/cloudquotas/v1/cloudquotas.rb', line 127

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