Class: Google::Cloud::AlloyDB::V1::ExportClusterRequest::SqlExportOptions
- Inherits:
-
Object
- Object
- Google::Cloud::AlloyDB::V1::ExportClusterRequest::SqlExportOptions
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/alloydb/v1/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
267 268 269 270 |
# File 'proto_docs/google/cloud/alloydb/v1/service.rb', line 267 class SqlExportOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#if_exist_target_objects ⇒ ::Boolean
267 268 269 270 |
# File 'proto_docs/google/cloud/alloydb/v1/service.rb', line 267 class SqlExportOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#schema_only ⇒ ::Boolean
267 268 269 270 |
# File 'proto_docs/google/cloud/alloydb/v1/service.rb', line 267 class SqlExportOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#tables ⇒ ::Array<::String>
267 268 269 270 |
# File 'proto_docs/google/cloud/alloydb/v1/service.rb', line 267 class SqlExportOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |