Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit dcd91c9

Browse files
chore: auto generated readme updates (#121)
autosynth cannot find the source of changes triggered by earlier changes in this repository, or by version upgrades to tools such as linters.
1 parent 8f76434 commit dcd91c9

3 files changed

Lines changed: 119 additions & 3 deletions

File tree

samples/quickstart/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ To run this sample:
3030
python main.py
3131

3232

33-
3433
<pre>usage: main.py [-h] [--table TABLE] project_id instance_id <br><br> <br>positional arguments: <br>&nbsp; project_id &nbsp; &nbsp; Your Cloud Platform project ID. <br>&nbsp; instance_id &nbsp; &nbsp;ID of the Cloud Bigtable instance to connect to. <br><br> <br>optional arguments: <br>&nbsp; -h, --help &nbsp; &nbsp; show this help message and exit <br>&nbsp; --table TABLE &nbsp;Existing table used in the quickstart. (default: my-table)</pre>
3534

3635
## Additional Information

samples/tableadmin/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ To run this sample:
3030
python tableadmin.py
3131

3232

33-
3433
<pre>usage: tableadmin.py [-h] [run] [delete] [--table TABLE] project_id instance_id <br><br> <br>Demonstrates how to connect to Cloud Bigtable and run some basic operations. <br>Prerequisites: - Create a Cloud Bigtable cluster. <br>https://cloud.google.com/bigtable/docs/creating-cluster - Set your Google <br>Application Default Credentials. <br>https://developers.google.com/identity/protocols/application-default- <br>credentials <br><br> <br>positional arguments: <br>&nbsp; project_id &nbsp; &nbsp; Your Cloud Platform project ID. <br>&nbsp; instance_id &nbsp; &nbsp;ID of the Cloud Bigtable instance to connect to. <br><br> <br>optional arguments: <br>&nbsp; -h, --help &nbsp; &nbsp; show this help message and exit <br>&nbsp; --table TABLE &nbsp;Table to create and destroy. (default: Hello-Bigtable)</pre>
3534

3635
## Additional Information

synth.metadata

Lines changed: 119 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/python-bigtable.git",
7-
"sha": "dfe658a2b1270eda7a8a084aca28d65b3297a04f"
7+
"sha": "8f764343e01d50ad880363f5a4e5630122cbdb25"
88
}
99
},
1010
{
@@ -49,5 +49,123 @@
4949
"generator": "bazel"
5050
}
5151
}
52+
],
53+
"generatedFiles": [
54+
".coveragerc",
55+
".flake8",
56+
".github/CONTRIBUTING.md",
57+
".github/ISSUE_TEMPLATE/bug_report.md",
58+
".github/ISSUE_TEMPLATE/feature_request.md",
59+
".github/ISSUE_TEMPLATE/support_request.md",
60+
".github/PULL_REQUEST_TEMPLATE.md",
61+
".github/release-please.yml",
62+
".gitignore",
63+
".kokoro/build.sh",
64+
".kokoro/continuous/common.cfg",
65+
".kokoro/continuous/continuous.cfg",
66+
".kokoro/docker/docs/Dockerfile",
67+
".kokoro/docker/docs/fetch_gpg_keys.sh",
68+
".kokoro/docs/common.cfg",
69+
".kokoro/docs/docs-presubmit.cfg",
70+
".kokoro/docs/docs.cfg",
71+
".kokoro/presubmit/common.cfg",
72+
".kokoro/presubmit/presubmit.cfg",
73+
".kokoro/publish-docs.sh",
74+
".kokoro/release.sh",
75+
".kokoro/release/common.cfg",
76+
".kokoro/release/release.cfg",
77+
".kokoro/samples/lint/common.cfg",
78+
".kokoro/samples/lint/continuous.cfg",
79+
".kokoro/samples/lint/periodic.cfg",
80+
".kokoro/samples/lint/presubmit.cfg",
81+
".kokoro/samples/python3.6/common.cfg",
82+
".kokoro/samples/python3.6/continuous.cfg",
83+
".kokoro/samples/python3.6/periodic.cfg",
84+
".kokoro/samples/python3.6/presubmit.cfg",
85+
".kokoro/samples/python3.7/common.cfg",
86+
".kokoro/samples/python3.7/continuous.cfg",
87+
".kokoro/samples/python3.7/periodic.cfg",
88+
".kokoro/samples/python3.7/presubmit.cfg",
89+
".kokoro/samples/python3.8/common.cfg",
90+
".kokoro/samples/python3.8/continuous.cfg",
91+
".kokoro/samples/python3.8/periodic.cfg",
92+
".kokoro/samples/python3.8/presubmit.cfg",
93+
".kokoro/test-samples.sh",
94+
".kokoro/trampoline.sh",
95+
".kokoro/trampoline_v2.sh",
96+
".trampolinerc",
97+
"CODE_OF_CONDUCT.md",
98+
"CONTRIBUTING.rst",
99+
"LICENSE",
100+
"MANIFEST.in",
101+
"docs/_static/custom.css",
102+
"docs/_templates/layout.html",
103+
"docs/conf.py",
104+
"docs/multiprocessing.rst",
105+
"google/cloud/bigtable_admin_v2/__init__.py",
106+
"google/cloud/bigtable_admin_v2/gapic/__init__.py",
107+
"google/cloud/bigtable_admin_v2/gapic/bigtable_instance_admin_client.py",
108+
"google/cloud/bigtable_admin_v2/gapic/bigtable_instance_admin_client_config.py",
109+
"google/cloud/bigtable_admin_v2/gapic/bigtable_table_admin_client.py",
110+
"google/cloud/bigtable_admin_v2/gapic/bigtable_table_admin_client_config.py",
111+
"google/cloud/bigtable_admin_v2/gapic/enums.py",
112+
"google/cloud/bigtable_admin_v2/gapic/transports/__init__.py",
113+
"google/cloud/bigtable_admin_v2/gapic/transports/bigtable_instance_admin_grpc_transport.py",
114+
"google/cloud/bigtable_admin_v2/gapic/transports/bigtable_table_admin_grpc_transport.py",
115+
"google/cloud/bigtable_admin_v2/proto/__init__.py",
116+
"google/cloud/bigtable_admin_v2/proto/bigtable_instance_admin.proto",
117+
"google/cloud/bigtable_admin_v2/proto/bigtable_instance_admin_pb2.py",
118+
"google/cloud/bigtable_admin_v2/proto/bigtable_instance_admin_pb2_grpc.py",
119+
"google/cloud/bigtable_admin_v2/proto/bigtable_table_admin.proto",
120+
"google/cloud/bigtable_admin_v2/proto/bigtable_table_admin_pb2.py",
121+
"google/cloud/bigtable_admin_v2/proto/bigtable_table_admin_pb2_grpc.py",
122+
"google/cloud/bigtable_admin_v2/proto/common.proto",
123+
"google/cloud/bigtable_admin_v2/proto/common_pb2.py",
124+
"google/cloud/bigtable_admin_v2/proto/common_pb2_grpc.py",
125+
"google/cloud/bigtable_admin_v2/proto/instance.proto",
126+
"google/cloud/bigtable_admin_v2/proto/instance_pb2.py",
127+
"google/cloud/bigtable_admin_v2/proto/instance_pb2_grpc.py",
128+
"google/cloud/bigtable_admin_v2/proto/table.proto",
129+
"google/cloud/bigtable_admin_v2/proto/table_pb2.py",
130+
"google/cloud/bigtable_admin_v2/proto/table_pb2_grpc.py",
131+
"google/cloud/bigtable_admin_v2/types.py",
132+
"google/cloud/bigtable_v2/__init__.py",
133+
"google/cloud/bigtable_v2/gapic/__init__.py",
134+
"google/cloud/bigtable_v2/gapic/bigtable_client.py",
135+
"google/cloud/bigtable_v2/gapic/bigtable_client_config.py",
136+
"google/cloud/bigtable_v2/gapic/transports/__init__.py",
137+
"google/cloud/bigtable_v2/gapic/transports/bigtable_grpc_transport.py",
138+
"google/cloud/bigtable_v2/proto/__init__.py",
139+
"google/cloud/bigtable_v2/proto/bigtable.proto",
140+
"google/cloud/bigtable_v2/proto/bigtable_pb2.py",
141+
"google/cloud/bigtable_v2/proto/bigtable_pb2_grpc.py",
142+
"google/cloud/bigtable_v2/proto/data.proto",
143+
"google/cloud/bigtable_v2/proto/data_pb2.py",
144+
"google/cloud/bigtable_v2/proto/data_pb2_grpc.py",
145+
"google/cloud/bigtable_v2/types.py",
146+
"renovate.json",
147+
"samples/AUTHORING_GUIDE.md",
148+
"samples/CONTRIBUTING.md",
149+
"samples/README.md",
150+
"samples/hello/README.md",
151+
"samples/hello_happybase/README.md",
152+
"samples/instanceadmin/README.md",
153+
"samples/metricscaler/README.md",
154+
"samples/quickstart/README.md",
155+
"samples/quickstart_happybase/README.md",
156+
"samples/snippets/README.md",
157+
"samples/tableadmin/README.md",
158+
"scripts/decrypt-secrets.sh",
159+
"scripts/readme-gen/readme_gen.py",
160+
"scripts/readme-gen/templates/README.tmpl.rst",
161+
"scripts/readme-gen/templates/auth.tmpl.rst",
162+
"scripts/readme-gen/templates/auth_api_key.tmpl.rst",
163+
"scripts/readme-gen/templates/install_deps.tmpl.rst",
164+
"scripts/readme-gen/templates/install_portaudio.tmpl.rst",
165+
"setup.cfg",
166+
"testing/.gitignore",
167+
"tests/unit/gapic/v2/test_bigtable_client_v2.py",
168+
"tests/unit/gapic/v2/test_bigtable_instance_admin_client_v2.py",
169+
"tests/unit/gapic/v2/test_bigtable_table_admin_client_v2.py"
52170
]
53171
}

0 commit comments

Comments
 (0)