Google Cloud Dataplex V1 Client - Class CsvOptions (0.1.6)

Reference documentation and code samples for the Google Cloud Dataplex V1 Client class CsvOptions.

Describes CSV and similar semi-structured data formats.

Generated from protobuf message google.cloud.dataplex.v1.StorageFormat.CsvOptions

Methods

__construct

Constructor.

Parameters
Name
Description
data
array

Optional. Data for populating the Message object.

↳ encoding
string

Optional. The character encoding of the data. Accepts "US-ASCII", "UTF-8", and "ISO-8859-1". Defaults to UTF-8 if unspecified.

↳ header_rows
int

Optional. The number of rows to interpret as header rows that should be skipped when reading data rows. Defaults to 0.

↳ delimiter
string

Optional. The delimiter used to separate values. Defaults to ','.

↳ quote
string

Optional. The character used to quote column values. Accepts '"' and '''. Defaults to '"' if unspecified.

getEncoding

Optional. The character encoding of the data. Accepts "US-ASCII", "UTF-8", and "ISO-8859-1". Defaults to UTF-8 if unspecified.

Generated from protobuf field string encoding = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type
Description
string

setEncoding

Optional. The character encoding of the data. Accepts "US-ASCII", "UTF-8", and "ISO-8859-1". Defaults to UTF-8 if unspecified.

Generated from protobuf field string encoding = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getHeaderRows

Optional. The number of rows to interpret as header rows that should be skipped when reading data rows. Defaults to 0.

Generated from protobuf field int32 header_rows = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type
Description
int

setHeaderRows

Optional. The number of rows to interpret as header rows that should be skipped when reading data rows. Defaults to 0.

Generated from protobuf field int32 header_rows = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name
Description
var
int
Returns
Type
Description
$this

getDelimiter

Optional. The delimiter used to separate values. Defaults to ','.

Generated from protobuf field string delimiter = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type
Description
string

setDelimiter

Optional. The delimiter used to separate values. Defaults to ','.

Generated from protobuf field string delimiter = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getQuote

Optional. The character used to quote column values. Accepts '"' and '''.

Defaults to '"' if unspecified.

Generated from protobuf field string quote = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type
Description
string

setQuote

Optional. The character used to quote column values. Accepts '"' and '''.

Defaults to '"' if unspecified.

Generated from protobuf field string quote = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name
Description
var
string
Returns
Type
Description
$this
Create a Mobile Website
View Site in Mobile | Classic
Share by: