Class: Google::Cloud::Sql::V1::DatabasesListResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Sql::V1::DatabasesListResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/sql/v1/cloud_sql_databases.rb
Overview
Database list response.
Instance Attribute Summary collapse
-
#items ⇒ ::Array<::Google::Cloud::Sql::V1::Database>
List of database resources in the instance.
-
#kind ⇒ ::String
This is always
sql#databasesList.
Instance Attribute Details
#items ⇒ ::Array<::Google::Cloud::Sql::V1::Database>
Returns List of database resources in the instance.
104 105 106 107 |
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_databases.rb', line 104 class DatabasesListResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#kind ⇒ ::String
Returns This is always sql#databasesList.
104 105 106 107 |
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_databases.rb', line 104 class DatabasesListResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |