Reference documentation and code samples for the AlloyDB V1BETA API class Google::Cloud::AlloyDB::V1beta::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
def clean_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=
def clean_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
def if_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=
def if_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
def schema_only() -> ::Boolean
Returns
- (::Boolean) — Optional. If true, only export the schema.
#schema_only=
def schema_only=(value) -> ::Boolean
Parameter
- value (::Boolean) — Optional. If true, only export the schema.
Returns
- (::Boolean) — Optional. If true, only export the schema.
#tables
def tables() -> ::Array<::String>
Returns
- (::Array<::String>) — Optional. Tables to export from.
#tables=
def tables=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Optional. Tables to export from.
Returns
- (::Array<::String>) — Optional. Tables to export from.