Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Talent: Add filter_ arg to ProfileServiceClient.list_profiles; docstring updates (via synth). #9223

Merged
merged 1 commit into from Sep 13, 2019

Conversation

yoshi-automation
Copy link
Contributor

This PR was generated using Autosynth. 🌈

Here's the log from Synthtool:

synthtool > Executing /tmpfs/src/git/autosynth/working_repo/talent/synth.py.
synthtool > Ensuring dependencies.
synthtool > Pulling artman image.
latest: Pulling from googleapis/artman
Digest: sha256:0e6f3a668cd68afc768ecbe08817cf6e56a0e64fcbdb1c58c3b97492d12418a1
Status: Image is up to date for googleapis/artman:latest
synthtool > Cloning googleapis.
synthtool > Running generator for google/cloud/talent/artman_talent_v4beta1.yaml.
synthtool > Generated code into /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/python/talent-v4beta1.
synthtool > Copy: /home/kbuilder/.cache/synthtool/googleapis/google/cloud/talent/v4beta1/tenant_service.proto to /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/python/talent-v4beta1/google/cloud/talent_v4beta1/proto/tenant_service.proto
synthtool > Copy: /home/kbuilder/.cache/synthtool/googleapis/google/cloud/talent/v4beta1/profile_service.proto to /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/python/talent-v4beta1/google/cloud/talent_v4beta1/proto/profile_service.proto
synthtool > Copy: /home/kbuilder/.cache/synthtool/googleapis/google/cloud/talent/v4beta1/profile.proto to /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/python/talent-v4beta1/google/cloud/talent_v4beta1/proto/profile.proto
synthtool > Copy: /home/kbuilder/.cache/synthtool/googleapis/google/cloud/talent/v4beta1/job.proto to /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/python/talent-v4beta1/google/cloud/talent_v4beta1/proto/job.proto
synthtool > Copy: /home/kbuilder/.cache/synthtool/googleapis/google/cloud/talent/v4beta1/batch.proto to /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/python/talent-v4beta1/google/cloud/talent_v4beta1/proto/batch.proto
synthtool > Copy: /home/kbuilder/.cache/synthtool/googleapis/google/cloud/talent/v4beta1/application.proto to /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/python/talent-v4beta1/google/cloud/talent_v4beta1/proto/application.proto
synthtool > Copy: /home/kbuilder/.cache/synthtool/googleapis/google/cloud/talent/v4beta1/filters.proto to /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/python/talent-v4beta1/google/cloud/talent_v4beta1/proto/filters.proto
synthtool > Copy: /home/kbuilder/.cache/synthtool/googleapis/google/cloud/talent/v4beta1/company.proto to /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/python/talent-v4beta1/google/cloud/talent_v4beta1/proto/company.proto
synthtool > Copy: /home/kbuilder/.cache/synthtool/googleapis/google/cloud/talent/v4beta1/common.proto to /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/python/talent-v4beta1/google/cloud/talent_v4beta1/proto/common.proto
synthtool > Copy: /home/kbuilder/.cache/synthtool/googleapis/google/cloud/talent/v4beta1/event_service.proto to /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/python/talent-v4beta1/google/cloud/talent_v4beta1/proto/event_service.proto
synthtool > Copy: /home/kbuilder/.cache/synthtool/googleapis/google/cloud/talent/v4beta1/tenant.proto to /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/python/talent-v4beta1/google/cloud/talent_v4beta1/proto/tenant.proto
synthtool > Copy: /home/kbuilder/.cache/synthtool/googleapis/google/cloud/talent/v4beta1/application_service.proto to /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/python/talent-v4beta1/google/cloud/talent_v4beta1/proto/application_service.proto
synthtool > Copy: /home/kbuilder/.cache/synthtool/googleapis/google/cloud/talent/v4beta1/event.proto to /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/python/talent-v4beta1/google/cloud/talent_v4beta1/proto/event.proto
synthtool > Copy: /home/kbuilder/.cache/synthtool/googleapis/google/cloud/talent/v4beta1/company_service.proto to /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/python/talent-v4beta1/google/cloud/talent_v4beta1/proto/company_service.proto
synthtool > Copy: /home/kbuilder/.cache/synthtool/googleapis/google/cloud/talent/v4beta1/histogram.proto to /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/python/talent-v4beta1/google/cloud/talent_v4beta1/proto/histogram.proto
synthtool > Copy: /home/kbuilder/.cache/synthtool/googleapis/google/cloud/talent/v4beta1/job_service.proto to /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/python/talent-v4beta1/google/cloud/talent_v4beta1/proto/job_service.proto
synthtool > Copy: /home/kbuilder/.cache/synthtool/googleapis/google/cloud/talent/v4beta1/completion_service.proto to /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/python/talent-v4beta1/google/cloud/talent_v4beta1/proto/completion_service.proto
synthtool > Placed proto files into /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/python/talent-v4beta1/google/cloud/talent_v4beta1/proto.
.coveragerc
.flake8
MANIFEST.in
noxfile.py.j2
setup.cfg
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/talent/google/__init__.py
reformatted /tmpfs/src/git/autosynth/working_repo/talent/google/cloud/__init__.py
reformatted /tmpfs/src/git/autosynth/working_repo/talent/google/cloud/talent.py
reformatted /tmpfs/src/git/autosynth/working_repo/talent/google/cloud/talent_v4beta1/__init__.py
reformatted /tmpfs/src/git/autosynth/working_repo/talent/google/cloud/talent_v4beta1/gapic/application_service_client_config.py
reformatted /tmpfs/src/git/autosynth/working_repo/talent/google/cloud/talent_v4beta1/gapic/company_service_client_config.py
reformatted /tmpfs/src/git/autosynth/working_repo/talent/google/cloud/talent_v4beta1/gapic/completion_client_config.py
reformatted /tmpfs/src/git/autosynth/working_repo/talent/google/cloud/talent_v4beta1/gapic/completion_client.py
reformatted /tmpfs/src/git/autosynth/working_repo/talent/google/cloud/talent_v4beta1/gapic/application_service_client.py
reformatted /tmpfs/src/git/autosynth/working_repo/talent/google/cloud/talent_v4beta1/gapic/event_service_client_config.py
reformatted /tmpfs/src/git/autosynth/working_repo/talent/google/cloud/talent_v4beta1/gapic/company_service_client.py
reformatted /tmpfs/src/git/autosynth/working_repo/talent/google/cloud/talent_v4beta1/gapic/event_service_client.py
reformatted /tmpfs/src/git/autosynth/working_repo/talent/google/cloud/talent_v4beta1/gapic/enums.py
reformatted /tmpfs/src/git/autosynth/working_repo/talent/google/cloud/talent_v4beta1/gapic/job_service_client_config.py
reformatted /tmpfs/src/git/autosynth/working_repo/talent/google/cloud/talent_v4beta1/gapic/profile_service_client_config.py
reformatted /tmpfs/src/git/autosynth/working_repo/talent/google/cloud/talent_v4beta1/gapic/tenant_service_client_config.py
reformatted /tmpfs/src/git/autosynth/working_repo/talent/google/cloud/talent_v4beta1/gapic/transports/application_service_grpc_transport.py
reformatted /tmpfs/src/git/autosynth/working_repo/talent/google/cloud/talent_v4beta1/gapic/transports/company_service_grpc_transport.py
reformatted /tmpfs/src/git/autosynth/working_repo/talent/google/cloud/talent_v4beta1/gapic/transports/completion_grpc_transport.py
reformatted /tmpfs/src/git/autosynth/working_repo/talent/google/cloud/talent_v4beta1/gapic/transports/event_service_grpc_transport.py
reformatted /tmpfs/src/git/autosynth/working_repo/talent/google/cloud/talent_v4beta1/gapic/tenant_service_client.py
reformatted /tmpfs/src/git/autosynth/working_repo/talent/google/cloud/talent_v4beta1/gapic/profile_service_client.py
reformatted /tmpfs/src/git/autosynth/working_repo/talent/google/cloud/talent_v4beta1/gapic/transports/job_service_grpc_transport.py
reformatted /tmpfs/src/git/autosynth/working_repo/talent/google/cloud/talent_v4beta1/gapic/transports/profile_service_grpc_transport.py
reformatted /tmpfs/src/git/autosynth/working_repo/talent/google/cloud/talent_v4beta1/proto/application_pb2_grpc.py
reformatted /tmpfs/src/git/autosynth/working_repo/talent/google/cloud/talent_v4beta1/gapic/transports/tenant_service_grpc_transport.py
reformatted /tmpfs/src/git/autosynth/working_repo/talent/google/cloud/talent_v4beta1/proto/application_service_pb2_grpc.py
reformatted /tmpfs/src/git/autosynth/working_repo/talent/google/cloud/talent_v4beta1/proto/batch_pb2.py
reformatted /tmpfs/src/git/autosynth/working_repo/talent/google/cloud/talent_v4beta1/proto/batch_pb2_grpc.py
reformatted /tmpfs/src/git/autosynth/working_repo/talent/google/cloud/talent_v4beta1/gapic/job_service_client.py
reformatted /tmpfs/src/git/autosynth/working_repo/talent/google/cloud/talent_v4beta1/proto/common_pb2_grpc.py
reformatted /tmpfs/src/git/autosynth/working_repo/talent/google/cloud/talent_v4beta1/proto/application_pb2.py
reformatted /tmpfs/src/git/autosynth/working_repo/talent/google/cloud/talent_v4beta1/proto/company_pb2_grpc.py
reformatted /tmpfs/src/git/autosynth/working_repo/talent/google/cloud/talent_v4beta1/proto/application_service_pb2.py
reformatted /tmpfs/src/git/autosynth/working_repo/talent/google/cloud/talent_v4beta1/proto/company_pb2.py
reformatted /tmpfs/src/git/autosynth/working_repo/talent/google/cloud/talent_v4beta1/proto/company_service_pb2_grpc.py
reformatted /tmpfs/src/git/autosynth/working_repo/talent/google/cloud/talent_v4beta1/proto/completion_service_pb2_grpc.py
reformatted /tmpfs/src/git/autosynth/working_repo/talent/google/cloud/talent_v4beta1/proto/completion_service_pb2.py
reformatted /tmpfs/src/git/autosynth/working_repo/talent/google/cloud/talent_v4beta1/proto/event_pb2_grpc.py
reformatted /tmpfs/src/git/autosynth/working_repo/talent/google/cloud/talent_v4beta1/proto/company_service_pb2.py
reformatted /tmpfs/src/git/autosynth/working_repo/talent/google/cloud/talent_v4beta1/proto/event_service_pb2_grpc.py
reformatted /tmpfs/src/git/autosynth/working_repo/talent/google/cloud/talent_v4beta1/proto/event_service_pb2.py
reformatted /tmpfs/src/git/autosynth/working_repo/talent/google/cloud/talent_v4beta1/proto/filters_pb2_grpc.py
reformatted /tmpfs/src/git/autosynth/working_repo/talent/google/cloud/talent_v4beta1/proto/event_pb2.py
reformatted /tmpfs/src/git/autosynth/working_repo/talent/google/cloud/talent_v4beta1/proto/histogram_pb2_grpc.py
reformatted /tmpfs/src/git/autosynth/working_repo/talent/google/cloud/talent_v4beta1/proto/histogram_pb2.py
reformatted /tmpfs/src/git/autosynth/working_repo/talent/google/cloud/talent_v4beta1/proto/job_pb2_grpc.py
reformatted /tmpfs/src/git/autosynth/working_repo/talent/google/cloud/talent_v4beta1/proto/job_pb2.py
reformatted /tmpfs/src/git/autosynth/working_repo/talent/google/cloud/talent_v4beta1/proto/job_service_pb2_grpc.py
reformatted /tmpfs/src/git/autosynth/working_repo/talent/google/cloud/talent_v4beta1/proto/common_pb2.py
reformatted /tmpfs/src/git/autosynth/working_repo/talent/google/cloud/talent_v4beta1/proto/profile_pb2_grpc.py
reformatted /tmpfs/src/git/autosynth/working_repo/talent/google/cloud/talent_v4beta1/proto/filters_pb2.py
reformatted /tmpfs/src/git/autosynth/working_repo/talent/google/cloud/talent_v4beta1/proto/profile_service_pb2_grpc.py
reformatted /tmpfs/src/git/autosynth/working_repo/talent/google/cloud/talent_v4beta1/proto/job_service_pb2.py
reformatted /tmpfs/src/git/autosynth/working_repo/talent/google/cloud/talent_v4beta1/proto/tenant_pb2_grpc.py
reformatted /tmpfs/src/git/autosynth/working_repo/talent/google/cloud/talent_v4beta1/proto/tenant_pb2.py
reformatted /tmpfs/src/git/autosynth/working_repo/talent/google/cloud/talent_v4beta1/proto/tenant_service_pb2_grpc.py
reformatted /tmpfs/src/git/autosynth/working_repo/talent/google/cloud/talent_v4beta1/types.py
reformatted /tmpfs/src/git/autosynth/working_repo/talent/noxfile.py
reformatted /tmpfs/src/git/autosynth/working_repo/talent/google/cloud/talent_v4beta1/proto/tenant_service_pb2.py
reformatted /tmpfs/src/git/autosynth/working_repo/talent/tests/unit/gapic/v4beta1/test_application_service_client_v4beta1.py
reformatted /tmpfs/src/git/autosynth/working_repo/talent/tests/unit/gapic/v4beta1/test_completion_client_v4beta1.py
reformatted /tmpfs/src/git/autosynth/working_repo/talent/google/cloud/talent_v4beta1/proto/profile_service_pb2.py
reformatted /tmpfs/src/git/autosynth/working_repo/talent/tests/unit/gapic/v4beta1/test_company_service_client_v4beta1.py
reformatted /tmpfs/src/git/autosynth/working_repo/talent/tests/unit/gapic/v4beta1/test_event_service_client_v4beta1.py
reformatted /tmpfs/src/git/autosynth/working_repo/talent/tests/unit/gapic/v4beta1/test_tenant_service_client_v4beta1.py
reformatted /tmpfs/src/git/autosynth/working_repo/talent/tests/unit/gapic/v4beta1/test_profile_service_client_v4beta1.py
reformatted /tmpfs/src/git/autosynth/working_repo/talent/tests/unit/gapic/v4beta1/test_job_service_client_v4beta1.py
reformatted /tmpfs/src/git/autosynth/working_repo/talent/google/cloud/talent_v4beta1/proto/profile_pb2.py
All done! ✨ 🍰 ✨
69 files reformatted, 5 files left unchanged.
Session blacken was successful.
synthtool > Cleaned up 2 temporary directories.
synthtool > Wrote metadata to synth.metadata.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Sep 13, 2019
@tseaver tseaver changed the title [CHANGE ME] Re-generated talent to pick up changes in the API or client library generator. Talent: Add filter_ arg to ProfileServiceClient.list_profiles; docstring updates (via synth). Sep 13, 2019
@tseaver tseaver merged commit a616b85 into master Sep 13, 2019
@tseaver tseaver deleted the autosynth-talent branch September 13, 2019 18:07
emar-kar pushed a commit to MaxxleLLC/google-cloud-python that referenced this pull request Sep 18, 2019
emar-kar pushed a commit to MaxxleLLC/google-cloud-python that referenced this pull request Sep 18, 2019
parthea pushed a commit that referenced this pull request Jun 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: talent 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

3 participants