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

feat: add mTLS support (via synth) #4

Merged
merged 3 commits into from Apr 21, 2020
Merged

feat: add mTLS support (via synth) #4

merged 3 commits into from Apr 21, 2020

Conversation

yoshi-automation
Copy link
Contributor

This PR was generated using Autosynth. 🌈

Log from Synthtool
2020-04-17 05:15:45,273 synthtool > Executing /tmpfs/src/git/autosynth/working_repo/synth.py.
On branch autosynth
nothing to commit, working tree clean
2020-04-17 05:15:45,336 synthtool > Ensuring dependencies.
2020-04-17 05:15:45,992 synthtool > Cloning googleapis.
2020-04-17 05:15:46,659 synthtool > Pulling Docker image: gapic-generator-python:latest
latest: Pulling from gapic-images/gapic-generator-python
123275d6e508: Pulling fs layer
164cf0031f8c: Pulling fs layer
e709e4925d45: Pulling fs layer
359c63e5c67a: Pulling fs layer
b6cf017fb3e9: Pulling fs layer
140764216432: Pulling fs layer
6ed376137440: Pulling fs layer
7d57817d87e1: Pulling fs layer
52d2e8d8eeee: Pulling fs layer
5ac381551b53: Pulling fs layer
359c63e5c67a: Waiting
b6cf017fb3e9: Waiting
140764216432: Waiting
6ed376137440: Waiting
7d57817d87e1: Waiting
52d2e8d8eeee: Waiting
5ac381551b53: Waiting
164cf0031f8c: Verifying Checksum
164cf0031f8c: Download complete
359c63e5c67a: Verifying Checksum
359c63e5c67a: Download complete
123275d6e508: Verifying Checksum
123275d6e508: Download complete
b6cf017fb3e9: Verifying Checksum
b6cf017fb3e9: Download complete
6ed376137440: Verifying Checksum
6ed376137440: Download complete
e709e4925d45: Verifying Checksum
e709e4925d45: Download complete
7d57817d87e1: Verifying Checksum
7d57817d87e1: Download complete
52d2e8d8eeee: Verifying Checksum
52d2e8d8eeee: Download complete
140764216432: Verifying Checksum
140764216432: Download complete
123275d6e508: Pull complete
5ac381551b53: Verifying Checksum
5ac381551b53: Download complete
164cf0031f8c: Pull complete
e709e4925d45: Pull complete
359c63e5c67a: Pull complete
b6cf017fb3e9: Pull complete
140764216432: Pull complete
6ed376137440: Pull complete
7d57817d87e1: Pull complete
52d2e8d8eeee: Pull complete
5ac381551b53: Pull complete
Digest: sha256:67b71dd1bcfe4331a40fcd8d199c5a900f2c295332bf0b0ad00af52a9842af72
Status: Downloaded newer image for gcr.io/gapic-images/gapic-generator-python:latest
2020-04-17 05:15:53,153 synthtool > Generating code for: google/cloud/servicedirectory/v1beta1.
2020-04-17 05:15:58,677 synthtool > Generated code into /tmpfs/tmp/tmpmr6yqt_i.
2020-04-17 05:15:58,700 synthtool > No replacements made in **/*_pb2.py for pattern (\# -\*- coding: utf-8 -\*-\n)(\# Generated by the protocol buffer compiler\.  DO NOT EDIT!.*?import sys), maybe replacement is no longer needed?
2020-04-17 05:15:58,704 synthtool > No replacements made in **/*_pb2_grpc.py for pattern (\# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!)
(import grpc), maybe replacement is no longer needed?
2020-04-17 05:15:58,707 synthtool > Replaced 'google-cloud-servicedirectory' in google/cloud/servicedirectory_v1beta1/services/registration_service/client.py.
2020-04-17 05:15:58,707 synthtool > Replaced 'google-cloud-servicedirectory' in google/cloud/servicedirectory_v1beta1/services/lookup_service/client.py.
2020-04-17 05:15:58,710 synthtool > Replaced '["\'](projects/\\*/.*)["\']\\.' in google/cloud/servicedirectory_v1beta1/types/service.py.
2020-04-17 05:15:58,710 synthtool > Replaced '["\'](projects/\\*/.*)["\']\\.' in google/cloud/servicedirectory_v1beta1/types/namespace.py.
2020-04-17 05:15:58,711 synthtool > Replaced '["\'](projects/\\*/.*)["\']\\.' in google/cloud/servicedirectory_v1beta1/types/endpoint.py.
.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
.gitignore
.kokoro/build.sh
.kokoro/continuous/common.cfg
.kokoro/continuous/continuous.cfg
.kokoro/docs/common.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/trampoline.sh
CODE_OF_CONDUCT.md
CONTRIBUTING.rst
LICENSE
MANIFEST.in
docs/_static/custom.css
docs/_templates/layout.html
docs/conf.py.j2
noxfile.py.j2
renovate.json
setup.cfg
2020-04-17 05:15:58,805 synthtool > Replaced 'bigquery/docs/generated' in .gitignore.
2020-04-17 05:15:58,806 synthtool > Replaced '\\["2\\.7", ' in noxfile.py.
2020-04-17 05:15:58,806 synthtool > Replaced '"3.5", ' in noxfile.py.
2020-04-17 05:15:58,807 synthtool > Replaced 'ignore = .*' in .flake8.
Running session blacken
Creating virtual environment (virtualenv) using python3.6 in .nox/blacken
pip install black==19.3b0
black docs google tests noxfile.py setup.py
reformatted /tmpfs/src/git/autosynth/working_repo/google/cloud/servicedirectory_v1beta1/services/lookup_service/__init__.py
reformatted /tmpfs/src/git/autosynth/working_repo/google/cloud/servicedirectory_v1beta1/__init__.py
reformatted /tmpfs/src/git/autosynth/working_repo/google/cloud/servicedirectory_v1beta1/services/lookup_service/transports/__init__.py
reformatted /tmpfs/src/git/autosynth/working_repo/google/cloud/servicedirectory/__init__.py
reformatted /tmpfs/src/git/autosynth/working_repo/google/cloud/servicedirectory_v1beta1/services/lookup_service/transports/base.py
reformatted /tmpfs/src/git/autosynth/working_repo/google/cloud/servicedirectory_v1beta1/services/registration_service/__init__.py
reformatted /tmpfs/src/git/autosynth/working_repo/docs/conf.py
reformatted /tmpfs/src/git/autosynth/working_repo/google/cloud/servicedirectory_v1beta1/services/lookup_service/client.py
reformatted /tmpfs/src/git/autosynth/working_repo/google/cloud/servicedirectory_v1beta1/services/lookup_service/transports/grpc.py
reformatted /tmpfs/src/git/autosynth/working_repo/google/cloud/servicedirectory_v1beta1/services/registration_service/transports/__init__.py
reformatted /tmpfs/src/git/autosynth/working_repo/google/cloud/servicedirectory_v1beta1/services/registration_service/pagers.py
reformatted /tmpfs/src/git/autosynth/working_repo/google/cloud/servicedirectory_v1beta1/types/__init__.py
reformatted /tmpfs/src/git/autosynth/working_repo/google/cloud/servicedirectory_v1beta1/types/endpoint.py
reformatted /tmpfs/src/git/autosynth/working_repo/google/cloud/servicedirectory_v1beta1/services/registration_service/transports/base.py
reformatted /tmpfs/src/git/autosynth/working_repo/google/cloud/servicedirectory_v1beta1/types/lookup_service.py
reformatted /tmpfs/src/git/autosynth/working_repo/google/cloud/servicedirectory_v1beta1/types/namespace.py
reformatted /tmpfs/src/git/autosynth/working_repo/google/cloud/servicedirectory_v1beta1/types/service.py
reformatted /tmpfs/src/git/autosynth/working_repo/noxfile.py
reformatted /tmpfs/src/git/autosynth/working_repo/google/cloud/servicedirectory_v1beta1/types/registration_service.py
reformatted /tmpfs/src/git/autosynth/working_repo/google/cloud/servicedirectory_v1beta1/services/registration_service/transports/grpc.py
reformatted /tmpfs/src/git/autosynth/working_repo/google/cloud/servicedirectory_v1beta1/services/registration_service/client.py
reformatted /tmpfs/src/git/autosynth/working_repo/tests/unit/servicedirectory_v1beta1/test_lookup_service.py
reformatted /tmpfs/src/git/autosynth/working_repo/tests/unit/servicedirectory_v1beta1/test_registration_service.py
All done! ✨ 🍰 ✨
23 files reformatted, 2 files left unchanged.
Session blacken was successful.
2020-04-17 05:16:03,599 synthtool > Wrote metadata to synth.metadata.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Apr 17, 2020
@busunkim96 busunkim96 changed the title [CHANGE ME] Re-generated to pick up changes in the API or client library generator. feat: add mTLS support (via synth) Apr 21, 2020
@busunkim96 busunkim96 merged commit 25e0fcf into master Apr 21, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants