Skip to content

[DO NOT MERGE] Vision: order-of-enums only synth#6475

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

[DO NOT MERGE] Vision: order-of-enums only synth#6475
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_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/product_search_grpc_transport.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_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/product_search_grpc_transport.py.
synthtool > Replaced 'import google.api_core.operations_v1' in google/cloud/vision_v1p3beta1/gapic/transports/image_annotator_grpc_transport.py.
synthtool > Cleaned up 0 temporary directories.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Nov 11, 2018
Copy link
Copy Markdown
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.

@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 12, 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: order-of-enums only synth Nov 12, 2018
tseaver added a commit that referenced this pull request Nov 21, 2018
Includes fixes from these PRs:

- googleapis/gapic-generator#2407
- googleapis/gapic-generator#2396

Includes changes to generated tests.

Closes #6475.
@tseaver tseaver deleted the autosynth-vision branch November 21, 2018 16:36
parthea pushed a commit that referenced this pull request Oct 21, 2023
Includes fixes from these PRs:

- googleapis/gapic-generator#2407
- googleapis/gapic-generator#2396

Includes changes to generated tests.

Closes #6475.
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.

3 participants