Skip to content

Latest commit

 

History

History
194 lines (132 loc) · 2.95 KB

File metadata and controls

194 lines (132 loc) · 2.95 KB

API Reference

.. currentmodule:: google.cloud.bigquery

The main concepts with this API are:

Client

.. autosummary::
    :toctree: generated

    client.Client

Job

Job Configuration

.. autosummary::
    :toctree: generated

    job.QueryJobConfig
    job.CopyJobConfig
    job.LoadJobConfig
    job.ExtractJobConfig

Job Classes

.. autosummary::
    :toctree: generated

    job.QueryJob
    job.CopyJob
    job.LoadJob
    job.ExtractJob
    job.UnknownJob

Job-Related Types

.. autosummary::
    :toctree: generated

    job.Compression
    job.CreateDisposition
    job.DestinationFormat
    job.Encoding
    job.QueryPriority
    job.SourceFormat
    job.WriteDisposition
    job.SchemaUpdateOption


Dataset

.. autosummary::
    :toctree: generated

    dataset.Dataset
    dataset.DatasetListItem
    dataset.DatasetReference
    dataset.AccessEntry


Table

.. autosummary::
    :toctree: generated

    table.PartitionRange
    table.RangePartitioning
    table.Row
    table.RowIterator
    table.Table
    table.TableListItem
    table.TableReference
    table.TimePartitioning
    table.TimePartitioningType

Model

.. autosummary::
    :toctree: generated

    model.Model
    model.ModelReference

Routine

.. autosummary::
    :toctree: generated

    routine.Routine
    routine.RoutineArgument
    routine.RoutineReference

Schema

.. autosummary::
    :toctree: generated

    schema.SchemaField


Query

.. autosummary::
    :toctree: generated

    query.ArrayQueryParameter
    query.ScalarQueryParameter
    query.StructQueryParameter
    query.UDFResource


Retries

.. autosummary::
    :toctree: generated

    retry.DEFAULT_RETRY


External Configuration

.. autosummary::
    :toctree: generated

    external_config.ExternalSourceFormat
    external_config.ExternalConfig
    external_config.BigtableOptions
    external_config.BigtableColumnFamily
    external_config.BigtableColumn
    external_config.CSVOptions
    external_config.GoogleSheetsOptions


Magics

.. toctree::
    :maxdepth: 2

    magics


Enums

.. autosummary::
    :toctree: generated

    enums.StandardSqlDataTypes

Encryption Configuration

.. autosummary::
    :toctree: generated

    encryption_configuration.EncryptionConfiguration

Additional Types

Protocol buffer classes for working with the Models API.

.. toctree::
    :maxdepth: 2

    gapic/v2/enums
    gapic/v2/types