Class: Google::Cloud::Sql::V1::TiersListResponse

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

Overview

Tiers list response.

Instance Attribute Summary collapse

Instance Attribute Details

#items::Array<::Google::Cloud::Sql::V1::Tier>

Returns List of tiers.

Returns:



40
41
42
43
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_tiers.rb', line 40

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

#kind::String

Returns This is always sql#tiersList.

Returns:

  • (::String)

    This is always sql#tiersList.



40
41
42
43
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_tiers.rb', line 40

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