AlloyDB V1BETA API - Class Google::Cloud::AlloyDB::V1beta::ExportClusterRequest (v0.17.0)

Reference documentation and code samples for the AlloyDB V1BETA API class Google::Cloud::AlloyDB::V1beta::ExportClusterRequest.

Export cluster request.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#csv_export_options

def csv_export_options() -> ::Google::Cloud::AlloyDB::V1beta::ExportClusterRequest::CsvExportOptions
Returns

#csv_export_options=

def csv_export_options=(value) -> ::Google::Cloud::AlloyDB::V1beta::ExportClusterRequest::CsvExportOptions
Parameter
Returns

#database

def database() -> ::String
Returns
  • (::String) — Required. Name of the database where the export command will be executed. Note - Value provided should be the same as expected from SELECT current_database(); and NOT as a resource reference.

#database=

def database=(value) -> ::String
Parameter
  • value (::String) — Required. Name of the database where the export command will be executed. Note - Value provided should be the same as expected from SELECT current_database(); and NOT as a resource reference.
Returns
  • (::String) — Required. Name of the database where the export command will be executed. Note - Value provided should be the same as expected from SELECT current_database(); and NOT as a resource reference.

#gcs_destination

def gcs_destination() -> ::Google::Cloud::AlloyDB::V1beta::GcsDestination
Returns

#gcs_destination=

def gcs_destination=(value) -> ::Google::Cloud::AlloyDB::V1beta::GcsDestination
Parameter
Returns

#name

def name() -> ::String
Returns
  • (::String) — Required. The resource name of the cluster.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. The resource name of the cluster.
Returns
  • (::String) — Required. The resource name of the cluster.

#sql_export_options

def sql_export_options() -> ::Google::Cloud::AlloyDB::V1beta::ExportClusterRequest::SqlExportOptions
Returns

#sql_export_options=

def sql_export_options=(value) -> ::Google::Cloud::AlloyDB::V1beta::ExportClusterRequest::SqlExportOptions
Parameter
Returns