From 25981fbeaa7eda18e7b8d4e9a5c578e3f87af1d2 Mon Sep 17 00:00:00 2001 From: yoshi-automation Date: Sat, 20 Mar 2021 02:24:19 -0700 Subject: [PATCH] changes without context autosynth cannot find the source of changes triggered by earlier changes in this repository, or by version upgrades to tools such as linters. --- synth.metadata | 115 ++++++++++++++++++++++++++++++++- texttospeech-v1beta1-py.tar.gz | 0 2 files changed, 113 insertions(+), 2 deletions(-) create mode 100644 texttospeech-v1beta1-py.tar.gz diff --git a/synth.metadata b/synth.metadata index 7ce57c97..e4190e34 100644 --- a/synth.metadata +++ b/synth.metadata @@ -3,8 +3,8 @@ { "git": { "name": ".", - "remote": "git@github.com:googleapis/python-texttospeech", - "sha": "5f6f26172a520d4791927650a624c3de6af1e7d0" + "remote": "https://github.com/googleapis/python-texttospeech.git", + "sha": "139e6e8511cdce4c0be7983520f7efc47092f3b1" } }, { @@ -49,5 +49,116 @@ "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/header-checker-lint.yml", + ".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/populate-secrets.sh", + ".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", + ".pre-commit-config.yaml", + ".trampolinerc", + "CODE_OF_CONDUCT.md", + "CONTRIBUTING.rst", + "LICENSE", + "MANIFEST.in", + "docs/_static/custom.css", + "docs/_templates/layout.html", + "docs/conf.py", + "docs/multiprocessing.rst", + "docs/texttospeech_v1/services.rst", + "docs/texttospeech_v1/text_to_speech.rst", + "docs/texttospeech_v1/types.rst", + "docs/texttospeech_v1beta1/services.rst", + "docs/texttospeech_v1beta1/text_to_speech.rst", + "docs/texttospeech_v1beta1/types.rst", + "google/cloud/texttospeech/__init__.py", + "google/cloud/texttospeech/py.typed", + "google/cloud/texttospeech_v1/__init__.py", + "google/cloud/texttospeech_v1/py.typed", + "google/cloud/texttospeech_v1/services/__init__.py", + "google/cloud/texttospeech_v1/services/text_to_speech/__init__.py", + "google/cloud/texttospeech_v1/services/text_to_speech/async_client.py", + "google/cloud/texttospeech_v1/services/text_to_speech/client.py", + "google/cloud/texttospeech_v1/services/text_to_speech/transports/__init__.py", + "google/cloud/texttospeech_v1/services/text_to_speech/transports/base.py", + "google/cloud/texttospeech_v1/services/text_to_speech/transports/grpc.py", + "google/cloud/texttospeech_v1/services/text_to_speech/transports/grpc_asyncio.py", + "google/cloud/texttospeech_v1/types/__init__.py", + "google/cloud/texttospeech_v1/types/cloud_tts.py", + "google/cloud/texttospeech_v1beta1/__init__.py", + "google/cloud/texttospeech_v1beta1/py.typed", + "google/cloud/texttospeech_v1beta1/services/__init__.py", + "google/cloud/texttospeech_v1beta1/services/text_to_speech/__init__.py", + "google/cloud/texttospeech_v1beta1/services/text_to_speech/async_client.py", + "google/cloud/texttospeech_v1beta1/services/text_to_speech/client.py", + "google/cloud/texttospeech_v1beta1/services/text_to_speech/transports/__init__.py", + "google/cloud/texttospeech_v1beta1/services/text_to_speech/transports/base.py", + "google/cloud/texttospeech_v1beta1/services/text_to_speech/transports/grpc.py", + "google/cloud/texttospeech_v1beta1/services/text_to_speech/transports/grpc_asyncio.py", + "google/cloud/texttospeech_v1beta1/types/__init__.py", + "google/cloud/texttospeech_v1beta1/types/cloud_tts.py", + "mypy.ini", + "noxfile.py", + "renovate.json", + "samples/AUTHORING_GUIDE.md", + "samples/CONTRIBUTING.md", + "samples/snippets/noxfile.py", + "scripts/decrypt-secrets.sh", + "scripts/fixup_texttospeech_v1_keywords.py", + "scripts/fixup_texttospeech_v1beta1_keywords.py", + "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/texttospeech_v1/__init__.py", + "tests/unit/gapic/texttospeech_v1/test_text_to_speech.py", + "tests/unit/gapic/texttospeech_v1beta1/__init__.py", + "tests/unit/gapic/texttospeech_v1beta1/test_text_to_speech.py", + "texttospeech-v1beta1-py.tar.gz" ] } \ No newline at end of file diff --git a/texttospeech-v1beta1-py.tar.gz b/texttospeech-v1beta1-py.tar.gz new file mode 100644 index 00000000..e69de29b