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

Vision: GAPIC generation fixes. #7058

Merged
merged 1 commit into from
Jan 5, 2019
Merged

Vision: GAPIC generation fixes. #7058

merged 1 commit into from
Jan 5, 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/vision/synth.py.
synthtool > Ensuring dependencies.
synthtool > Pulling artman image.
latest: Pulling from googleapis/artman
Digest: sha256:8b45fae963557c3299921037ecbb86f0689f41b1b4aea73408ebc50562cb2857
Status: Image is up to date for googleapis/artman:latest
synthtool > Cloning googleapis.
synthtool > Running generator for google/cloud/vision/artman_vision_v1.yaml.
synthtool > Generated code into /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/python/vision-v1.
synthtool > Replaced 'from __future__ import absolute_import' in google/cloud/vision_v1/__init__.py.
synthtool > Replaced 'image_annotator_client' in google/cloud/vision_v1/__init__.py.
synthtool > Replaced 'from google.cloud.vision_v1.gapic import iac' in google/cloud/vision_v1/__init__.py.
synthtool > Replaced 'class ImageAnnotatorClient\\(iac.ImageAnnotatorClient\\):' in google/cloud/vision_v1/__init__.py.
synthtool > Running generator for google/cloud/vision/artman_vision_v1p1beta1.yaml.
synthtool > Generated code into /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/python/vision-v1p1beta1.
synthtool > Replaced 'from __future__ import absolute_import' in google/cloud/vision_v1p1beta1/__init__.py.
synthtool > Replaced 'image_annotator_client' in google/cloud/vision_v1p1beta1/__init__.py.
synthtool > Replaced 'from google.cloud.vision_v1p1beta1.gapic import iac' in google/cloud/vision_v1p1beta1/__init__.py.
synthtool > Replaced 'class ImageAnnotatorClient\\(iac.ImageAnnotatorClient\\):' in google/cloud/vision_v1p1beta1/__init__.py.
synthtool > Running generator for google/cloud/vision/artman_vision_v1p2beta1.yaml.
synthtool > Generated code into /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/python/vision-v1p2beta1.
synthtool > Replaced 'from __future__ import absolute_import' in google/cloud/vision_v1p2beta1/__init__.py.
synthtool > Replaced 'image_annotator_client' in google/cloud/vision_v1p2beta1/__init__.py.
synthtool > Replaced 'from google.cloud.vision_v1p2beta1.gapic import iac' in google/cloud/vision_v1p2beta1/__init__.py.
synthtool > Replaced 'class ImageAnnotatorClient\\(iac.ImageAnnotatorClient\\):' in google/cloud/vision_v1p2beta1/__init__.py.
synthtool > Running generator for google/cloud/vision/artman_vision_v1p3beta1.yaml.
synthtool > Generated code into /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/python/vision-v1p3beta1.
synthtool > Replaced 'from __future__ import absolute_import' in google/cloud/vision_v1p3beta1/__init__.py.
synthtool > Replaced 'image_annotator_client' in google/cloud/vision_v1p3beta1/__init__.py.
synthtool > Replaced 'from google.cloud.vision_v1p3beta1.gapic import iac' in google/cloud/vision_v1p3beta1/__init__.py.
synthtool > Replaced 'class ImageAnnotatorClient\\(iac.ImageAnnotatorClient\\):' in google/cloud/vision_v1p3beta1/__init__.py.
synthtool > Replaced 'import google.api_core.operations_v1' in google/cloud/vision_v1p2beta1/gapic/image_annotator_client.py.
synthtool > Replaced 'import google.api_core.operations_v1' in google/cloud/vision_v1p2beta1/gapic/transports/image_annotator_grpc_transport.py.
synthtool > Replaced 'import google.api_core.operations_v1' in google/cloud/vision_v1/gapic/image_annotator_client.py.
synthtool > Replaced 'import google.api_core.operations_v1' in google/cloud/vision_v1/gapic/product_search_client.py.
synthtool > Replaced 'import google.api_core.operations_v1' in google/cloud/vision_v1/gapic/transports/image_annotator_grpc_transport.py.
synthtool > Replaced 'import google.api_core.operations_v1' in google/cloud/vision_v1/gapic/transports/product_search_grpc_transport.py.
synthtool > Replaced 'import google.api_core.operations_v1' in google/cloud/vision_v1p3beta1/gapic/image_annotator_client.py.
synthtool > Replaced 'import google.api_core.operations_v1' in google/cloud/vision_v1p3beta1/gapic/product_search_client.py.
synthtool > Replaced 'import google.api_core.operations_v1' in google/cloud/vision_v1p3beta1/gapic/transports/image_annotator_grpc_transport.py.
synthtool > Replaced 'import google.api_core.operations_v1' in google/cloud/vision_v1p3beta1/gapic/transports/product_search_grpc_transport.py.
.coveragerc
.flake8
MANIFEST.in
noxfile.py.j2
setup.cfg
Running session blacken
Creating virtualenv using python3.6 in /tmpfs/src/git/autosynth/working_repo/vision/.nox/blacken
pip install --upgrade black
black google tests docs
reformatted /tmpfs/src/git/autosynth/working_repo/vision/google/cloud/vision_v1/__init__.py
reformatted /tmpfs/src/git/autosynth/working_repo/vision/google/cloud/vision_v1/gapic/image_annotator_client_config.py
reformatted /tmpfs/src/git/autosynth/working_repo/vision/google/cloud/vision_v1/gapic/enums.py
reformatted /tmpfs/src/git/autosynth/working_repo/vision/google/cloud/vision_v1/gapic/transports/image_annotator_grpc_transport.py
reformatted /tmpfs/src/git/autosynth/working_repo/vision/google/cloud/vision_v1/gapic/image_annotator_client.py
reformatted /tmpfs/src/git/autosynth/working_repo/vision/google/cloud/vision_v1/gapic/product_search_client_config.py
reformatted /tmpfs/src/git/autosynth/working_repo/vision/google/cloud/vision_v1/proto/geometry_pb2_grpc.py
reformatted /tmpfs/src/git/autosynth/working_repo/vision/google/cloud/vision_v1/gapic/transports/product_search_grpc_transport.py
reformatted /tmpfs/src/git/autosynth/working_repo/vision/google/cloud/vision_v1/proto/image_annotator_pb2_grpc.py
reformatted /tmpfs/src/git/autosynth/working_repo/vision/google/cloud/vision_v1/proto/geometry_pb2.py
reformatted /tmpfs/src/git/autosynth/working_repo/vision/google/cloud/vision_v1/proto/product_search_pb2_grpc.py
reformatted /tmpfs/src/git/autosynth/working_repo/vision/google/cloud/vision_v1/proto/product_search_pb2.py
reformatted /tmpfs/src/git/autosynth/working_repo/vision/google/cloud/vision_v1/gapic/product_search_client.py
reformatted /tmpfs/src/git/autosynth/working_repo/vision/google/cloud/vision_v1/proto/product_search_service_pb2_grpc.py
reformatted /tmpfs/src/git/autosynth/working_repo/vision/google/cloud/vision_v1/proto/text_annotation_pb2_grpc.py
reformatted /tmpfs/src/git/autosynth/working_repo/vision/google/cloud/vision_v1/proto/web_detection_pb2.py
reformatted /tmpfs/src/git/autosynth/working_repo/vision/google/cloud/vision_v1/proto/web_detection_pb2_grpc.py
reformatted /tmpfs/src/git/autosynth/working_repo/vision/google/cloud/vision_v1/types.py
reformatted /tmpfs/src/git/autosynth/working_repo/vision/google/cloud/vision_v1p1beta1/__init__.py
reformatted /tmpfs/src/git/autosynth/working_repo/vision/google/cloud/vision_v1/proto/text_annotation_pb2.py
reformatted /tmpfs/src/git/autosynth/working_repo/vision/google/cloud/vision_v1p1beta1/gapic/enums.py
reformatted /tmpfs/src/git/autosynth/working_repo/vision/google/cloud/vision_v1p1beta1/gapic/image_annotator_client_config.py
reformatted /tmpfs/src/git/autosynth/working_repo/vision/google/cloud/vision_v1p1beta1/gapic/transports/image_annotator_grpc_transport.py
reformatted /tmpfs/src/git/autosynth/working_repo/vision/google/cloud/vision_v1p1beta1/gapic/image_annotator_client.py
reformatted /tmpfs/src/git/autosynth/working_repo/vision/google/cloud/vision_v1p1beta1/proto/geometry_pb2_grpc.py
reformatted /tmpfs/src/git/autosynth/working_repo/vision/google/cloud/vision_v1p1beta1/proto/geometry_pb2.py
reformatted /tmpfs/src/git/autosynth/working_repo/vision/google/cloud/vision_v1p1beta1/proto/image_annotator_pb2_grpc.py
reformatted /tmpfs/src/git/autosynth/working_repo/vision/google/cloud/vision_v1p1beta1/proto/text_annotation_pb2.py
reformatted /tmpfs/src/git/autosynth/working_repo/vision/google/cloud/vision_v1p1beta1/proto/text_annotation_pb2_grpc.py
reformatted /tmpfs/src/git/autosynth/working_repo/vision/google/cloud/vision_v1/proto/product_search_service_pb2.py
reformatted /tmpfs/src/git/autosynth/working_repo/vision/google/cloud/vision_v1p1beta1/proto/web_detection_pb2_grpc.py
reformatted /tmpfs/src/git/autosynth/working_repo/vision/google/cloud/vision_v1p1beta1/types.py
reformatted /tmpfs/src/git/autosynth/working_repo/vision/google/cloud/vision_v1p2beta1/__init__.py
reformatted /tmpfs/src/git/autosynth/working_repo/vision/google/cloud/vision_v1p2beta1/gapic/enums.py
reformatted /tmpfs/src/git/autosynth/working_repo/vision/google/cloud/vision_v1p2beta1/gapic/image_annotator_client.py
reformatted /tmpfs/src/git/autosynth/working_repo/vision/google/cloud/vision_v1p2beta1/gapic/image_annotator_client_config.py
reformatted /tmpfs/src/git/autosynth/working_repo/vision/google/cloud/vision_v1p2beta1/gapic/transports/image_annotator_grpc_transport.py
reformatted /tmpfs/src/git/autosynth/working_repo/vision/google/cloud/vision_v1p1beta1/proto/web_detection_pb2.py
reformatted /tmpfs/src/git/autosynth/working_repo/vision/google/cloud/vision_v1p2beta1/proto/geometry_pb2_grpc.py
reformatted /tmpfs/src/git/autosynth/working_repo/vision/google/cloud/vision_v1/proto/image_annotator_pb2.py
reformatted /tmpfs/src/git/autosynth/working_repo/vision/google/cloud/vision_v1p2beta1/proto/geometry_pb2.py
reformatted /tmpfs/src/git/autosynth/working_repo/vision/google/cloud/vision_v1p2beta1/proto/image_annotator_pb2_grpc.py
reformatted /tmpfs/src/git/autosynth/working_repo/vision/google/cloud/vision_v1p2beta1/proto/text_annotation_pb2_grpc.py
reformatted /tmpfs/src/git/autosynth/working_repo/vision/google/cloud/vision_v1p1beta1/proto/image_annotator_pb2.py
reformatted /tmpfs/src/git/autosynth/working_repo/vision/google/cloud/vision_v1p2beta1/proto/web_detection_pb2_grpc.py
reformatted /tmpfs/src/git/autosynth/working_repo/vision/google/cloud/vision_v1p2beta1/types.py
reformatted /tmpfs/src/git/autosynth/working_repo/vision/google/cloud/vision_v1p2beta1/proto/web_detection_pb2.py
reformatted /tmpfs/src/git/autosynth/working_repo/vision/google/cloud/vision_v1p3beta1/__init__.py
reformatted /tmpfs/src/git/autosynth/working_repo/vision/google/cloud/vision_v1p3beta1/gapic/enums.py
reformatted /tmpfs/src/git/autosynth/working_repo/vision/google/cloud/vision_v1p3beta1/gapic/image_annotator_client_config.py
reformatted /tmpfs/src/git/autosynth/working_repo/vision/google/cloud/vision_v1p3beta1/gapic/image_annotator_client.py
reformatted /tmpfs/src/git/autosynth/working_repo/vision/google/cloud/vision_v1p3beta1/gapic/product_search_client_config.py
reformatted /tmpfs/src/git/autosynth/working_repo/vision/google/cloud/vision_v1p3beta1/gapic/transports/image_annotator_grpc_transport.py
reformatted /tmpfs/src/git/autosynth/working_repo/vision/google/cloud/vision_v1p2beta1/proto/text_annotation_pb2.py
reformatted /tmpfs/src/git/autosynth/working_repo/vision/google/cloud/vision_v1p3beta1/gapic/transports/product_search_grpc_transport.py
reformatted /tmpfs/src/git/autosynth/working_repo/vision/google/cloud/vision_v1p3beta1/proto/geometry_pb2_grpc.py
reformatted /tmpfs/src/git/autosynth/working_repo/vision/google/cloud/vision_v1p3beta1/proto/geometry_pb2.py
reformatted /tmpfs/src/git/autosynth/working_repo/vision/google/cloud/vision_v1p3beta1/gapic/product_search_client.py
reformatted /tmpfs/src/git/autosynth/working_repo/vision/google/cloud/vision_v1p3beta1/proto/image_annotator_pb2_grpc.py
reformatted /tmpfs/src/git/autosynth/working_repo/vision/google/cloud/vision_v1p3beta1/proto/product_search_pb2_grpc.py
reformatted /tmpfs/src/git/autosynth/working_repo/vision/google/cloud/vision_v1p3beta1/proto/product_search_pb2.py
reformatted /tmpfs/src/git/autosynth/working_repo/vision/google/cloud/vision_v1p3beta1/proto/product_search_service_pb2_grpc.py
reformatted /tmpfs/src/git/autosynth/working_repo/vision/google/cloud/vision_v1p2beta1/proto/image_annotator_pb2.py
reformatted /tmpfs/src/git/autosynth/working_repo/vision/google/cloud/vision_v1p3beta1/proto/text_annotation_pb2_grpc.py
reformatted /tmpfs/src/git/autosynth/working_repo/vision/google/cloud/vision_v1p3beta1/proto/text_annotation_pb2.py
reformatted /tmpfs/src/git/autosynth/working_repo/vision/google/cloud/vision_v1p3beta1/proto/web_detection_pb2_grpc.py
reformatted /tmpfs/src/git/autosynth/working_repo/vision/google/cloud/vision_v1p3beta1/types.py
reformatted /tmpfs/src/git/autosynth/working_repo/vision/tests/unit/gapic/v1/test_image_annotator_client_v1.py
reformatted /tmpfs/src/git/autosynth/working_repo/vision/google/cloud/vision_v1p3beta1/proto/web_detection_pb2.py
reformatted /tmpfs/src/git/autosynth/working_repo/vision/tests/unit/gapic/v1p1beta1/test_image_annotator_client_v1p1beta1.py
reformatted /tmpfs/src/git/autosynth/working_repo/vision/tests/unit/gapic/v1p2beta1/test_image_annotator_client_v1p2beta1.py
reformatted /tmpfs/src/git/autosynth/working_repo/vision/tests/unit/gapic/v1p3beta1/test_image_annotator_client_v1p3beta1.py
reformatted /tmpfs/src/git/autosynth/working_repo/vision/google/cloud/vision_v1p3beta1/proto/product_search_service_pb2.py
reformatted /tmpfs/src/git/autosynth/working_repo/vision/tests/unit/gapic/v1/test_product_search_client_v1.py
reformatted /tmpfs/src/git/autosynth/working_repo/vision/google/cloud/vision_v1p3beta1/proto/image_annotator_pb2.py
reformatted /tmpfs/src/git/autosynth/working_repo/vision/tests/unit/gapic/v1p3beta1/test_product_search_client_v1p3beta1.py
All done! ✨ 🍰 ✨
76 files reformatted, 23 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 Jan 5, 2019
@tseaver tseaver added codegen api: vision Issues related to the Cloud Vision API. labels Jan 5, 2019
@tseaver tseaver changed the title [CHANGE ME] Re-generated vision to pick up changes in the API or client library generator. Vision: GAPIC generation fixes. Jan 5, 2019
Copy link
Contributor

@tseaver tseaver left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Pick up stub docstring fix from GAPIC generator.

  • Pick up order-of-enum fix from GAPIC generator.

@tseaver tseaver merged commit e71bbeb into master Jan 5, 2019
@tseaver tseaver deleted the autosynth-vision branch January 5, 2019 18:39
parthea pushed a commit that referenced this pull request Oct 21, 2023
* Pick up stub docstring fix from GAPIC generator.

* Pick up order-of-enum fix from GAPIC generator.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: vision Issues related to the Cloud Vision API. cla: yes This human has signed the Contributor License Agreement. codegen
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants