Google Cloud Dataplex V1 Client - Class CsvOptions (0.1.6)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Dataplex V1 Client class CsvOptions.
Describe CSV and similar semi-structured data formats.
Generated from protobuf message google.cloud.dataplex.v1.Asset.DiscoverySpec.CsvOptions
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ header_rows |
int
Optional. The number of rows to interpret as header rows that should be skipped when reading data rows. |
↳ delimiter |
string
Optional. The delimiter being used to separate values. This defaults to ','. |
↳ encoding |
string
Optional. The character encoding of the data. The default is UTF-8. |
↳ disable_type_inference |
bool
Optional. Whether to disable the inference of data type for CSV data. If true, all columns will be registered as strings. |
getHeaderRows
Optional. The number of rows to interpret as header rows that should be skipped when reading data rows.
Generated from protobuf field int32 header_rows = 1 [(.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.
Generated from protobuf field int32 header_rows = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDelimiter
Optional. The delimiter being used to separate values. This defaults to ','.
Generated from protobuf field string delimiter = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
string |
|
setDelimiter
Optional. The delimiter being used to separate values. This defaults to ','.
Generated from protobuf field string delimiter = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getEncoding
Optional. The character encoding of the data. The default is UTF-8.
Generated from protobuf field string encoding = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
string |
|
setEncoding
Optional. The character encoding of the data. The default is UTF-8.
Generated from protobuf field string encoding = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDisableTypeInference
Optional. Whether to disable the inference of data type for CSV data.
If true, all columns will be registered as strings.
Generated from protobuf field bool disable_type_inference = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
bool |
|
setDisableTypeInference
Optional. Whether to disable the inference of data type for CSV data.
If true, all columns will be registered as strings.
Generated from protobuf field bool disable_type_inference = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|