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

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

Options for exporting data in CSV format.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#escape_character

def escape_character() -> ::String
Returns
  • (::String) — Optional. Specifies the character that should appear before a data character that needs to be escaped. The default is the same as quote character. The value of this argument has to be a character in Hex ASCII Code.

#escape_character=

def escape_character=(value) -> ::String
Parameter
  • value (::String) — Optional. Specifies the character that should appear before a data character that needs to be escaped. The default is the same as quote character. The value of this argument has to be a character in Hex ASCII Code.
Returns
  • (::String) — Optional. Specifies the character that should appear before a data character that needs to be escaped. The default is the same as quote character. The value of this argument has to be a character in Hex ASCII Code.

#field_delimiter

def field_delimiter() -> ::String
Returns
  • (::String) — Optional. Specifies the character that separates columns within each row (line) of the file. The default is comma. The value of this argument has to be a character in Hex ASCII Code.

#field_delimiter=

def field_delimiter=(value) -> ::String
Parameter
  • value (::String) — Optional. Specifies the character that separates columns within each row (line) of the file. The default is comma. The value of this argument has to be a character in Hex ASCII Code.
Returns
  • (::String) — Optional. Specifies the character that separates columns within each row (line) of the file. The default is comma. The value of this argument has to be a character in Hex ASCII Code.

#quote_character

def quote_character() -> ::String
Returns
  • (::String) — Optional. Specifies the quoting character to be used when a data value is quoted. The default is double-quote. The value of this argument has to be a character in Hex ASCII Code.

#quote_character=

def quote_character=(value) -> ::String
Parameter
  • value (::String) — Optional. Specifies the quoting character to be used when a data value is quoted. The default is double-quote. The value of this argument has to be a character in Hex ASCII Code.
Returns
  • (::String) — Optional. Specifies the quoting character to be used when a data value is quoted. The default is double-quote. The value of this argument has to be a character in Hex ASCII Code.

#select_query

def select_query() -> ::String
Returns
  • (::String) — Required. The SELECT query used to extract the data.

#select_query=

def select_query=(value) -> ::String
Parameter
  • value (::String) — Required. The SELECT query used to extract the data.
Returns
  • (::String) — Required. The SELECT query used to extract the data.