Cloud SQL Admin V1 API - Class Google::Cloud::Sql::V1::ExportContext::SqlExportOptions::PostgresExportOptions (v0.1.0)

Reference documentation and code samples for the Cloud SQL Admin V1 API class Google::Cloud::Sql::V1::ExportContext::SqlExportOptions::PostgresExportOptions.

Options for exporting from a Cloud SQL for PostgreSQL instance.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#clean

def clean() -> ::Google::Protobuf::BoolValue
Returns
  • (::Google::Protobuf::BoolValue) — Optional. Use this option to include DROP <object> SQL statements. Use these statements to delete database objects before running the import operation.

#clean=

def clean=(value) -> ::Google::Protobuf::BoolValue
Parameter
  • value (::Google::Protobuf::BoolValue) — Optional. Use this option to include DROP <object> SQL statements. Use these statements to delete database objects before running the import operation.
Returns
  • (::Google::Protobuf::BoolValue) — Optional. Use this option to include DROP <object> SQL statements. Use these statements to delete database objects before running the import operation.

#if_exists

def if_exists() -> ::Google::Protobuf::BoolValue
Returns

#if_exists=

def if_exists=(value) -> ::Google::Protobuf::BoolValue
Parameter
Returns