Class: Google::Cloud::AlloyDB::V1beta::ExportClusterRequest::SqlExportOptions
- Inherits:
-
Object
- Object
- Google::Cloud::AlloyDB::V1beta::ExportClusterRequest::SqlExportOptions
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/alloydb/v1beta/service.rb
Overview
Options for exporting data in SQL format.
Instance Attribute Summary collapse
-
#clean_target_objects ⇒ ::Boolean
Optional.
-
#if_exist_target_objects ⇒ ::Boolean
Optional.
-
#schema_only ⇒ ::Boolean
Optional.
-
#tables ⇒ ::Array<::String>
Optional.
Instance Attribute Details
#clean_target_objects ⇒ ::Boolean
Returns Optional. If true, output commands to DROP all the dumped database objects prior to outputting the commands for creating them.
267 268 269 270 |
# File 'proto_docs/google/cloud/alloydb/v1beta/service.rb', line 267 class SqlExportOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#if_exist_target_objects ⇒ ::Boolean
Returns Optional. If true, use DROP ... IF EXISTS commands to check for the object's existence before dropping it in clean_target_objects mode.
267 268 269 270 |
# File 'proto_docs/google/cloud/alloydb/v1beta/service.rb', line 267 class SqlExportOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#schema_only ⇒ ::Boolean
Returns Optional. If true, only export the schema.
267 268 269 270 |
# File 'proto_docs/google/cloud/alloydb/v1beta/service.rb', line 267 class SqlExportOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#tables ⇒ ::Array<::String>
Returns Optional. Tables to export from.
267 268 269 270 |
# File 'proto_docs/google/cloud/alloydb/v1beta/service.rb', line 267 class SqlExportOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |