Reference documentation and code samples for the BigQuery Data Transfer V1 Client class Encoding.
Encoding of input data in CSV/JSON format.
Protobuf type google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.Encoding
Namespace
Google \ Cloud \ BigQuery \ DataTransfer \ V1 \ ImportedDataInfoMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
ENCODING_UNSPECIFIED
Value: 0Default encoding (UTF8).
Generated from protobuf enum ENCODING_UNSPECIFIED = 0;
ISO_8859_1
Value: 1ISO_8859_1 encoding.
Generated from protobuf enum ISO_8859_1 = 1;
UTF8
Value: 2UTF8 encoding.
Generated from protobuf enum UTF8 = 2;