1- Python Client for Google Cloud Bigquery Logging
2- =======================================================
1+ Python Client for BigQuery Logging Protos API
2+ =============================================
33
4- |ga | |pypi | |versions |
4+ |stable | |pypi | |versions |
55
6- This package contains generated Python types for `` google.cloud.bigquery.v1.logging ``.
6+ ` BigQuery Logging Protos API `_:
77
88- `Client Library Documentation `_
99- `Product Documentation `_
1010
11- .. |ga | image :: https://img.shields.io/badge/support-ga -gold.svg
12- :target: https://github.com/googleapis/google-cloud-python/blob/main/README.rst#ga-support
11+ .. |stable | image :: https://img.shields.io/badge/support-stable -gold.svg
12+ :target: https://github.com/googleapis/google-cloud-python/blob/main/README.rst#stability-levels
1313.. |pypi | image :: https://img.shields.io/pypi/v/google-cloud-bigquery-logging.svg
1414 :target: https://pypi.org/project/google-cloud-bigquery-logging/
1515.. |versions | image :: https://img.shields.io/pypi/pyversions/google-cloud-bigquery-logging.svg
1616 :target: https://pypi.org/project/google-cloud-bigquery-logging/
17+ .. _BigQuery Logging Protos API : https://cloud.google.com/bigquery/docs/reference/auditlogs
1718.. _Client Library Documentation : https://cloud.google.com/python/docs/reference/bigquerylogging/latest
18- .. _Product Documentation : https://cloud.google.com/bigquery/docs/reference/auditlogs
19+ .. _Product Documentation : https://cloud.google.com/bigquery/docs/reference/auditlogs
1920
21+ Quick Start
22+ -----------
23+
24+ In order to use this library, you first need to go through the following steps:
25+
26+ 1. `Select or create a Cloud Platform project. `_
27+ 2. `Enable billing for your project. `_
28+ 3. `Enable the BigQuery Logging Protos API. `_
29+ 4. `Setup Authentication. `_
30+
31+ .. _Select or create a Cloud Platform project. : https://console.cloud.google.com/project
32+ .. _Enable billing for your project. : https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project
33+ .. _Enable the BigQuery Logging Protos API. : https://cloud.google.com/bigquery/docs/reference/auditlogs
34+ .. _Setup Authentication. : https://googleapis.dev/python/google-api-core/latest/auth.html
2035
2136Installation
2237~~~~~~~~~~~~
@@ -32,12 +47,34 @@ dependencies.
3247.. _`virtualenv` : https://virtualenv.pypa.io/en/latest/
3348
3449
50+ Code samples and snippets
51+ ~~~~~~~~~~~~~~~~~~~~~~~~~
52+
53+ Code samples and snippets live in the `samples/ ` folder.
54+
55+
56+ Supported Python Versions
57+ ^^^^^^^^^^^^^^^^^^^^^^^^^
58+ Our client libraries are compatible with all current [active](https://devguide.python.org/devcycle/#in-development-main-branch) and [maintenance](https://devguide.python.org/devcycle/#maintenance-branches) versions of
59+ Python.
60+
61+ Python >= 3.7
62+
63+ Unsupported Python Versions
64+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
65+ Python <= 3.6
66+
67+ If you are using an [end-of-life](https://devguide.python.org/devcycle/#end-of-life-branches)
68+ version of Python, we recommend that you update as soon as possible to an actively supported version.
69+
70+
3571Mac/Linux
3672^^^^^^^^^
3773
3874.. code-block :: console
3975
40- python3 -m venv <your-env>
76+ pip install virtualenv
77+ virtualenv <your-env>
4178 source <your-env>/bin/activate
4279 <your-env>/bin/pip install google-cloud-bigquery-logging
4380
@@ -47,6 +84,20 @@ Windows
4784
4885.. code-block :: console
4986
50- python3 -m venv <your-env>
87+ pip install virtualenv
88+ virtualenv <your-env>
5189 <your-env>\Scripts\activate
5290 <your-env>\Scripts\pip.exe install google-cloud-bigquery-logging
91+
92+ Next Steps
93+ ~~~~~~~~~~
94+
95+ - Read the `Client Library Documentation `_ for BigQuery Logging Protos API
96+ to see other available methods on the client.
97+ - Read the `BigQuery Logging Protos API Product documentation `_ to learn
98+ more about the product and see How-to Guides.
99+ - View this `README `_ to see the full list of Cloud
100+ APIs that we cover.
101+
102+ .. _BigQuery Logging Protos API Product documentation : https://cloud.google.com/bigquery/docs/reference/auditlogs
103+ .. _README : https://github.com/googleapis/google-cloud-python/blob/main/README.rst
0 commit comments