Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

Commit

Permalink
chore(py-library): enable snippet-bot (#39)
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin E. Coe <bencoe@google.com>

Source-Author: Takashi Matsuo <tmatsuo@google.com>
Source-Date: Tue Sep 1 17:14:08 2020 +0000
Source-Repo: googleapis/synthtool
Source-Sha: d91dd8aac77f7a9c5506c238038a26fa4f9e361e
Source-Link: googleapis/synthtool@d91dd8a
  • Loading branch information
yoshi-automation committed Sep 3, 2020
1 parent d3f1819 commit 423fb47
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 2 deletions.
Empty file added .github/snippet-bot.yml
Empty file.
98 changes: 96 additions & 2 deletions synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/python-trace.git",
"sha": "a4fa87054a34c1dc4e9a69f3a96762ece9cec306"
"sha": "d3f18195e92915289f9d9d5075de1f11eb316353"
}
},
{
Expand All @@ -19,7 +19,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "4f8f5dc24af79694887385015294e4dbb214c352"
"sha": "d91dd8aac77f7a9c5506c238038a26fa4f9e361e"
}
}
],
Expand All @@ -42,5 +42,99 @@
"generator": "bazel"
}
}
],
"generatedFiles": [
".coveragerc",
".flake8",
".github/CONTRIBUTING.md",
".github/ISSUE_TEMPLATE/bug_report.md",
".github/ISSUE_TEMPLATE/feature_request.md",
".github/ISSUE_TEMPLATE/support_request.md",
".github/PULL_REQUEST_TEMPLATE.md",
".github/release-please.yml",
".github/snippet-bot.yml",
".gitignore",
".kokoro/build.sh",
".kokoro/continuous/common.cfg",
".kokoro/continuous/continuous.cfg",
".kokoro/docker/docs/Dockerfile",
".kokoro/docker/docs/fetch_gpg_keys.sh",
".kokoro/docs/common.cfg",
".kokoro/docs/docs-presubmit.cfg",
".kokoro/docs/docs.cfg",
".kokoro/presubmit/common.cfg",
".kokoro/presubmit/presubmit.cfg",
".kokoro/publish-docs.sh",
".kokoro/release.sh",
".kokoro/release/common.cfg",
".kokoro/release/release.cfg",
".kokoro/samples/lint/common.cfg",
".kokoro/samples/lint/continuous.cfg",
".kokoro/samples/lint/periodic.cfg",
".kokoro/samples/lint/presubmit.cfg",
".kokoro/samples/python3.6/common.cfg",
".kokoro/samples/python3.6/continuous.cfg",
".kokoro/samples/python3.6/periodic.cfg",
".kokoro/samples/python3.6/presubmit.cfg",
".kokoro/samples/python3.7/common.cfg",
".kokoro/samples/python3.7/continuous.cfg",
".kokoro/samples/python3.7/periodic.cfg",
".kokoro/samples/python3.7/presubmit.cfg",
".kokoro/samples/python3.8/common.cfg",
".kokoro/samples/python3.8/continuous.cfg",
".kokoro/samples/python3.8/periodic.cfg",
".kokoro/samples/python3.8/presubmit.cfg",
".kokoro/test-samples.sh",
".kokoro/trampoline.sh",
".kokoro/trampoline_v2.sh",
".trampolinerc",
"CODE_OF_CONDUCT.md",
"CONTRIBUTING.rst",
"LICENSE",
"MANIFEST.in",
"docs/_static/custom.css",
"docs/_templates/layout.html",
"docs/conf.py",
"docs/multiprocessing.rst",
"google/cloud/trace_v1/__init__.py",
"google/cloud/trace_v1/gapic/__init__.py",
"google/cloud/trace_v1/gapic/enums.py",
"google/cloud/trace_v1/gapic/trace_service_client.py",
"google/cloud/trace_v1/gapic/trace_service_client_config.py",
"google/cloud/trace_v1/gapic/transports/__init__.py",
"google/cloud/trace_v1/gapic/transports/trace_service_grpc_transport.py",
"google/cloud/trace_v1/proto/__init__.py",
"google/cloud/trace_v1/proto/trace.proto",
"google/cloud/trace_v1/proto/trace_pb2.py",
"google/cloud/trace_v1/proto/trace_pb2_grpc.py",
"google/cloud/trace_v1/types.py",
"google/cloud/trace_v2/__init__.py",
"google/cloud/trace_v2/gapic/__init__.py",
"google/cloud/trace_v2/gapic/enums.py",
"google/cloud/trace_v2/gapic/trace_service_client.py",
"google/cloud/trace_v2/gapic/trace_service_client_config.py",
"google/cloud/trace_v2/gapic/transports/__init__.py",
"google/cloud/trace_v2/gapic/transports/trace_service_grpc_transport.py",
"google/cloud/trace_v2/proto/__init__.py",
"google/cloud/trace_v2/proto/trace.proto",
"google/cloud/trace_v2/proto/trace_pb2.py",
"google/cloud/trace_v2/proto/trace_pb2_grpc.py",
"google/cloud/trace_v2/proto/tracing.proto",
"google/cloud/trace_v2/proto/tracing_pb2.py",
"google/cloud/trace_v2/proto/tracing_pb2_grpc.py",
"google/cloud/trace_v2/types.py",
"noxfile.py",
"renovate.json",
"scripts/decrypt-secrets.sh",
"scripts/readme-gen/readme_gen.py",
"scripts/readme-gen/templates/README.tmpl.rst",
"scripts/readme-gen/templates/auth.tmpl.rst",
"scripts/readme-gen/templates/auth_api_key.tmpl.rst",
"scripts/readme-gen/templates/install_deps.tmpl.rst",
"scripts/readme-gen/templates/install_portaudio.tmpl.rst",
"setup.cfg",
"testing/.gitignore",
"tests/unit/gapic/v1/test_trace_service_client_v1.py",
"tests/unit/gapic/v2/test_trace_service_client_v2.py"
]
}

0 comments on commit 423fb47

Please sign in to comment.