File size: 1,893 Bytes
065fee7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
API Reference
~~~~~~~~~~~~~

The main concepts with this API are:

- :class:`~google.cloud.bigquery.client.Client` manages connections to the
  BigQuery API. Use the client methods to run jobs (such as a
  :class:`~google.cloud.bigquery.job.QueryJob` via
  :meth:`~google.cloud.bigquery.client.Client.query`) and manage resources.

- :class:`~google.cloud.bigquery.dataset.Dataset` represents a
  collection of tables.

- :class:`~google.cloud.bigquery.table.Table` represents a single "relation".

Client
======

.. automodule:: google.cloud.bigquery.client

Job
===

.. automodule:: google.cloud.bigquery.job

.. toctree::
  :maxdepth: 2

  job_base


Dataset
=======

.. automodule:: google.cloud.bigquery.dataset


Table
=====

.. automodule:: google.cloud.bigquery.table

Model
=====

.. automodule:: google.cloud.bigquery.model

Routine
=======

.. automodule:: google.cloud.bigquery.routine

Schema
======

.. automodule:: google.cloud.bigquery.schema

Query
=====

.. toctree::
  :maxdepth: 2

  query


Retries
=======

.. automodule:: google.cloud.bigquery.retry


External Configuration
======================

.. automodule:: google.cloud.bigquery.external_config

.. toctree::
    :maxdepth: 2

    format_options


Magics
======

.. toctree::
    :maxdepth: 2

    magics


Enums
=====

.. toctree::
    :maxdepth: 2

    enums


Encryption Configuration
========================

.. automodule:: google.cloud.bigquery.encryption_configuration


Additional Types
================

Helper SQL type classes.

.. toctree::
    :maxdepth: 2

    bigquery/standard_sql


Legacy proto-based Types (deprecated)
=====================================

The legacy type classes based on protocol buffers.

.. deprecated:: 3.0.0
    These types are provided for backward compatibility only, and are not maintained
    anymore.

.. toctree::
    :maxdepth: 2

    bigquery/legacy_proto_types