Skip to content

Commit 6c05397

Browse files
chore(py-library): enable snippet-bot (#39)
Co-authored-by: Benjamin E. Coe <[email protected]> Source-Author: Takashi Matsuo <[email protected]> Source-Date: Tue Sep 1 17:14:08 2020 +0000 Source-Repo: googleapis/synthtool Source-Sha: d91dd8aac77f7a9c5506c238038a26fa4f9e361e Source-Link: googleapis/synthtool@d91dd8a
1 parent 83ab271 commit 6c05397

File tree

2 files changed

+96
-2
lines changed

2 files changed

+96
-2
lines changed

packages/google-cloud-trace/.github/snippet-bot.yml

Whitespace-only changes.

packages/google-cloud-trace/synth.metadata

Lines changed: 96 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/python-trace.git",
7-
"sha": "a4fa87054a34c1dc4e9a69f3a96762ece9cec306"
7+
"sha": "d3f18195e92915289f9d9d5075de1f11eb316353"
88
}
99
},
1010
{
@@ -19,7 +19,7 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "4f8f5dc24af79694887385015294e4dbb214c352"
22+
"sha": "d91dd8aac77f7a9c5506c238038a26fa4f9e361e"
2323
}
2424
}
2525
],
@@ -42,5 +42,99 @@
4242
"generator": "bazel"
4343
}
4444
}
45+
],
46+
"generatedFiles": [
47+
".coveragerc",
48+
".flake8",
49+
".github/CONTRIBUTING.md",
50+
".github/ISSUE_TEMPLATE/bug_report.md",
51+
".github/ISSUE_TEMPLATE/feature_request.md",
52+
".github/ISSUE_TEMPLATE/support_request.md",
53+
".github/PULL_REQUEST_TEMPLATE.md",
54+
".github/release-please.yml",
55+
".github/snippet-bot.yml",
56+
".gitignore",
57+
".kokoro/build.sh",
58+
".kokoro/continuous/common.cfg",
59+
".kokoro/continuous/continuous.cfg",
60+
".kokoro/docker/docs/Dockerfile",
61+
".kokoro/docker/docs/fetch_gpg_keys.sh",
62+
".kokoro/docs/common.cfg",
63+
".kokoro/docs/docs-presubmit.cfg",
64+
".kokoro/docs/docs.cfg",
65+
".kokoro/presubmit/common.cfg",
66+
".kokoro/presubmit/presubmit.cfg",
67+
".kokoro/publish-docs.sh",
68+
".kokoro/release.sh",
69+
".kokoro/release/common.cfg",
70+
".kokoro/release/release.cfg",
71+
".kokoro/samples/lint/common.cfg",
72+
".kokoro/samples/lint/continuous.cfg",
73+
".kokoro/samples/lint/periodic.cfg",
74+
".kokoro/samples/lint/presubmit.cfg",
75+
".kokoro/samples/python3.6/common.cfg",
76+
".kokoro/samples/python3.6/continuous.cfg",
77+
".kokoro/samples/python3.6/periodic.cfg",
78+
".kokoro/samples/python3.6/presubmit.cfg",
79+
".kokoro/samples/python3.7/common.cfg",
80+
".kokoro/samples/python3.7/continuous.cfg",
81+
".kokoro/samples/python3.7/periodic.cfg",
82+
".kokoro/samples/python3.7/presubmit.cfg",
83+
".kokoro/samples/python3.8/common.cfg",
84+
".kokoro/samples/python3.8/continuous.cfg",
85+
".kokoro/samples/python3.8/periodic.cfg",
86+
".kokoro/samples/python3.8/presubmit.cfg",
87+
".kokoro/test-samples.sh",
88+
".kokoro/trampoline.sh",
89+
".kokoro/trampoline_v2.sh",
90+
".trampolinerc",
91+
"CODE_OF_CONDUCT.md",
92+
"CONTRIBUTING.rst",
93+
"LICENSE",
94+
"MANIFEST.in",
95+
"docs/_static/custom.css",
96+
"docs/_templates/layout.html",
97+
"docs/conf.py",
98+
"docs/multiprocessing.rst",
99+
"google/cloud/trace_v1/__init__.py",
100+
"google/cloud/trace_v1/gapic/__init__.py",
101+
"google/cloud/trace_v1/gapic/enums.py",
102+
"google/cloud/trace_v1/gapic/trace_service_client.py",
103+
"google/cloud/trace_v1/gapic/trace_service_client_config.py",
104+
"google/cloud/trace_v1/gapic/transports/__init__.py",
105+
"google/cloud/trace_v1/gapic/transports/trace_service_grpc_transport.py",
106+
"google/cloud/trace_v1/proto/__init__.py",
107+
"google/cloud/trace_v1/proto/trace.proto",
108+
"google/cloud/trace_v1/proto/trace_pb2.py",
109+
"google/cloud/trace_v1/proto/trace_pb2_grpc.py",
110+
"google/cloud/trace_v1/types.py",
111+
"google/cloud/trace_v2/__init__.py",
112+
"google/cloud/trace_v2/gapic/__init__.py",
113+
"google/cloud/trace_v2/gapic/enums.py",
114+
"google/cloud/trace_v2/gapic/trace_service_client.py",
115+
"google/cloud/trace_v2/gapic/trace_service_client_config.py",
116+
"google/cloud/trace_v2/gapic/transports/__init__.py",
117+
"google/cloud/trace_v2/gapic/transports/trace_service_grpc_transport.py",
118+
"google/cloud/trace_v2/proto/__init__.py",
119+
"google/cloud/trace_v2/proto/trace.proto",
120+
"google/cloud/trace_v2/proto/trace_pb2.py",
121+
"google/cloud/trace_v2/proto/trace_pb2_grpc.py",
122+
"google/cloud/trace_v2/proto/tracing.proto",
123+
"google/cloud/trace_v2/proto/tracing_pb2.py",
124+
"google/cloud/trace_v2/proto/tracing_pb2_grpc.py",
125+
"google/cloud/trace_v2/types.py",
126+
"noxfile.py",
127+
"renovate.json",
128+
"scripts/decrypt-secrets.sh",
129+
"scripts/readme-gen/readme_gen.py",
130+
"scripts/readme-gen/templates/README.tmpl.rst",
131+
"scripts/readme-gen/templates/auth.tmpl.rst",
132+
"scripts/readme-gen/templates/auth_api_key.tmpl.rst",
133+
"scripts/readme-gen/templates/install_deps.tmpl.rst",
134+
"scripts/readme-gen/templates/install_portaudio.tmpl.rst",
135+
"setup.cfg",
136+
"testing/.gitignore",
137+
"tests/unit/gapic/v1/test_trace_service_client_v1.py",
138+
"tests/unit/gapic/v2/test_trace_service_client_v2.py"
45139
]
46140
}

0 commit comments

Comments
 (0)