Class: Google::Cloud::Sql::V1::TiersListResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Sql::V1::TiersListResponse
- 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
-
#items ⇒ ::Array<::Google::Cloud::Sql::V1::Tier>
List of tiers.
-
#kind ⇒ ::String
This is always
sql#tiersList.
Instance Attribute Details
#items ⇒ ::Array<::Google::Cloud::Sql::V1::Tier>
Returns List of tiers.
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.
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 |