Skip to content

DO NOT MERGE: Vision: enum-order only synth #6463

Closed
yoshi-automation wants to merge 1 commit intomasterfrom
autosynth-vision
Closed

DO NOT MERGE: Vision: enum-order only synth #6463
yoshi-automation wants to merge 1 commit intomasterfrom
autosynth-vision

Conversation

@yoshi-automation
Copy link
Copy Markdown
Contributor

This PR was generated using Autosynth. 🌈

Here's the log from Synthtool:

synthtool > Cloning googleapis.
synthtool > Running generator for google/cloud/vision/artman_vision_v1.yaml.
synthtool > Ensuring dependencies.
synthtool > Pulling artman image.
latest: Pulling from googleapis/artman
Digest: sha256:229601142daed005bf56fbaa21a02cf7aa0b261b57677d38306f8013e536de7a
Status: Image is up to date for googleapis/artman:latest
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 > Ensuring dependencies.
synthtool > Pulling artman image.
latest: Pulling from googleapis/artman
Digest: sha256:229601142daed005bf56fbaa21a02cf7aa0b261b57677d38306f8013e536de7a
Status: Image is up to date for googleapis/artman:latest
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 > Ensuring dependencies.
synthtool > Pulling artman image.
latest: Pulling from googleapis/artman
Digest: sha256:229601142daed005bf56fbaa21a02cf7aa0b261b57677d38306f8013e536de7a
Status: Image is up to date for googleapis/artman:latest
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 > Ensuring dependencies.
synthtool > Pulling artman image.
latest: Pulling from googleapis/artman
Digest: sha256:229601142daed005bf56fbaa21a02cf7aa0b261b57677d38306f8013e536de7a
Status: Image is up to date for googleapis/artman:latest
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_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.
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 > Cleaned up 0 temporary directories.

@googlebot
Copy link
Copy Markdown

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

📝 Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here (e.g. I signed it!) and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

@googlebot googlebot added the cla: no This human has *not* signed the Contributor License Agreement. label Nov 9, 2018
@sduskis sduskis added cla: yes This human has signed the Contributor License Agreement. and removed cla: no This human has *not* signed the Contributor License Agreement. labels Nov 9, 2018
@googlebot
Copy link
Copy Markdown

A Googler has manually verified that the CLAs look good.

(Googler, please make sure the reason for overriding the CLA status is clearly documented in these comments.)

@tseaver
Copy link
Copy Markdown
Contributor

tseaver commented Nov 9, 2018

Only changes due to googleapis/gapic-generator#2319.

@tseaver tseaver added do not merge Indicates a pull request not ready for merge, due to either quality or timing. api: vision Issues related to the Cloud Vision API. codegen labels Nov 9, 2018
@tseaver tseaver changed the title [CHANGE ME] Re-generated vision to pick up changes in the API or client library generator. DO NOT MERGE: Vision: enum-order only synth Nov 9, 2018
@tseaver tseaver closed this Nov 10, 2018
@tseaver tseaver deleted the autosynth-vision branch November 10, 2018 19:54
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 do not merge Indicates a pull request not ready for merge, due to either quality or timing.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants