Class: Google::Cloud::Sql::V1beta4::SqlDatabasesInsertRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Sql::V1beta4::SqlDatabasesInsertRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/sql/v1beta4/cloud_sql.rb
Instance Attribute Summary collapse
- #body ⇒ ::Google::Cloud::Sql::V1beta4::Database
-
#instance ⇒ ::String
Database instance ID.
-
#project ⇒ ::String
Project ID of the project that contains the instance.
Instance Attribute Details
#body ⇒ ::Google::Cloud::Sql::V1beta4::Database
217 218 219 220 |
# File 'proto_docs/google/cloud/sql/v1beta4/cloud_sql.rb', line 217 class SqlDatabasesInsertRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#instance ⇒ ::String
Returns Database instance ID. This does not include the project ID.
217 218 219 220 |
# File 'proto_docs/google/cloud/sql/v1beta4/cloud_sql.rb', line 217 class SqlDatabasesInsertRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
Returns Project ID of the project that contains the instance.
217 218 219 220 |
# File 'proto_docs/google/cloud/sql/v1beta4/cloud_sql.rb', line 217 class SqlDatabasesInsertRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |