1+
12.. This file is automatically generated. Do not edit this file directly.
23
34 Google Cloud Data Catalog Python Samples
@@ -15,13 +16,11 @@ This directory contains samples for Google Cloud Data Catalog. `Google Cloud Dat
1516.. _Google Cloud Data Catalog : https://cloud.google.com/data-catalog/docs
1617
1718
18-
19-
20-
2119Setup
2220-------------------------------------------------------------------------------
2321
2422
23+
2524Authentication
2625++++++++++++++
2726
@@ -32,6 +31,9 @@ credentials for applications.
3231.. _Authentication Getting Started Guide :
3332 https://cloud.google.com/docs/authentication/getting-started
3433
34+
35+
36+
3537Install Dependencies
3638++++++++++++++++++++
3739
@@ -46,7 +48,7 @@ Install Dependencies
4648 .. _Python Development Environment Setup Guide :
4749 https://cloud.google.com/python/setup
4850
49- #. Create a virtualenv. Samples are compatible with Python 2.7 and 3.4 +.
51+ #. Create a virtualenv. Samples are compatible with Python 3.6 +.
5052
5153 .. code-block :: bash
5254
@@ -62,9 +64,15 @@ Install Dependencies
6264 .. _pip : https://pip.pypa.io/
6365.. _virtualenv : https://virtualenv.pypa.io/
6466
67+
68+
69+
70+
71+
6572Samples
6673-------------------------------------------------------------------------------
6774
75+
6876Lookup entry
6977+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
7078
@@ -80,6 +88,7 @@ To run this sample:
8088
8189 $ python lookup_entry.py
8290
91+
8392 usage: lookup_entry.py [-h]
8493 project_id
8594 {bigquery-dataset,bigquery-table,pubsub-topic} ...
@@ -107,6 +116,10 @@ To run this sample:
107116
108117
109118
119+
120+
121+
122+
110123 The client library
111124-------------------------------------------------------------------------------
112125
@@ -122,4 +135,5 @@ to `browse the source`_ and `report issues`_.
122135 https://github.com/GoogleCloudPlatform/google-cloud-python/issues
123136
124137
125- .. _Google Cloud SDK : https://cloud.google.com/sdk/
138+
139+ .. _Google Cloud SDK : https://cloud.google.com/sdk/
0 commit comments