From 1a01d5774dbc9cae06d260c368946fd7aa6e87fc Mon Sep 17 00:00:00 2001 From: Tomo Suzuki Date: Fri, 4 Sep 2026 19:07:03 +0000 Subject: [PATCH 1/3] update config --- librarian.yaml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/librarian.yaml b/librarian.yaml index fee75e117c42..62146f11e522 100644 --- a/librarian.yaml +++ b/librarian.yaml @@ -4024,7 +4024,9 @@ libraries: - owlbot-templates/image_annotator_helpers.erb - owlbot-templates/image_annotator_helpers_test.erb - test/google/cloud/vision/v1/image_annotator_helpers_test.rb - skip_generate: true + ruby: + toys_tasks: + - generate-helpers - name: google-cloud-vision-v1p3beta1 version: 0.20.1 apis: @@ -4042,7 +4044,9 @@ libraries: - owlbot-templates/image_annotator_helpers.erb - owlbot-templates/image_annotator_helpers_test.erb - test/google/cloud/vision/v1p3beta1/image_annotator_helpers_test.rb - skip_generate: true + ruby: + toys_tasks: + - generate-helpers - name: google-cloud-vision-v1p4beta1 version: 0.16.1 apis: @@ -4059,7 +4063,9 @@ libraries: - owlbot-templates/image_annotator_helpers.erb - owlbot-templates/image_annotator_helpers_test.erb - test/google/cloud/vision/v1p4beta1/image_annotator_helpers_test.rb - skip_generate: true + ruby: + toys_tasks: + - generate-helpers - name: google-cloud-vision_ai version: 1.2.2 apis: From 5dc363b070e8c722d1d7d6a41bae18b67c1155e1 Mon Sep 17 00:00:00 2001 From: Tomo Suzuki Date: Fri, 4 Sep 2026 19:07:10 +0000 Subject: [PATCH 2/3] regen google-cloud-vision gems --- google-cloud-vision-v1/.OwlBot.yaml | 3 - google-cloud-vision-v1/.owlbot-manifest.json | 116 ----------------- google-cloud-vision-v1/.owlbot.rb | 19 --- google-cloud-vision-v1/README.md | 4 - .../google-cloud-vision-v1.gemspec | 2 +- google-cloud-vision-v1p3beta1/.OwlBot.yaml | 3 - .../.owlbot-manifest.json | 113 ----------------- google-cloud-vision-v1p3beta1/.owlbot.rb | 19 --- google-cloud-vision-v1p3beta1/.yardopts | 2 +- google-cloud-vision-v1p3beta1/README.md | 8 +- .../google-cloud-vision-v1p3beta1.gemspec | 2 +- .../proto_docs/README.md | 2 +- .../snippets/Gemfile | 0 .../async_batch_annotate_files.rb | 0 .../image_annotator/batch_annotate_images.rb | 0 .../add_product_to_product_set.rb | 0 .../snippets/product_search/create_product.rb | 0 .../product_search/create_product_set.rb | 0 .../product_search/create_reference_image.rb | 0 .../snippets/product_search/delete_product.rb | 0 .../product_search/delete_product_set.rb | 0 .../product_search/delete_reference_image.rb | 0 .../snippets/product_search/get_product.rb | 0 .../product_search/get_product_set.rb | 0 .../product_search/get_reference_image.rb | 0 .../product_search/import_product_sets.rb | 0 .../product_search/list_product_sets.rb | 0 .../snippets/product_search/list_products.rb | 0 .../list_products_in_product_set.rb | 0 .../product_search/list_reference_images.rb | 0 .../remove_product_from_product_set.rb | 0 .../snippets/product_search/update_product.rb | 0 .../product_search/update_product_set.rb | 0 google-cloud-vision-v1p4beta1/.OwlBot.yaml | 3 - .../.owlbot-manifest.json | 117 ------------------ google-cloud-vision-v1p4beta1/.owlbot.rb | 19 --- google-cloud-vision-v1p4beta1/.yardopts | 2 +- google-cloud-vision-v1p4beta1/README.md | 8 +- .../google-cloud-vision-v1p4beta1.gemspec | 2 +- .../proto_docs/README.md | 2 +- .../snippets/Gemfile | 0 .../async_batch_annotate_files.rb | 0 .../async_batch_annotate_images.rb | 0 .../image_annotator/batch_annotate_files.rb | 0 .../image_annotator/batch_annotate_images.rb | 0 .../add_product_to_product_set.rb | 0 .../snippets/product_search/create_product.rb | 0 .../product_search/create_product_set.rb | 0 .../product_search/create_reference_image.rb | 0 .../snippets/product_search/delete_product.rb | 0 .../product_search/delete_product_set.rb | 0 .../product_search/delete_reference_image.rb | 0 .../snippets/product_search/get_product.rb | 0 .../product_search/get_product_set.rb | 0 .../product_search/get_reference_image.rb | 0 .../product_search/import_product_sets.rb | 0 .../product_search/list_product_sets.rb | 0 .../snippets/product_search/list_products.rb | 0 .../list_products_in_product_set.rb | 0 .../product_search/list_reference_images.rb | 0 .../snippets/product_search/purge_products.rb | 0 .../remove_product_from_product_set.rb | 0 .../snippets/product_search/update_product.rb | 0 .../product_search/update_product_set.rb | 0 64 files changed, 11 insertions(+), 435 deletions(-) delete mode 100644 google-cloud-vision-v1/.OwlBot.yaml delete mode 100644 google-cloud-vision-v1/.owlbot-manifest.json delete mode 100644 google-cloud-vision-v1/.owlbot.rb delete mode 100644 google-cloud-vision-v1p3beta1/.OwlBot.yaml delete mode 100644 google-cloud-vision-v1p3beta1/.owlbot-manifest.json delete mode 100644 google-cloud-vision-v1p3beta1/.owlbot.rb mode change 100755 => 100644 google-cloud-vision-v1p3beta1/snippets/Gemfile mode change 100755 => 100644 google-cloud-vision-v1p3beta1/snippets/image_annotator/async_batch_annotate_files.rb mode change 100755 => 100644 google-cloud-vision-v1p3beta1/snippets/image_annotator/batch_annotate_images.rb mode change 100755 => 100644 google-cloud-vision-v1p3beta1/snippets/product_search/add_product_to_product_set.rb mode change 100755 => 100644 google-cloud-vision-v1p3beta1/snippets/product_search/create_product.rb mode change 100755 => 100644 google-cloud-vision-v1p3beta1/snippets/product_search/create_product_set.rb mode change 100755 => 100644 google-cloud-vision-v1p3beta1/snippets/product_search/create_reference_image.rb mode change 100755 => 100644 google-cloud-vision-v1p3beta1/snippets/product_search/delete_product.rb mode change 100755 => 100644 google-cloud-vision-v1p3beta1/snippets/product_search/delete_product_set.rb mode change 100755 => 100644 google-cloud-vision-v1p3beta1/snippets/product_search/delete_reference_image.rb mode change 100755 => 100644 google-cloud-vision-v1p3beta1/snippets/product_search/get_product.rb mode change 100755 => 100644 google-cloud-vision-v1p3beta1/snippets/product_search/get_product_set.rb mode change 100755 => 100644 google-cloud-vision-v1p3beta1/snippets/product_search/get_reference_image.rb mode change 100755 => 100644 google-cloud-vision-v1p3beta1/snippets/product_search/import_product_sets.rb mode change 100755 => 100644 google-cloud-vision-v1p3beta1/snippets/product_search/list_product_sets.rb mode change 100755 => 100644 google-cloud-vision-v1p3beta1/snippets/product_search/list_products.rb mode change 100755 => 100644 google-cloud-vision-v1p3beta1/snippets/product_search/list_products_in_product_set.rb mode change 100755 => 100644 google-cloud-vision-v1p3beta1/snippets/product_search/list_reference_images.rb mode change 100755 => 100644 google-cloud-vision-v1p3beta1/snippets/product_search/remove_product_from_product_set.rb mode change 100755 => 100644 google-cloud-vision-v1p3beta1/snippets/product_search/update_product.rb mode change 100755 => 100644 google-cloud-vision-v1p3beta1/snippets/product_search/update_product_set.rb delete mode 100644 google-cloud-vision-v1p4beta1/.OwlBot.yaml delete mode 100644 google-cloud-vision-v1p4beta1/.owlbot-manifest.json delete mode 100644 google-cloud-vision-v1p4beta1/.owlbot.rb mode change 100755 => 100644 google-cloud-vision-v1p4beta1/snippets/Gemfile mode change 100755 => 100644 google-cloud-vision-v1p4beta1/snippets/image_annotator/async_batch_annotate_files.rb mode change 100755 => 100644 google-cloud-vision-v1p4beta1/snippets/image_annotator/async_batch_annotate_images.rb mode change 100755 => 100644 google-cloud-vision-v1p4beta1/snippets/image_annotator/batch_annotate_files.rb mode change 100755 => 100644 google-cloud-vision-v1p4beta1/snippets/image_annotator/batch_annotate_images.rb mode change 100755 => 100644 google-cloud-vision-v1p4beta1/snippets/product_search/add_product_to_product_set.rb mode change 100755 => 100644 google-cloud-vision-v1p4beta1/snippets/product_search/create_product.rb mode change 100755 => 100644 google-cloud-vision-v1p4beta1/snippets/product_search/create_product_set.rb mode change 100755 => 100644 google-cloud-vision-v1p4beta1/snippets/product_search/create_reference_image.rb mode change 100755 => 100644 google-cloud-vision-v1p4beta1/snippets/product_search/delete_product.rb mode change 100755 => 100644 google-cloud-vision-v1p4beta1/snippets/product_search/delete_product_set.rb mode change 100755 => 100644 google-cloud-vision-v1p4beta1/snippets/product_search/delete_reference_image.rb mode change 100755 => 100644 google-cloud-vision-v1p4beta1/snippets/product_search/get_product.rb mode change 100755 => 100644 google-cloud-vision-v1p4beta1/snippets/product_search/get_product_set.rb mode change 100755 => 100644 google-cloud-vision-v1p4beta1/snippets/product_search/get_reference_image.rb mode change 100755 => 100644 google-cloud-vision-v1p4beta1/snippets/product_search/import_product_sets.rb mode change 100755 => 100644 google-cloud-vision-v1p4beta1/snippets/product_search/list_product_sets.rb mode change 100755 => 100644 google-cloud-vision-v1p4beta1/snippets/product_search/list_products.rb mode change 100755 => 100644 google-cloud-vision-v1p4beta1/snippets/product_search/list_products_in_product_set.rb mode change 100755 => 100644 google-cloud-vision-v1p4beta1/snippets/product_search/list_reference_images.rb mode change 100755 => 100644 google-cloud-vision-v1p4beta1/snippets/product_search/purge_products.rb mode change 100755 => 100644 google-cloud-vision-v1p4beta1/snippets/product_search/remove_product_from_product_set.rb mode change 100755 => 100644 google-cloud-vision-v1p4beta1/snippets/product_search/update_product.rb mode change 100755 => 100644 google-cloud-vision-v1p4beta1/snippets/product_search/update_product_set.rb diff --git a/google-cloud-vision-v1/.OwlBot.yaml b/google-cloud-vision-v1/.OwlBot.yaml deleted file mode 100644 index d87676b11368..000000000000 --- a/google-cloud-vision-v1/.OwlBot.yaml +++ /dev/null @@ -1,3 +0,0 @@ -deep-copy-regex: - - source: /google/cloud/vision/v1/[^/]+-ruby/(.*) - dest: /owl-bot-staging/google-cloud-vision-v1/$1 diff --git a/google-cloud-vision-v1/.owlbot-manifest.json b/google-cloud-vision-v1/.owlbot-manifest.json deleted file mode 100644 index 6b07d9bd57cc..000000000000 --- a/google-cloud-vision-v1/.owlbot-manifest.json +++ /dev/null @@ -1,116 +0,0 @@ -{ - "generated": [ - ".gitignore", - ".repo-metadata.json", - ".rubocop.yml", - ".toys.rb", - ".yardopts", - "AUTHENTICATION.md", - "CHANGELOG.md", - "Gemfile", - "LICENSE.md", - "README.md", - "Rakefile", - "gapic_metadata.json", - "google-cloud-vision-v1.gemspec", - "lib/google-cloud-vision-v1.rb", - "lib/google/cloud/vision/v1.rb", - "lib/google/cloud/vision/v1/geometry_pb.rb", - "lib/google/cloud/vision/v1/image_annotator.rb", - "lib/google/cloud/vision/v1/image_annotator/client.rb", - "lib/google/cloud/vision/v1/image_annotator/credentials.rb", - "lib/google/cloud/vision/v1/image_annotator/operations.rb", - "lib/google/cloud/vision/v1/image_annotator/paths.rb", - "lib/google/cloud/vision/v1/image_annotator/rest.rb", - "lib/google/cloud/vision/v1/image_annotator/rest/client.rb", - "lib/google/cloud/vision/v1/image_annotator/rest/operations.rb", - "lib/google/cloud/vision/v1/image_annotator/rest/service_stub.rb", - "lib/google/cloud/vision/v1/image_annotator_pb.rb", - "lib/google/cloud/vision/v1/image_annotator_services_pb.rb", - "lib/google/cloud/vision/v1/product_search.rb", - "lib/google/cloud/vision/v1/product_search/client.rb", - "lib/google/cloud/vision/v1/product_search/credentials.rb", - "lib/google/cloud/vision/v1/product_search/operations.rb", - "lib/google/cloud/vision/v1/product_search/paths.rb", - "lib/google/cloud/vision/v1/product_search/rest.rb", - "lib/google/cloud/vision/v1/product_search/rest/client.rb", - "lib/google/cloud/vision/v1/product_search/rest/operations.rb", - "lib/google/cloud/vision/v1/product_search/rest/service_stub.rb", - "lib/google/cloud/vision/v1/product_search_pb.rb", - "lib/google/cloud/vision/v1/product_search_service_pb.rb", - "lib/google/cloud/vision/v1/product_search_service_services_pb.rb", - "lib/google/cloud/vision/v1/rest.rb", - "lib/google/cloud/vision/v1/text_annotation_pb.rb", - "lib/google/cloud/vision/v1/version.rb", - "lib/google/cloud/vision/v1/web_detection_pb.rb", - "proto_docs/README.md", - "proto_docs/google/api/client.rb", - "proto_docs/google/api/field_behavior.rb", - "proto_docs/google/api/launch_stage.rb", - "proto_docs/google/api/resource.rb", - "proto_docs/google/cloud/vision/v1/geometry.rb", - "proto_docs/google/cloud/vision/v1/image_annotator.rb", - "proto_docs/google/cloud/vision/v1/product_search.rb", - "proto_docs/google/cloud/vision/v1/product_search_service.rb", - "proto_docs/google/cloud/vision/v1/text_annotation.rb", - "proto_docs/google/cloud/vision/v1/web_detection.rb", - "proto_docs/google/longrunning/operations.rb", - "proto_docs/google/protobuf/any.rb", - "proto_docs/google/protobuf/duration.rb", - "proto_docs/google/protobuf/empty.rb", - "proto_docs/google/protobuf/field_mask.rb", - "proto_docs/google/protobuf/timestamp.rb", - "proto_docs/google/protobuf/wrappers.rb", - "proto_docs/google/rpc/status.rb", - "proto_docs/google/type/color.rb", - "proto_docs/google/type/latlng.rb", - "snippets/Gemfile", - "snippets/image_annotator/async_batch_annotate_files.rb", - "snippets/image_annotator/async_batch_annotate_images.rb", - "snippets/image_annotator/batch_annotate_files.rb", - "snippets/image_annotator/batch_annotate_images.rb", - "snippets/product_search/add_product_to_product_set.rb", - "snippets/product_search/create_product.rb", - "snippets/product_search/create_product_set.rb", - "snippets/product_search/create_reference_image.rb", - "snippets/product_search/delete_product.rb", - "snippets/product_search/delete_product_set.rb", - "snippets/product_search/delete_reference_image.rb", - "snippets/product_search/get_product.rb", - "snippets/product_search/get_product_set.rb", - "snippets/product_search/get_reference_image.rb", - "snippets/product_search/import_product_sets.rb", - "snippets/product_search/list_product_sets.rb", - "snippets/product_search/list_products.rb", - "snippets/product_search/list_products_in_product_set.rb", - "snippets/product_search/list_reference_images.rb", - "snippets/product_search/purge_products.rb", - "snippets/product_search/remove_product_from_product_set.rb", - "snippets/product_search/update_product.rb", - "snippets/product_search/update_product_set.rb", - "snippets/snippet_metadata_google.cloud.vision.v1.json", - "test/google/cloud/vision/v1/image_annotator_operations_test.rb", - "test/google/cloud/vision/v1/image_annotator_paths_test.rb", - "test/google/cloud/vision/v1/image_annotator_rest_test.rb", - "test/google/cloud/vision/v1/image_annotator_test.rb", - "test/google/cloud/vision/v1/product_search_operations_test.rb", - "test/google/cloud/vision/v1/product_search_paths_test.rb", - "test/google/cloud/vision/v1/product_search_rest_test.rb", - "test/google/cloud/vision/v1/product_search_test.rb", - "test/helper.rb" - ], - "static": [ - ".OwlBot.yaml", - ".owlbot.rb", - ".toys/generate-helpers.rb", - "Gemfile.lock", - "acceptance/data", - "acceptance/google/cloud/vision/v1/helpers_smoke_test.rb", - "acceptance/google/cloud/vision/v1/image_annotator_smoke_test.rb", - "lib/google/cloud/vision/v1/image_annotator/helpers.rb", - "owlbot-templates/helpers_smoke_test.erb", - "owlbot-templates/image_annotator_helpers.erb", - "owlbot-templates/image_annotator_helpers_test.erb", - "test/google/cloud/vision/v1/image_annotator_helpers_test.rb" - ] -} diff --git a/google-cloud-vision-v1/.owlbot.rb b/google-cloud-vision-v1/.owlbot.rb deleted file mode 100644 index bfb7ec5eba51..000000000000 --- a/google-cloud-vision-v1/.owlbot.rb +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 2021 Google LLC -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -OwlBot.move_files - -OwlBot.toys ["generate-helpers"], chdir: OwlBot.gem_dir - -OwlBot.update_manifest diff --git a/google-cloud-vision-v1/README.md b/google-cloud-vision-v1/README.md index 46322bb095cd..59f8fe22a79e 100644 --- a/google-cloud-vision-v1/README.md +++ b/google-cloud-vision-v1/README.md @@ -2,7 +2,6 @@ Integrates Google Vision features, including image labeling, face, logo, and landmark detection, optical character recognition (OCR), and detection of explicit content, into applications. -Cloud Vision API allows developers to easily integrate vision detection features within applications, including image labeling, face and landmark detection, optical character recognition (OCR), and tagging of explicit content. https://github.com/googleapis/google-cloud-ruby @@ -40,9 +39,6 @@ response = client.create_product_set request View the [Client Library Documentation](https://cloud.google.com/ruby/docs/reference/google-cloud-vision-v1/latest) for class and method documentation. -See also the [Product Documentation](https://cloud.google.com/vision) -for general usage information. - ## Debug Logging This library comes with opt-in Debug Logging that can help you troubleshoot diff --git a/google-cloud-vision-v1/google-cloud-vision-v1.gemspec b/google-cloud-vision-v1/google-cloud-vision-v1.gemspec index 78b80a001463..0c0aef368058 100644 --- a/google-cloud-vision-v1/google-cloud-vision-v1.gemspec +++ b/google-cloud-vision-v1/google-cloud-vision-v1.gemspec @@ -9,7 +9,7 @@ Gem::Specification.new do |gem| gem.authors = ["Google LLC"] gem.email = "googleapis-packages@google.com" - gem.description = "Cloud Vision API allows developers to easily integrate vision detection features within applications, including image labeling, face and landmark detection, optical character recognition (OCR), and tagging of explicit content. Note that google-cloud-vision-v1 is a version-specific client library. For most uses, we recommend installing the main client library google-cloud-vision instead. See the readme for more details." + gem.description = "Integrates Google Vision features, including image labeling, face, logo, and landmark detection, optical character recognition (OCR), and detection of explicit content, into applications. Note that google-cloud-vision-v1 is a version-specific client library. For most uses, we recommend installing the main client library google-cloud-vision instead. See the readme for more details." gem.summary = "Integrates Google Vision features, including image labeling, face, logo, and landmark detection, optical character recognition (OCR), and detection of explicit content, into applications." gem.homepage = "https://github.com/googleapis/google-cloud-ruby" gem.license = "Apache-2.0" diff --git a/google-cloud-vision-v1p3beta1/.OwlBot.yaml b/google-cloud-vision-v1p3beta1/.OwlBot.yaml deleted file mode 100644 index adbd87a1dacc..000000000000 --- a/google-cloud-vision-v1p3beta1/.OwlBot.yaml +++ /dev/null @@ -1,3 +0,0 @@ -deep-copy-regex: - - source: /google/cloud/vision/v1p3beta1/[^/]+-ruby/(.*) - dest: /owl-bot-staging/google-cloud-vision-v1p3beta1/$1 diff --git a/google-cloud-vision-v1p3beta1/.owlbot-manifest.json b/google-cloud-vision-v1p3beta1/.owlbot-manifest.json deleted file mode 100644 index c7900cc46abe..000000000000 --- a/google-cloud-vision-v1p3beta1/.owlbot-manifest.json +++ /dev/null @@ -1,113 +0,0 @@ -{ - "generated": [ - ".gitignore", - ".repo-metadata.json", - ".rubocop.yml", - ".toys.rb", - ".yardopts", - "AUTHENTICATION.md", - "CHANGELOG.md", - "Gemfile", - "LICENSE.md", - "README.md", - "Rakefile", - "gapic_metadata.json", - "google-cloud-vision-v1p3beta1.gemspec", - "lib/google-cloud-vision-v1p3beta1.rb", - "lib/google/cloud/vision/v1p3beta1.rb", - "lib/google/cloud/vision/v1p3beta1/geometry_pb.rb", - "lib/google/cloud/vision/v1p3beta1/image_annotator.rb", - "lib/google/cloud/vision/v1p3beta1/image_annotator/client.rb", - "lib/google/cloud/vision/v1p3beta1/image_annotator/credentials.rb", - "lib/google/cloud/vision/v1p3beta1/image_annotator/operations.rb", - "lib/google/cloud/vision/v1p3beta1/image_annotator/paths.rb", - "lib/google/cloud/vision/v1p3beta1/image_annotator/rest.rb", - "lib/google/cloud/vision/v1p3beta1/image_annotator/rest/client.rb", - "lib/google/cloud/vision/v1p3beta1/image_annotator/rest/operations.rb", - "lib/google/cloud/vision/v1p3beta1/image_annotator/rest/service_stub.rb", - "lib/google/cloud/vision/v1p3beta1/image_annotator_pb.rb", - "lib/google/cloud/vision/v1p3beta1/image_annotator_services_pb.rb", - "lib/google/cloud/vision/v1p3beta1/product_search.rb", - "lib/google/cloud/vision/v1p3beta1/product_search/client.rb", - "lib/google/cloud/vision/v1p3beta1/product_search/credentials.rb", - "lib/google/cloud/vision/v1p3beta1/product_search/operations.rb", - "lib/google/cloud/vision/v1p3beta1/product_search/paths.rb", - "lib/google/cloud/vision/v1p3beta1/product_search/rest.rb", - "lib/google/cloud/vision/v1p3beta1/product_search/rest/client.rb", - "lib/google/cloud/vision/v1p3beta1/product_search/rest/operations.rb", - "lib/google/cloud/vision/v1p3beta1/product_search/rest/service_stub.rb", - "lib/google/cloud/vision/v1p3beta1/product_search_pb.rb", - "lib/google/cloud/vision/v1p3beta1/product_search_service_pb.rb", - "lib/google/cloud/vision/v1p3beta1/product_search_service_services_pb.rb", - "lib/google/cloud/vision/v1p3beta1/rest.rb", - "lib/google/cloud/vision/v1p3beta1/text_annotation_pb.rb", - "lib/google/cloud/vision/v1p3beta1/version.rb", - "lib/google/cloud/vision/v1p3beta1/web_detection_pb.rb", - "proto_docs/README.md", - "proto_docs/google/api/client.rb", - "proto_docs/google/api/field_behavior.rb", - "proto_docs/google/api/launch_stage.rb", - "proto_docs/google/api/resource.rb", - "proto_docs/google/cloud/vision/v1p3beta1/geometry.rb", - "proto_docs/google/cloud/vision/v1p3beta1/image_annotator.rb", - "proto_docs/google/cloud/vision/v1p3beta1/product_search.rb", - "proto_docs/google/cloud/vision/v1p3beta1/product_search_service.rb", - "proto_docs/google/cloud/vision/v1p3beta1/text_annotation.rb", - "proto_docs/google/cloud/vision/v1p3beta1/web_detection.rb", - "proto_docs/google/longrunning/operations.rb", - "proto_docs/google/protobuf/any.rb", - "proto_docs/google/protobuf/duration.rb", - "proto_docs/google/protobuf/empty.rb", - "proto_docs/google/protobuf/field_mask.rb", - "proto_docs/google/protobuf/timestamp.rb", - "proto_docs/google/protobuf/wrappers.rb", - "proto_docs/google/rpc/status.rb", - "proto_docs/google/type/color.rb", - "proto_docs/google/type/latlng.rb", - "snippets/Gemfile", - "snippets/image_annotator/async_batch_annotate_files.rb", - "snippets/image_annotator/batch_annotate_images.rb", - "snippets/product_search/add_product_to_product_set.rb", - "snippets/product_search/create_product.rb", - "snippets/product_search/create_product_set.rb", - "snippets/product_search/create_reference_image.rb", - "snippets/product_search/delete_product.rb", - "snippets/product_search/delete_product_set.rb", - "snippets/product_search/delete_reference_image.rb", - "snippets/product_search/get_product.rb", - "snippets/product_search/get_product_set.rb", - "snippets/product_search/get_reference_image.rb", - "snippets/product_search/import_product_sets.rb", - "snippets/product_search/list_product_sets.rb", - "snippets/product_search/list_products.rb", - "snippets/product_search/list_products_in_product_set.rb", - "snippets/product_search/list_reference_images.rb", - "snippets/product_search/remove_product_from_product_set.rb", - "snippets/product_search/update_product.rb", - "snippets/product_search/update_product_set.rb", - "snippets/snippet_metadata_google.cloud.vision.v1p3beta1.json", - "test/google/cloud/vision/v1p3beta1/image_annotator_operations_test.rb", - "test/google/cloud/vision/v1p3beta1/image_annotator_paths_test.rb", - "test/google/cloud/vision/v1p3beta1/image_annotator_rest_test.rb", - "test/google/cloud/vision/v1p3beta1/image_annotator_test.rb", - "test/google/cloud/vision/v1p3beta1/product_search_operations_test.rb", - "test/google/cloud/vision/v1p3beta1/product_search_paths_test.rb", - "test/google/cloud/vision/v1p3beta1/product_search_rest_test.rb", - "test/google/cloud/vision/v1p3beta1/product_search_test.rb", - "test/helper.rb" - ], - "static": [ - ".OwlBot.yaml", - ".owlbot.rb", - ".toys/generate-helpers.rb", - "Gemfile.lock", - "acceptance/data", - "acceptance/google/cloud/vision/v1p3beta1/helpers_smoke_test.rb", - "acceptance/google/cloud/vision/v1p3beta1/image_annotator_smoke_test.rb", - "lib/google/cloud/vision/v1p3beta1/image_annotator/helpers.rb", - "owlbot-templates/helpers_smoke_test.erb", - "owlbot-templates/image_annotator_helpers.erb", - "owlbot-templates/image_annotator_helpers_test.erb", - "test/google/cloud/vision/v1p3beta1/image_annotator_helpers_test.rb" - ] -} diff --git a/google-cloud-vision-v1p3beta1/.owlbot.rb b/google-cloud-vision-v1p3beta1/.owlbot.rb deleted file mode 100644 index bfb7ec5eba51..000000000000 --- a/google-cloud-vision-v1p3beta1/.owlbot.rb +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 2021 Google LLC -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -OwlBot.move_files - -OwlBot.toys ["generate-helpers"], chdir: OwlBot.gem_dir - -OwlBot.update_manifest diff --git a/google-cloud-vision-v1p3beta1/.yardopts b/google-cloud-vision-v1p3beta1/.yardopts index bf7e43450e71..eb9c2f559e96 100644 --- a/google-cloud-vision-v1p3beta1/.yardopts +++ b/google-cloud-vision-v1p3beta1/.yardopts @@ -1,5 +1,5 @@ --no-private ---title="Cloud Vision V1p3beta1 API" +--title="Cloud Vision V1P3BETA1 API" --exclude _pb\.rb$ --markup markdown --markup-provider redcarpet diff --git a/google-cloud-vision-v1p3beta1/README.md b/google-cloud-vision-v1p3beta1/README.md index e29067512a07..4c3517178461 100644 --- a/google-cloud-vision-v1p3beta1/README.md +++ b/google-cloud-vision-v1p3beta1/README.md @@ -1,13 +1,12 @@ -# Ruby Client for the Cloud Vision V1p3beta1 API +# Ruby Client for the Cloud Vision V1P3BETA1 API Integrates Google Vision features, including image labeling, face, logo, and landmark detection, optical character recognition (OCR), and detection of explicit content, into applications. -Cloud Vision API allows developers to easily integrate vision detection features within applications, including image labeling, face and landmark detection, optical character recognition (OCR), and tagging of explicit content. https://github.com/googleapis/google-cloud-ruby This gem is a _versioned_ client. It provides basic client classes for a -specific version of the Cloud Vision V1p3beta1 API. Most users should consider using +specific version of the Cloud Vision V1P3BETA1 API. Most users should consider using the main client gem, [google-cloud-vision](https://rubygems.org/gems/google-cloud-vision). See the section below titled *Which client should I use?* for more information. @@ -40,9 +39,6 @@ response = client.create_product_set request View the [Client Library Documentation](https://cloud.google.com/ruby/docs/reference/google-cloud-vision-v1p3beta1/latest) for class and method documentation. -See also the [Product Documentation](https://cloud.google.com/vision) -for general usage information. - ## Debug Logging This library comes with opt-in Debug Logging that can help you troubleshoot diff --git a/google-cloud-vision-v1p3beta1/google-cloud-vision-v1p3beta1.gemspec b/google-cloud-vision-v1p3beta1/google-cloud-vision-v1p3beta1.gemspec index 572eba36fef6..a632d942406e 100644 --- a/google-cloud-vision-v1p3beta1/google-cloud-vision-v1p3beta1.gemspec +++ b/google-cloud-vision-v1p3beta1/google-cloud-vision-v1p3beta1.gemspec @@ -9,7 +9,7 @@ Gem::Specification.new do |gem| gem.authors = ["Google LLC"] gem.email = "googleapis-packages@google.com" - gem.description = "Cloud Vision API allows developers to easily integrate vision detection features within applications, including image labeling, face and landmark detection, optical character recognition (OCR), and tagging of explicit content. Note that google-cloud-vision-v1p3beta1 is a version-specific client library. For most uses, we recommend installing the main client library google-cloud-vision instead. See the readme for more details." + gem.description = "Integrates Google Vision features, including image labeling, face, logo, and landmark detection, optical character recognition (OCR), and detection of explicit content, into applications. Note that google-cloud-vision-v1p3beta1 is a version-specific client library. For most uses, we recommend installing the main client library google-cloud-vision instead. See the readme for more details." gem.summary = "Integrates Google Vision features, including image labeling, face, logo, and landmark detection, optical character recognition (OCR), and detection of explicit content, into applications." gem.homepage = "https://github.com/googleapis/google-cloud-ruby" gem.license = "Apache-2.0" diff --git a/google-cloud-vision-v1p3beta1/proto_docs/README.md b/google-cloud-vision-v1p3beta1/proto_docs/README.md index 686393024ffb..404e3df6de28 100644 --- a/google-cloud-vision-v1p3beta1/proto_docs/README.md +++ b/google-cloud-vision-v1p3beta1/proto_docs/README.md @@ -1,4 +1,4 @@ -# Cloud Vision V1p3beta1 Protocol Buffer Documentation +# Cloud Vision V1P3BETA1 Protocol Buffer Documentation These files are for the YARD documentation of the generated protobuf files. They are not intended to be required or loaded at runtime. diff --git a/google-cloud-vision-v1p3beta1/snippets/Gemfile b/google-cloud-vision-v1p3beta1/snippets/Gemfile old mode 100755 new mode 100644 diff --git a/google-cloud-vision-v1p3beta1/snippets/image_annotator/async_batch_annotate_files.rb b/google-cloud-vision-v1p3beta1/snippets/image_annotator/async_batch_annotate_files.rb old mode 100755 new mode 100644 diff --git a/google-cloud-vision-v1p3beta1/snippets/image_annotator/batch_annotate_images.rb b/google-cloud-vision-v1p3beta1/snippets/image_annotator/batch_annotate_images.rb old mode 100755 new mode 100644 diff --git a/google-cloud-vision-v1p3beta1/snippets/product_search/add_product_to_product_set.rb b/google-cloud-vision-v1p3beta1/snippets/product_search/add_product_to_product_set.rb old mode 100755 new mode 100644 diff --git a/google-cloud-vision-v1p3beta1/snippets/product_search/create_product.rb b/google-cloud-vision-v1p3beta1/snippets/product_search/create_product.rb old mode 100755 new mode 100644 diff --git a/google-cloud-vision-v1p3beta1/snippets/product_search/create_product_set.rb b/google-cloud-vision-v1p3beta1/snippets/product_search/create_product_set.rb old mode 100755 new mode 100644 diff --git a/google-cloud-vision-v1p3beta1/snippets/product_search/create_reference_image.rb b/google-cloud-vision-v1p3beta1/snippets/product_search/create_reference_image.rb old mode 100755 new mode 100644 diff --git a/google-cloud-vision-v1p3beta1/snippets/product_search/delete_product.rb b/google-cloud-vision-v1p3beta1/snippets/product_search/delete_product.rb old mode 100755 new mode 100644 diff --git a/google-cloud-vision-v1p3beta1/snippets/product_search/delete_product_set.rb b/google-cloud-vision-v1p3beta1/snippets/product_search/delete_product_set.rb old mode 100755 new mode 100644 diff --git a/google-cloud-vision-v1p3beta1/snippets/product_search/delete_reference_image.rb b/google-cloud-vision-v1p3beta1/snippets/product_search/delete_reference_image.rb old mode 100755 new mode 100644 diff --git a/google-cloud-vision-v1p3beta1/snippets/product_search/get_product.rb b/google-cloud-vision-v1p3beta1/snippets/product_search/get_product.rb old mode 100755 new mode 100644 diff --git a/google-cloud-vision-v1p3beta1/snippets/product_search/get_product_set.rb b/google-cloud-vision-v1p3beta1/snippets/product_search/get_product_set.rb old mode 100755 new mode 100644 diff --git a/google-cloud-vision-v1p3beta1/snippets/product_search/get_reference_image.rb b/google-cloud-vision-v1p3beta1/snippets/product_search/get_reference_image.rb old mode 100755 new mode 100644 diff --git a/google-cloud-vision-v1p3beta1/snippets/product_search/import_product_sets.rb b/google-cloud-vision-v1p3beta1/snippets/product_search/import_product_sets.rb old mode 100755 new mode 100644 diff --git a/google-cloud-vision-v1p3beta1/snippets/product_search/list_product_sets.rb b/google-cloud-vision-v1p3beta1/snippets/product_search/list_product_sets.rb old mode 100755 new mode 100644 diff --git a/google-cloud-vision-v1p3beta1/snippets/product_search/list_products.rb b/google-cloud-vision-v1p3beta1/snippets/product_search/list_products.rb old mode 100755 new mode 100644 diff --git a/google-cloud-vision-v1p3beta1/snippets/product_search/list_products_in_product_set.rb b/google-cloud-vision-v1p3beta1/snippets/product_search/list_products_in_product_set.rb old mode 100755 new mode 100644 diff --git a/google-cloud-vision-v1p3beta1/snippets/product_search/list_reference_images.rb b/google-cloud-vision-v1p3beta1/snippets/product_search/list_reference_images.rb old mode 100755 new mode 100644 diff --git a/google-cloud-vision-v1p3beta1/snippets/product_search/remove_product_from_product_set.rb b/google-cloud-vision-v1p3beta1/snippets/product_search/remove_product_from_product_set.rb old mode 100755 new mode 100644 diff --git a/google-cloud-vision-v1p3beta1/snippets/product_search/update_product.rb b/google-cloud-vision-v1p3beta1/snippets/product_search/update_product.rb old mode 100755 new mode 100644 diff --git a/google-cloud-vision-v1p3beta1/snippets/product_search/update_product_set.rb b/google-cloud-vision-v1p3beta1/snippets/product_search/update_product_set.rb old mode 100755 new mode 100644 diff --git a/google-cloud-vision-v1p4beta1/.OwlBot.yaml b/google-cloud-vision-v1p4beta1/.OwlBot.yaml deleted file mode 100644 index ebc52c65e666..000000000000 --- a/google-cloud-vision-v1p4beta1/.OwlBot.yaml +++ /dev/null @@ -1,3 +0,0 @@ -deep-copy-regex: - - source: /google/cloud/vision/v1p4beta1/[^/]+-ruby/(.*) - dest: /owl-bot-staging/google-cloud-vision-v1p4beta1/$1 diff --git a/google-cloud-vision-v1p4beta1/.owlbot-manifest.json b/google-cloud-vision-v1p4beta1/.owlbot-manifest.json deleted file mode 100644 index 61deb235f2ef..000000000000 --- a/google-cloud-vision-v1p4beta1/.owlbot-manifest.json +++ /dev/null @@ -1,117 +0,0 @@ -{ - "generated": [ - ".gitignore", - ".repo-metadata.json", - ".rubocop.yml", - ".toys.rb", - ".yardopts", - "AUTHENTICATION.md", - "CHANGELOG.md", - "Gemfile", - "LICENSE.md", - "README.md", - "Rakefile", - "gapic_metadata.json", - "google-cloud-vision-v1p4beta1.gemspec", - "lib/google-cloud-vision-v1p4beta1.rb", - "lib/google/cloud/vision/v1p4beta1.rb", - "lib/google/cloud/vision/v1p4beta1/face_pb.rb", - "lib/google/cloud/vision/v1p4beta1/geometry_pb.rb", - "lib/google/cloud/vision/v1p4beta1/image_annotator.rb", - "lib/google/cloud/vision/v1p4beta1/image_annotator/client.rb", - "lib/google/cloud/vision/v1p4beta1/image_annotator/credentials.rb", - "lib/google/cloud/vision/v1p4beta1/image_annotator/operations.rb", - "lib/google/cloud/vision/v1p4beta1/image_annotator/paths.rb", - "lib/google/cloud/vision/v1p4beta1/image_annotator/rest.rb", - "lib/google/cloud/vision/v1p4beta1/image_annotator/rest/client.rb", - "lib/google/cloud/vision/v1p4beta1/image_annotator/rest/operations.rb", - "lib/google/cloud/vision/v1p4beta1/image_annotator/rest/service_stub.rb", - "lib/google/cloud/vision/v1p4beta1/image_annotator_pb.rb", - "lib/google/cloud/vision/v1p4beta1/image_annotator_services_pb.rb", - "lib/google/cloud/vision/v1p4beta1/product_search.rb", - "lib/google/cloud/vision/v1p4beta1/product_search/client.rb", - "lib/google/cloud/vision/v1p4beta1/product_search/credentials.rb", - "lib/google/cloud/vision/v1p4beta1/product_search/operations.rb", - "lib/google/cloud/vision/v1p4beta1/product_search/paths.rb", - "lib/google/cloud/vision/v1p4beta1/product_search/rest.rb", - "lib/google/cloud/vision/v1p4beta1/product_search/rest/client.rb", - "lib/google/cloud/vision/v1p4beta1/product_search/rest/operations.rb", - "lib/google/cloud/vision/v1p4beta1/product_search/rest/service_stub.rb", - "lib/google/cloud/vision/v1p4beta1/product_search_pb.rb", - "lib/google/cloud/vision/v1p4beta1/product_search_service_pb.rb", - "lib/google/cloud/vision/v1p4beta1/product_search_service_services_pb.rb", - "lib/google/cloud/vision/v1p4beta1/rest.rb", - "lib/google/cloud/vision/v1p4beta1/text_annotation_pb.rb", - "lib/google/cloud/vision/v1p4beta1/version.rb", - "lib/google/cloud/vision/v1p4beta1/web_detection_pb.rb", - "proto_docs/README.md", - "proto_docs/google/api/client.rb", - "proto_docs/google/api/field_behavior.rb", - "proto_docs/google/api/launch_stage.rb", - "proto_docs/google/api/resource.rb", - "proto_docs/google/cloud/vision/v1p4beta1/face.rb", - "proto_docs/google/cloud/vision/v1p4beta1/geometry.rb", - "proto_docs/google/cloud/vision/v1p4beta1/image_annotator.rb", - "proto_docs/google/cloud/vision/v1p4beta1/product_search.rb", - "proto_docs/google/cloud/vision/v1p4beta1/product_search_service.rb", - "proto_docs/google/cloud/vision/v1p4beta1/text_annotation.rb", - "proto_docs/google/cloud/vision/v1p4beta1/web_detection.rb", - "proto_docs/google/longrunning/operations.rb", - "proto_docs/google/protobuf/any.rb", - "proto_docs/google/protobuf/duration.rb", - "proto_docs/google/protobuf/empty.rb", - "proto_docs/google/protobuf/field_mask.rb", - "proto_docs/google/protobuf/timestamp.rb", - "proto_docs/google/protobuf/wrappers.rb", - "proto_docs/google/rpc/status.rb", - "proto_docs/google/type/color.rb", - "proto_docs/google/type/latlng.rb", - "snippets/Gemfile", - "snippets/image_annotator/async_batch_annotate_files.rb", - "snippets/image_annotator/async_batch_annotate_images.rb", - "snippets/image_annotator/batch_annotate_files.rb", - "snippets/image_annotator/batch_annotate_images.rb", - "snippets/product_search/add_product_to_product_set.rb", - "snippets/product_search/create_product.rb", - "snippets/product_search/create_product_set.rb", - "snippets/product_search/create_reference_image.rb", - "snippets/product_search/delete_product.rb", - "snippets/product_search/delete_product_set.rb", - "snippets/product_search/delete_reference_image.rb", - "snippets/product_search/get_product.rb", - "snippets/product_search/get_product_set.rb", - "snippets/product_search/get_reference_image.rb", - "snippets/product_search/import_product_sets.rb", - "snippets/product_search/list_product_sets.rb", - "snippets/product_search/list_products.rb", - "snippets/product_search/list_products_in_product_set.rb", - "snippets/product_search/list_reference_images.rb", - "snippets/product_search/purge_products.rb", - "snippets/product_search/remove_product_from_product_set.rb", - "snippets/product_search/update_product.rb", - "snippets/product_search/update_product_set.rb", - "snippets/snippet_metadata_google.cloud.vision.v1p4beta1.json", - "test/google/cloud/vision/v1p4beta1/image_annotator_operations_test.rb", - "test/google/cloud/vision/v1p4beta1/image_annotator_paths_test.rb", - "test/google/cloud/vision/v1p4beta1/image_annotator_rest_test.rb", - "test/google/cloud/vision/v1p4beta1/image_annotator_test.rb", - "test/google/cloud/vision/v1p4beta1/product_search_operations_test.rb", - "test/google/cloud/vision/v1p4beta1/product_search_paths_test.rb", - "test/google/cloud/vision/v1p4beta1/product_search_rest_test.rb", - "test/google/cloud/vision/v1p4beta1/product_search_test.rb", - "test/helper.rb" - ], - "static": [ - ".OwlBot.yaml", - ".owlbot.rb", - ".toys/generate-helpers.rb", - "Gemfile.lock", - "acceptance/data", - "acceptance/google/cloud/vision/v1p4beta1/helpers_smoke_test.rb", - "lib/google/cloud/vision/v1p4beta1/image_annotator/helpers.rb", - "owlbot-templates/helpers_smoke_test.erb", - "owlbot-templates/image_annotator_helpers.erb", - "owlbot-templates/image_annotator_helpers_test.erb", - "test/google/cloud/vision/v1p4beta1/image_annotator_helpers_test.rb" - ] -} diff --git a/google-cloud-vision-v1p4beta1/.owlbot.rb b/google-cloud-vision-v1p4beta1/.owlbot.rb deleted file mode 100644 index bfb7ec5eba51..000000000000 --- a/google-cloud-vision-v1p4beta1/.owlbot.rb +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 2021 Google LLC -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -OwlBot.move_files - -OwlBot.toys ["generate-helpers"], chdir: OwlBot.gem_dir - -OwlBot.update_manifest diff --git a/google-cloud-vision-v1p4beta1/.yardopts b/google-cloud-vision-v1p4beta1/.yardopts index 4d5d42768816..472c6615c0cf 100644 --- a/google-cloud-vision-v1p4beta1/.yardopts +++ b/google-cloud-vision-v1p4beta1/.yardopts @@ -1,5 +1,5 @@ --no-private ---title="Cloud Vision V1p4beta1 API" +--title="Cloud Vision V1P4BETA1 API" --exclude _pb\.rb$ --markup markdown --markup-provider redcarpet diff --git a/google-cloud-vision-v1p4beta1/README.md b/google-cloud-vision-v1p4beta1/README.md index 9b637386207e..5407c4c0cbf6 100644 --- a/google-cloud-vision-v1p4beta1/README.md +++ b/google-cloud-vision-v1p4beta1/README.md @@ -1,13 +1,12 @@ -# Ruby Client for the Cloud Vision V1p4beta1 API +# Ruby Client for the Cloud Vision V1P4BETA1 API Integrates Google Vision features, including image labeling, face, logo, and landmark detection, optical character recognition (OCR), and detection of explicit content, into applications. -Cloud Vision API allows developers to easily integrate vision detection features within applications, including image labeling, face and landmark detection, optical character recognition (OCR), and tagging of explicit content. https://github.com/googleapis/google-cloud-ruby This gem is a _versioned_ client. It provides basic client classes for a -specific version of the Cloud Vision V1p4beta1 API. Most users should consider using +specific version of the Cloud Vision V1P4BETA1 API. Most users should consider using the main client gem, [google-cloud-vision](https://rubygems.org/gems/google-cloud-vision). See the section below titled *Which client should I use?* for more information. @@ -40,9 +39,6 @@ response = client.create_product_set request View the [Client Library Documentation](https://cloud.google.com/ruby/docs/reference/google-cloud-vision-v1p4beta1/latest) for class and method documentation. -See also the [Product Documentation](https://cloud.google.com/vision) -for general usage information. - ## Debug Logging This library comes with opt-in Debug Logging that can help you troubleshoot diff --git a/google-cloud-vision-v1p4beta1/google-cloud-vision-v1p4beta1.gemspec b/google-cloud-vision-v1p4beta1/google-cloud-vision-v1p4beta1.gemspec index 6eee68e8e007..65895eddafdf 100644 --- a/google-cloud-vision-v1p4beta1/google-cloud-vision-v1p4beta1.gemspec +++ b/google-cloud-vision-v1p4beta1/google-cloud-vision-v1p4beta1.gemspec @@ -9,7 +9,7 @@ Gem::Specification.new do |gem| gem.authors = ["Google LLC"] gem.email = "googleapis-packages@google.com" - gem.description = "Cloud Vision API allows developers to easily integrate vision detection features within applications, including image labeling, face and landmark detection, optical character recognition (OCR), and tagging of explicit content. Note that google-cloud-vision-v1p4beta1 is a version-specific client library. For most uses, we recommend installing the main client library google-cloud-vision instead. See the readme for more details." + gem.description = "Integrates Google Vision features, including image labeling, face, logo, and landmark detection, optical character recognition (OCR), and detection of explicit content, into applications. Note that google-cloud-vision-v1p4beta1 is a version-specific client library. For most uses, we recommend installing the main client library google-cloud-vision instead. See the readme for more details." gem.summary = "Integrates Google Vision features, including image labeling, face, logo, and landmark detection, optical character recognition (OCR), and detection of explicit content, into applications." gem.homepage = "https://github.com/googleapis/google-cloud-ruby" gem.license = "Apache-2.0" diff --git a/google-cloud-vision-v1p4beta1/proto_docs/README.md b/google-cloud-vision-v1p4beta1/proto_docs/README.md index 33f6816ca582..d253204d3c90 100644 --- a/google-cloud-vision-v1p4beta1/proto_docs/README.md +++ b/google-cloud-vision-v1p4beta1/proto_docs/README.md @@ -1,4 +1,4 @@ -# Cloud Vision V1p4beta1 Protocol Buffer Documentation +# Cloud Vision V1P4BETA1 Protocol Buffer Documentation These files are for the YARD documentation of the generated protobuf files. They are not intended to be required or loaded at runtime. diff --git a/google-cloud-vision-v1p4beta1/snippets/Gemfile b/google-cloud-vision-v1p4beta1/snippets/Gemfile old mode 100755 new mode 100644 diff --git a/google-cloud-vision-v1p4beta1/snippets/image_annotator/async_batch_annotate_files.rb b/google-cloud-vision-v1p4beta1/snippets/image_annotator/async_batch_annotate_files.rb old mode 100755 new mode 100644 diff --git a/google-cloud-vision-v1p4beta1/snippets/image_annotator/async_batch_annotate_images.rb b/google-cloud-vision-v1p4beta1/snippets/image_annotator/async_batch_annotate_images.rb old mode 100755 new mode 100644 diff --git a/google-cloud-vision-v1p4beta1/snippets/image_annotator/batch_annotate_files.rb b/google-cloud-vision-v1p4beta1/snippets/image_annotator/batch_annotate_files.rb old mode 100755 new mode 100644 diff --git a/google-cloud-vision-v1p4beta1/snippets/image_annotator/batch_annotate_images.rb b/google-cloud-vision-v1p4beta1/snippets/image_annotator/batch_annotate_images.rb old mode 100755 new mode 100644 diff --git a/google-cloud-vision-v1p4beta1/snippets/product_search/add_product_to_product_set.rb b/google-cloud-vision-v1p4beta1/snippets/product_search/add_product_to_product_set.rb old mode 100755 new mode 100644 diff --git a/google-cloud-vision-v1p4beta1/snippets/product_search/create_product.rb b/google-cloud-vision-v1p4beta1/snippets/product_search/create_product.rb old mode 100755 new mode 100644 diff --git a/google-cloud-vision-v1p4beta1/snippets/product_search/create_product_set.rb b/google-cloud-vision-v1p4beta1/snippets/product_search/create_product_set.rb old mode 100755 new mode 100644 diff --git a/google-cloud-vision-v1p4beta1/snippets/product_search/create_reference_image.rb b/google-cloud-vision-v1p4beta1/snippets/product_search/create_reference_image.rb old mode 100755 new mode 100644 diff --git a/google-cloud-vision-v1p4beta1/snippets/product_search/delete_product.rb b/google-cloud-vision-v1p4beta1/snippets/product_search/delete_product.rb old mode 100755 new mode 100644 diff --git a/google-cloud-vision-v1p4beta1/snippets/product_search/delete_product_set.rb b/google-cloud-vision-v1p4beta1/snippets/product_search/delete_product_set.rb old mode 100755 new mode 100644 diff --git a/google-cloud-vision-v1p4beta1/snippets/product_search/delete_reference_image.rb b/google-cloud-vision-v1p4beta1/snippets/product_search/delete_reference_image.rb old mode 100755 new mode 100644 diff --git a/google-cloud-vision-v1p4beta1/snippets/product_search/get_product.rb b/google-cloud-vision-v1p4beta1/snippets/product_search/get_product.rb old mode 100755 new mode 100644 diff --git a/google-cloud-vision-v1p4beta1/snippets/product_search/get_product_set.rb b/google-cloud-vision-v1p4beta1/snippets/product_search/get_product_set.rb old mode 100755 new mode 100644 diff --git a/google-cloud-vision-v1p4beta1/snippets/product_search/get_reference_image.rb b/google-cloud-vision-v1p4beta1/snippets/product_search/get_reference_image.rb old mode 100755 new mode 100644 diff --git a/google-cloud-vision-v1p4beta1/snippets/product_search/import_product_sets.rb b/google-cloud-vision-v1p4beta1/snippets/product_search/import_product_sets.rb old mode 100755 new mode 100644 diff --git a/google-cloud-vision-v1p4beta1/snippets/product_search/list_product_sets.rb b/google-cloud-vision-v1p4beta1/snippets/product_search/list_product_sets.rb old mode 100755 new mode 100644 diff --git a/google-cloud-vision-v1p4beta1/snippets/product_search/list_products.rb b/google-cloud-vision-v1p4beta1/snippets/product_search/list_products.rb old mode 100755 new mode 100644 diff --git a/google-cloud-vision-v1p4beta1/snippets/product_search/list_products_in_product_set.rb b/google-cloud-vision-v1p4beta1/snippets/product_search/list_products_in_product_set.rb old mode 100755 new mode 100644 diff --git a/google-cloud-vision-v1p4beta1/snippets/product_search/list_reference_images.rb b/google-cloud-vision-v1p4beta1/snippets/product_search/list_reference_images.rb old mode 100755 new mode 100644 diff --git a/google-cloud-vision-v1p4beta1/snippets/product_search/purge_products.rb b/google-cloud-vision-v1p4beta1/snippets/product_search/purge_products.rb old mode 100755 new mode 100644 diff --git a/google-cloud-vision-v1p4beta1/snippets/product_search/remove_product_from_product_set.rb b/google-cloud-vision-v1p4beta1/snippets/product_search/remove_product_from_product_set.rb old mode 100755 new mode 100644 diff --git a/google-cloud-vision-v1p4beta1/snippets/product_search/update_product.rb b/google-cloud-vision-v1p4beta1/snippets/product_search/update_product.rb old mode 100755 new mode 100644 diff --git a/google-cloud-vision-v1p4beta1/snippets/product_search/update_product_set.rb b/google-cloud-vision-v1p4beta1/snippets/product_search/update_product_set.rb old mode 100755 new mode 100644 From b01ac4b205b9f376063782a7cc08c2b0a48aa72a Mon Sep 17 00:00:00 2001 From: Tomo Suzuki Date: Fri, 4 Sep 2026 23:24:04 +0000 Subject: [PATCH 3/3] chore: add toys to tools.gem in librarian.yaml --- librarian.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/librarian.yaml b/librarian.yaml index 62146f11e522..7416ead483c7 100644 --- a/librarian.yaml +++ b/librarian.yaml @@ -23,6 +23,8 @@ tools: version: 0.51.1 - name: grpc-tools version: 1.78.1 + - name: toys + version: 0.22.0 protoc: version: "33.2" sha256: b24b53f87c151bfd48b112fe4c3a6e6574e5198874f38036aff41df3456b8caf