As of January 1, 2020 this library no longer supports Python 2 on the latest released version. Library versions released prior to that date will continue to be available. For more information please visit Python 2 support on Google Cloud.

google.cloud.bigquery.job.Encoding

class google.cloud.bigquery.job.Encoding[source]

The character encoding of the data. The default is UTF_8.

BigQuery decodes the data after the raw, binary data has been split using the values of the quote and fieldDelimiter properties.

__init__()

Initialize self. See help(type(self)) for accurate signature.

Methods

__init__()

Initialize self.

Attributes

ISO_8859_1

Specifies ISO-8859-1 encoding.

UTF_8

Specifies UTF-8 encoding.

ISO_8859_1 = 'ISO-8859-1'

Specifies ISO-8859-1 encoding.

UTF_8 = 'UTF-8'

Specifies UTF-8 encoding.