Reference documentation and code samples for the AlloyDB V1ALPHA API class Google::Cloud::AlloyDB::V1alpha::ExportClusterRequest::SqlExportOptions.
Options for exporting data in SQL format.
Inherits
Object
Extended By
Google::Protobuf::MessageExts::ClassMethods
Includes
Google::Protobuf::MessageExts
Methods
#clean_target_objects
defclean_target_objects()->::Boolean
Returns
(::Boolean) — Optional. If true, output commands to DROP all the dumped database
objects prior to outputting the commands for creating them.
#clean_target_objects=
defclean_target_objects=(value)->::Boolean
Parameter
value (::Boolean) — Optional. If true, output commands to DROP all the dumped database
objects prior to outputting the commands for creating them.
Returns
(::Boolean) — Optional. If true, output commands to DROP all the dumped database
objects prior to outputting the commands for creating them.
#if_exist_target_objects
defif_exist_target_objects()->::Boolean
Returns
(::Boolean) — Optional. If true, use DROP ... IF EXISTS commands to check for the
object's existence before dropping it in clean_target_objects mode.
#if_exist_target_objects=
defif_exist_target_objects=(value)->::Boolean
Parameter
value (::Boolean) — Optional. If true, use DROP ... IF EXISTS commands to check for the
object's existence before dropping it in clean_target_objects mode.
Returns
(::Boolean) — Optional. If true, use DROP ... IF EXISTS commands to check for the
object's existence before dropping it in clean_target_objects mode.
#schema_only
defschema_only()->::Boolean
Returns
(::Boolean) — Optional. If true, only export the schema.
#schema_only=
defschema_only=(value)->::Boolean
Parameter
value (::Boolean) — Optional. If true, only export the schema.
Returns
(::Boolean) — Optional. If true, only export the schema.
#tables
deftables()->::Array<::String>
Returns
(::Array<::String>) — Optional. Tables to export from.
#tables=
deftables=(value)->::Array<::String>
Parameter
value (::Array<::String>) — Optional. Tables to export from.
Returns
(::Array<::String>) — Optional. Tables to export from.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# AlloyDB V1ALPHA API - Class Google::Cloud::AlloyDB::V1alpha::ExportClusterRequest::SqlExportOptions (v0.14.1)\n\nVersion latestkeyboard_arrow_down\n\n- [0.14.1 (latest)](/ruby/docs/reference/google-cloud-alloy_db-v1alpha/latest/Google-Cloud-AlloyDB-V1alpha-ExportClusterRequest-SqlExportOptions)\n- [0.14.0](/ruby/docs/reference/google-cloud-alloy_db-v1alpha/0.14.0/Google-Cloud-AlloyDB-V1alpha-ExportClusterRequest-SqlExportOptions)\n- [0.13.0](/ruby/docs/reference/google-cloud-alloy_db-v1alpha/0.13.0/Google-Cloud-AlloyDB-V1alpha-ExportClusterRequest-SqlExportOptions)\n- [0.12.0](/ruby/docs/reference/google-cloud-alloy_db-v1alpha/0.12.0/Google-Cloud-AlloyDB-V1alpha-ExportClusterRequest-SqlExportOptions)\n- [0.11.1](/ruby/docs/reference/google-cloud-alloy_db-v1alpha/0.11.1/Google-Cloud-AlloyDB-V1alpha-ExportClusterRequest-SqlExportOptions)\n- [0.10.0](/ruby/docs/reference/google-cloud-alloy_db-v1alpha/0.10.0/Google-Cloud-AlloyDB-V1alpha-ExportClusterRequest-SqlExportOptions)\n- [0.9.0](/ruby/docs/reference/google-cloud-alloy_db-v1alpha/0.9.0/Google-Cloud-AlloyDB-V1alpha-ExportClusterRequest-SqlExportOptions)\n- [0.8.0](/ruby/docs/reference/google-cloud-alloy_db-v1alpha/0.8.0/Google-Cloud-AlloyDB-V1alpha-ExportClusterRequest-SqlExportOptions)\n- [0.7.2](/ruby/docs/reference/google-cloud-alloy_db-v1alpha/0.7.2/Google-Cloud-AlloyDB-V1alpha-ExportClusterRequest-SqlExportOptions)\n- [0.6.0](/ruby/docs/reference/google-cloud-alloy_db-v1alpha/0.6.0/Google-Cloud-AlloyDB-V1alpha-ExportClusterRequest-SqlExportOptions)\n- [0.5.2](/ruby/docs/reference/google-cloud-alloy_db-v1alpha/0.5.2/Google-Cloud-AlloyDB-V1alpha-ExportClusterRequest-SqlExportOptions)\n- [0.4.0](/ruby/docs/reference/google-cloud-alloy_db-v1alpha/0.4.0/Google-Cloud-AlloyDB-V1alpha-ExportClusterRequest-SqlExportOptions)\n- [0.3.0](/ruby/docs/reference/google-cloud-alloy_db-v1alpha/0.3.0/Google-Cloud-AlloyDB-V1alpha-ExportClusterRequest-SqlExportOptions)\n- [0.2.0](/ruby/docs/reference/google-cloud-alloy_db-v1alpha/0.2.0/Google-Cloud-AlloyDB-V1alpha-ExportClusterRequest-SqlExportOptions)\n- [0.1.0](/ruby/docs/reference/google-cloud-alloy_db-v1alpha/0.1.0/Google-Cloud-AlloyDB-V1alpha-ExportClusterRequest-SqlExportOptions) \nReference documentation and code samples for the AlloyDB V1ALPHA API class Google::Cloud::AlloyDB::V1alpha::ExportClusterRequest::SqlExportOptions.\n\nOptions for exporting data in SQL format. \n\nInherits\n--------\n\n- Object \n\nExtended By\n-----------\n\n- Google::Protobuf::MessageExts::ClassMethods \n\nIncludes\n--------\n\n- Google::Protobuf::MessageExts\n\nMethods\n-------\n\n### #clean_target_objects\n\n def clean_target_objects() -\u003e ::Boolean\n\n**Returns**\n\n- (::Boolean) --- Optional. If true, output commands to DROP all the dumped database objects prior to outputting the commands for creating them.\n\n### #clean_target_objects=\n\n def clean_target_objects=(value) -\u003e ::Boolean\n\n**Parameter**\n\n- **value** (::Boolean) --- Optional. If true, output commands to DROP all the dumped database objects prior to outputting the commands for creating them. \n**Returns**\n\n- (::Boolean) --- Optional. If true, output commands to DROP all the dumped database objects prior to outputting the commands for creating them.\n\n### #if_exist_target_objects\n\n def if_exist_target_objects() -\u003e ::Boolean\n\n**Returns**\n\n- (::Boolean) --- Optional. If true, use DROP ... IF EXISTS commands to check for the object's existence before dropping it in clean_target_objects mode.\n\n### #if_exist_target_objects=\n\n def if_exist_target_objects=(value) -\u003e ::Boolean\n\n**Parameter**\n\n- **value** (::Boolean) --- Optional. If true, use DROP ... IF EXISTS commands to check for the object's existence before dropping it in clean_target_objects mode. \n**Returns**\n\n- (::Boolean) --- Optional. If true, use DROP ... IF EXISTS commands to check for the object's existence before dropping it in clean_target_objects mode.\n\n### #schema_only\n\n def schema_only() -\u003e ::Boolean\n\n**Returns**\n\n- (::Boolean) --- Optional. If true, only export the schema.\n\n### #schema_only=\n\n def schema_only=(value) -\u003e ::Boolean\n\n**Parameter**\n\n- **value** (::Boolean) --- Optional. If true, only export the schema. \n**Returns**\n\n- (::Boolean) --- Optional. If true, only export the schema.\n\n### #tables\n\n def tables() -\u003e ::Array\u003c::String\u003e\n\n**Returns**\n\n- (::Array\\\u003c::String\\\u003e) --- Optional. Tables to export from.\n\n### #tables=\n\n def tables=(value) -\u003e ::Array\u003c::String\u003e\n\n**Parameter**\n\n- **value** (::Array\\\u003c::String\\\u003e) --- Optional. Tables to export from. \n**Returns**\n\n- (::Array\\\u003c::String\\\u003e) --- Optional. Tables to export from."]]