From 0c34080ac7a78d363e3022a6b0d32e8ebedfc3c2 Mon Sep 17 00:00:00 2001 From: Tomo Suzuki Date: Tue, 1 Sep 2026 20:18:48 +0000 Subject: [PATCH 1/2] update config --- librarian.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/librarian.yaml b/librarian.yaml index 0df132ed7421..5234c352401f 100644 --- a/librarian.yaml +++ b/librarian.yaml @@ -488,7 +488,6 @@ libraries: ruby-cloud-yard-strict: "false" keep: - lib/google/cloud/automl/v1/_helpers.rb - skip_generate: true - name: google-cloud-automl-v1beta1 version: 0.19.1 apis: @@ -500,7 +499,6 @@ libraries: ruby-cloud-path-override: auto_ml=automl keep: - lib/google/cloud/automl/v1beta1/_helpers.rb - skip_generate: true - name: google-cloud-backupdr version: 2.3.1 apis: From cbb36d229796332d14a98e7903e18a1f16615a2a Mon Sep 17 00:00:00 2001 From: Tomo Suzuki Date: Tue, 1 Sep 2026 20:18:53 +0000 Subject: [PATCH 2/2] regen google-cloud-automl-v1 and google-cloud-automl-v1beta1 --- google-cloud-automl-v1/.OwlBot.yaml | 3 - google-cloud-automl-v1/.owlbot-manifest.json | 128 --------------- google-cloud-automl-v1/.owlbot.rb | 28 ---- google-cloud-automl-v1/README.md | 4 - .../google-cloud-automl-v1.gemspec | 2 +- google-cloud-automl-v1/snippets/Gemfile | 0 .../snippets/automl/create_dataset.rb | 0 .../snippets/automl/create_model.rb | 0 .../snippets/automl/delete_dataset.rb | 0 .../snippets/automl/delete_model.rb | 0 .../snippets/automl/deploy_model.rb | 0 .../snippets/automl/export_data.rb | 0 .../snippets/automl/export_model.rb | 0 .../snippets/automl/get_annotation_spec.rb | 0 .../snippets/automl/get_dataset.rb | 0 .../snippets/automl/get_model.rb | 0 .../snippets/automl/get_model_evaluation.rb | 0 .../snippets/automl/import_data.rb | 0 .../snippets/automl/list_datasets.rb | 0 .../snippets/automl/list_model_evaluations.rb | 0 .../snippets/automl/list_models.rb | 0 .../snippets/automl/undeploy_model.rb | 0 .../snippets/automl/update_dataset.rb | 0 .../snippets/automl/update_model.rb | 0 .../prediction_service/batch_predict.rb | 0 .../snippets/prediction_service/predict.rb | 0 google-cloud-automl-v1beta1/.OwlBot.yaml | 3 - .../.owlbot-manifest.json | 153 ------------------ google-cloud-automl-v1beta1/.owlbot.rb | 22 --- google-cloud-automl-v1beta1/.yardopts | 2 +- google-cloud-automl-v1beta1/README.md | 8 +- .../google-cloud-automl-v1beta1.gemspec | 2 +- .../proto_docs/README.md | 2 +- .../google/cloud/automl/v1beta1/io.rb | 6 +- google-cloud-automl-v1beta1/snippets/Gemfile | 0 .../snippets/automl/create_dataset.rb | 0 .../snippets/automl/create_model.rb | 0 .../snippets/automl/delete_dataset.rb | 0 .../snippets/automl/delete_model.rb | 0 .../snippets/automl/deploy_model.rb | 0 .../snippets/automl/export_data.rb | 0 .../automl/export_evaluated_examples.rb | 0 .../snippets/automl/export_model.rb | 0 .../snippets/automl/get_annotation_spec.rb | 0 .../snippets/automl/get_column_spec.rb | 0 .../snippets/automl/get_dataset.rb | 0 .../snippets/automl/get_model.rb | 0 .../snippets/automl/get_model_evaluation.rb | 0 .../snippets/automl/get_table_spec.rb | 0 .../snippets/automl/import_data.rb | 0 .../snippets/automl/list_column_specs.rb | 0 .../snippets/automl/list_datasets.rb | 0 .../snippets/automl/list_model_evaluations.rb | 0 .../snippets/automl/list_models.rb | 0 .../snippets/automl/list_table_specs.rb | 0 .../snippets/automl/undeploy_model.rb | 0 .../snippets/automl/update_column_spec.rb | 0 .../snippets/automl/update_dataset.rb | 0 .../snippets/automl/update_table_spec.rb | 0 .../prediction_service/batch_predict.rb | 0 .../snippets/prediction_service/predict.rb | 0 61 files changed, 8 insertions(+), 355 deletions(-) delete mode 100644 google-cloud-automl-v1/.OwlBot.yaml delete mode 100644 google-cloud-automl-v1/.owlbot-manifest.json delete mode 100644 google-cloud-automl-v1/.owlbot.rb mode change 100755 => 100644 google-cloud-automl-v1/snippets/Gemfile mode change 100755 => 100644 google-cloud-automl-v1/snippets/automl/create_dataset.rb mode change 100755 => 100644 google-cloud-automl-v1/snippets/automl/create_model.rb mode change 100755 => 100644 google-cloud-automl-v1/snippets/automl/delete_dataset.rb mode change 100755 => 100644 google-cloud-automl-v1/snippets/automl/delete_model.rb mode change 100755 => 100644 google-cloud-automl-v1/snippets/automl/deploy_model.rb mode change 100755 => 100644 google-cloud-automl-v1/snippets/automl/export_data.rb mode change 100755 => 100644 google-cloud-automl-v1/snippets/automl/export_model.rb mode change 100755 => 100644 google-cloud-automl-v1/snippets/automl/get_annotation_spec.rb mode change 100755 => 100644 google-cloud-automl-v1/snippets/automl/get_dataset.rb mode change 100755 => 100644 google-cloud-automl-v1/snippets/automl/get_model.rb mode change 100755 => 100644 google-cloud-automl-v1/snippets/automl/get_model_evaluation.rb mode change 100755 => 100644 google-cloud-automl-v1/snippets/automl/import_data.rb mode change 100755 => 100644 google-cloud-automl-v1/snippets/automl/list_datasets.rb mode change 100755 => 100644 google-cloud-automl-v1/snippets/automl/list_model_evaluations.rb mode change 100755 => 100644 google-cloud-automl-v1/snippets/automl/list_models.rb mode change 100755 => 100644 google-cloud-automl-v1/snippets/automl/undeploy_model.rb mode change 100755 => 100644 google-cloud-automl-v1/snippets/automl/update_dataset.rb mode change 100755 => 100644 google-cloud-automl-v1/snippets/automl/update_model.rb mode change 100755 => 100644 google-cloud-automl-v1/snippets/prediction_service/batch_predict.rb mode change 100755 => 100644 google-cloud-automl-v1/snippets/prediction_service/predict.rb delete mode 100644 google-cloud-automl-v1beta1/.OwlBot.yaml delete mode 100644 google-cloud-automl-v1beta1/.owlbot-manifest.json delete mode 100644 google-cloud-automl-v1beta1/.owlbot.rb mode change 100755 => 100644 google-cloud-automl-v1beta1/snippets/Gemfile mode change 100755 => 100644 google-cloud-automl-v1beta1/snippets/automl/create_dataset.rb mode change 100755 => 100644 google-cloud-automl-v1beta1/snippets/automl/create_model.rb mode change 100755 => 100644 google-cloud-automl-v1beta1/snippets/automl/delete_dataset.rb mode change 100755 => 100644 google-cloud-automl-v1beta1/snippets/automl/delete_model.rb mode change 100755 => 100644 google-cloud-automl-v1beta1/snippets/automl/deploy_model.rb mode change 100755 => 100644 google-cloud-automl-v1beta1/snippets/automl/export_data.rb mode change 100755 => 100644 google-cloud-automl-v1beta1/snippets/automl/export_evaluated_examples.rb mode change 100755 => 100644 google-cloud-automl-v1beta1/snippets/automl/export_model.rb mode change 100755 => 100644 google-cloud-automl-v1beta1/snippets/automl/get_annotation_spec.rb mode change 100755 => 100644 google-cloud-automl-v1beta1/snippets/automl/get_column_spec.rb mode change 100755 => 100644 google-cloud-automl-v1beta1/snippets/automl/get_dataset.rb mode change 100755 => 100644 google-cloud-automl-v1beta1/snippets/automl/get_model.rb mode change 100755 => 100644 google-cloud-automl-v1beta1/snippets/automl/get_model_evaluation.rb mode change 100755 => 100644 google-cloud-automl-v1beta1/snippets/automl/get_table_spec.rb mode change 100755 => 100644 google-cloud-automl-v1beta1/snippets/automl/import_data.rb mode change 100755 => 100644 google-cloud-automl-v1beta1/snippets/automl/list_column_specs.rb mode change 100755 => 100644 google-cloud-automl-v1beta1/snippets/automl/list_datasets.rb mode change 100755 => 100644 google-cloud-automl-v1beta1/snippets/automl/list_model_evaluations.rb mode change 100755 => 100644 google-cloud-automl-v1beta1/snippets/automl/list_models.rb mode change 100755 => 100644 google-cloud-automl-v1beta1/snippets/automl/list_table_specs.rb mode change 100755 => 100644 google-cloud-automl-v1beta1/snippets/automl/undeploy_model.rb mode change 100755 => 100644 google-cloud-automl-v1beta1/snippets/automl/update_column_spec.rb mode change 100755 => 100644 google-cloud-automl-v1beta1/snippets/automl/update_dataset.rb mode change 100755 => 100644 google-cloud-automl-v1beta1/snippets/automl/update_table_spec.rb mode change 100755 => 100644 google-cloud-automl-v1beta1/snippets/prediction_service/batch_predict.rb mode change 100755 => 100644 google-cloud-automl-v1beta1/snippets/prediction_service/predict.rb diff --git a/google-cloud-automl-v1/.OwlBot.yaml b/google-cloud-automl-v1/.OwlBot.yaml deleted file mode 100644 index a739b2bf2ba1..000000000000 --- a/google-cloud-automl-v1/.OwlBot.yaml +++ /dev/null @@ -1,3 +0,0 @@ -deep-copy-regex: - - source: /google/cloud/automl/v1/[^/]+-ruby/(.*) - dest: /owl-bot-staging/google-cloud-automl-v1/$1 diff --git a/google-cloud-automl-v1/.owlbot-manifest.json b/google-cloud-automl-v1/.owlbot-manifest.json deleted file mode 100644 index 0b7be8937f9e..000000000000 --- a/google-cloud-automl-v1/.owlbot-manifest.json +++ /dev/null @@ -1,128 +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-automl-v1.gemspec", - "lib/google-cloud-automl-v1.rb", - "lib/google/cloud/automl/v1.rb", - "lib/google/cloud/automl/v1/annotation_payload_pb.rb", - "lib/google/cloud/automl/v1/annotation_spec_pb.rb", - "lib/google/cloud/automl/v1/automl.rb", - "lib/google/cloud/automl/v1/automl/client.rb", - "lib/google/cloud/automl/v1/automl/credentials.rb", - "lib/google/cloud/automl/v1/automl/operations.rb", - "lib/google/cloud/automl/v1/automl/paths.rb", - "lib/google/cloud/automl/v1/automl/rest.rb", - "lib/google/cloud/automl/v1/automl/rest/client.rb", - "lib/google/cloud/automl/v1/automl/rest/operations.rb", - "lib/google/cloud/automl/v1/automl/rest/service_stub.rb", - "lib/google/cloud/automl/v1/classification_pb.rb", - "lib/google/cloud/automl/v1/data_items_pb.rb", - "lib/google/cloud/automl/v1/dataset_pb.rb", - "lib/google/cloud/automl/v1/detection_pb.rb", - "lib/google/cloud/automl/v1/geometry_pb.rb", - "lib/google/cloud/automl/v1/image_pb.rb", - "lib/google/cloud/automl/v1/io_pb.rb", - "lib/google/cloud/automl/v1/model_evaluation_pb.rb", - "lib/google/cloud/automl/v1/model_pb.rb", - "lib/google/cloud/automl/v1/operations_pb.rb", - "lib/google/cloud/automl/v1/prediction_service.rb", - "lib/google/cloud/automl/v1/prediction_service/client.rb", - "lib/google/cloud/automl/v1/prediction_service/credentials.rb", - "lib/google/cloud/automl/v1/prediction_service/operations.rb", - "lib/google/cloud/automl/v1/prediction_service/paths.rb", - "lib/google/cloud/automl/v1/prediction_service/rest.rb", - "lib/google/cloud/automl/v1/prediction_service/rest/client.rb", - "lib/google/cloud/automl/v1/prediction_service/rest/operations.rb", - "lib/google/cloud/automl/v1/prediction_service/rest/service_stub.rb", - "lib/google/cloud/automl/v1/prediction_service_pb.rb", - "lib/google/cloud/automl/v1/prediction_service_services_pb.rb", - "lib/google/cloud/automl/v1/rest.rb", - "lib/google/cloud/automl/v1/service_pb.rb", - "lib/google/cloud/automl/v1/service_services_pb.rb", - "lib/google/cloud/automl/v1/text_extraction_pb.rb", - "lib/google/cloud/automl/v1/text_pb.rb", - "lib/google/cloud/automl/v1/text_segment_pb.rb", - "lib/google/cloud/automl/v1/text_sentiment_pb.rb", - "lib/google/cloud/automl/v1/translation_pb.rb", - "lib/google/cloud/automl/v1/version.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/automl/v1/annotation_payload.rb", - "proto_docs/google/cloud/automl/v1/annotation_spec.rb", - "proto_docs/google/cloud/automl/v1/classification.rb", - "proto_docs/google/cloud/automl/v1/data_items.rb", - "proto_docs/google/cloud/automl/v1/dataset.rb", - "proto_docs/google/cloud/automl/v1/detection.rb", - "proto_docs/google/cloud/automl/v1/geometry.rb", - "proto_docs/google/cloud/automl/v1/image.rb", - "proto_docs/google/cloud/automl/v1/io.rb", - "proto_docs/google/cloud/automl/v1/model.rb", - "proto_docs/google/cloud/automl/v1/model_evaluation.rb", - "proto_docs/google/cloud/automl/v1/operations.rb", - "proto_docs/google/cloud/automl/v1/prediction_service.rb", - "proto_docs/google/cloud/automl/v1/service.rb", - "proto_docs/google/cloud/automl/v1/text.rb", - "proto_docs/google/cloud/automl/v1/text_extraction.rb", - "proto_docs/google/cloud/automl/v1/text_segment.rb", - "proto_docs/google/cloud/automl/v1/text_sentiment.rb", - "proto_docs/google/cloud/automl/v1/translation.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/rpc/status.rb", - "snippets/Gemfile", - "snippets/automl/create_dataset.rb", - "snippets/automl/create_model.rb", - "snippets/automl/delete_dataset.rb", - "snippets/automl/delete_model.rb", - "snippets/automl/deploy_model.rb", - "snippets/automl/export_data.rb", - "snippets/automl/export_model.rb", - "snippets/automl/get_annotation_spec.rb", - "snippets/automl/get_dataset.rb", - "snippets/automl/get_model.rb", - "snippets/automl/get_model_evaluation.rb", - "snippets/automl/import_data.rb", - "snippets/automl/list_datasets.rb", - "snippets/automl/list_model_evaluations.rb", - "snippets/automl/list_models.rb", - "snippets/automl/undeploy_model.rb", - "snippets/automl/update_dataset.rb", - "snippets/automl/update_model.rb", - "snippets/prediction_service/batch_predict.rb", - "snippets/prediction_service/predict.rb", - "snippets/snippet_metadata_google.cloud.automl.v1.json", - "test/google/cloud/automl/v1/automl_operations_test.rb", - "test/google/cloud/automl/v1/automl_paths_test.rb", - "test/google/cloud/automl/v1/automl_rest_test.rb", - "test/google/cloud/automl/v1/automl_test.rb", - "test/google/cloud/automl/v1/prediction_service_operations_test.rb", - "test/google/cloud/automl/v1/prediction_service_paths_test.rb", - "test/google/cloud/automl/v1/prediction_service_rest_test.rb", - "test/google/cloud/automl/v1/prediction_service_test.rb", - "test/helper.rb" - ], - "static": [ - ".OwlBot.yaml", - ".owlbot.rb", - "Gemfile.lock", - "lib/google/cloud/automl/v1/_helpers.rb" - ] -} diff --git a/google-cloud-automl-v1/.owlbot.rb b/google-cloud-automl-v1/.owlbot.rb deleted file mode 100644 index e9aa6fc87bfd..000000000000 --- a/google-cloud-automl-v1/.owlbot.rb +++ /dev/null @@ -1,28 +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. - -# Fixes for some misformatted markdown links. -# See internal issue b/153077040. -OwlBot.modifier path: "proto_docs/google/cloud/automl/v1/io.rb" do |content| - content.gsub %r{https:\n\s+# //}, - "https://" -end - -# See internal issue b/158466893 -OwlBot.modifier path: "proto_docs/google/cloud/automl/v1/io.rb" do |content| - content.gsub %r{\[display_name-s\]\[google\.cloud\.automl\.v1\.ColumnSpec\.display_name\]}, - "display_name-s" -end - -OwlBot.move_files diff --git a/google-cloud-automl-v1/README.md b/google-cloud-automl-v1/README.md index d0ac6cd9516e..bb333afb8a56 100644 --- a/google-cloud-automl-v1/README.md +++ b/google-cloud-automl-v1/README.md @@ -2,7 +2,6 @@ Train high-quality custom machine learning models with minimum effort and machine learning expertise. -AutoML makes the power of machine learning available to you even if you have limited knowledge of machine learning. You can use AutoML to build on Google's machine learning capabilities to create your own custom machine learning models that are tailored to your business needs, and then integrate those models into your applications and web sites. https://github.com/googleapis/google-cloud-ruby @@ -40,9 +39,6 @@ response = client.predict request View the [Client Library Documentation](https://cloud.google.com/ruby/docs/reference/google-cloud-automl-v1/latest) for class and method documentation. -See also the [Product Documentation](https://cloud.google.com/automl) -for general usage information. - ## Debug Logging This library comes with opt-in Debug Logging that can help you troubleshoot diff --git a/google-cloud-automl-v1/google-cloud-automl-v1.gemspec b/google-cloud-automl-v1/google-cloud-automl-v1.gemspec index d2f57a57231e..8a51f46a39fe 100644 --- a/google-cloud-automl-v1/google-cloud-automl-v1.gemspec +++ b/google-cloud-automl-v1/google-cloud-automl-v1.gemspec @@ -9,7 +9,7 @@ Gem::Specification.new do |gem| gem.authors = ["Google LLC"] gem.email = "googleapis-packages@google.com" - gem.description = "AutoML makes the power of machine learning available to you even if you have limited knowledge of machine learning. You can use AutoML to build on Google's machine learning capabilities to create your own custom machine learning models that are tailored to your business needs, and then integrate those models into your applications and web sites. Note that google-cloud-automl-v1 is a version-specific client library. For most uses, we recommend installing the main client library google-cloud-automl instead. See the readme for more details." + gem.description = "Train high-quality custom machine learning models with minimum effort and machine learning expertise. Note that google-cloud-automl-v1 is a version-specific client library. For most uses, we recommend installing the main client library google-cloud-automl instead. See the readme for more details." gem.summary = "Train high-quality custom machine learning models with minimum effort and machine learning expertise." gem.homepage = "https://github.com/googleapis/google-cloud-ruby" gem.license = "Apache-2.0" diff --git a/google-cloud-automl-v1/snippets/Gemfile b/google-cloud-automl-v1/snippets/Gemfile old mode 100755 new mode 100644 diff --git a/google-cloud-automl-v1/snippets/automl/create_dataset.rb b/google-cloud-automl-v1/snippets/automl/create_dataset.rb old mode 100755 new mode 100644 diff --git a/google-cloud-automl-v1/snippets/automl/create_model.rb b/google-cloud-automl-v1/snippets/automl/create_model.rb old mode 100755 new mode 100644 diff --git a/google-cloud-automl-v1/snippets/automl/delete_dataset.rb b/google-cloud-automl-v1/snippets/automl/delete_dataset.rb old mode 100755 new mode 100644 diff --git a/google-cloud-automl-v1/snippets/automl/delete_model.rb b/google-cloud-automl-v1/snippets/automl/delete_model.rb old mode 100755 new mode 100644 diff --git a/google-cloud-automl-v1/snippets/automl/deploy_model.rb b/google-cloud-automl-v1/snippets/automl/deploy_model.rb old mode 100755 new mode 100644 diff --git a/google-cloud-automl-v1/snippets/automl/export_data.rb b/google-cloud-automl-v1/snippets/automl/export_data.rb old mode 100755 new mode 100644 diff --git a/google-cloud-automl-v1/snippets/automl/export_model.rb b/google-cloud-automl-v1/snippets/automl/export_model.rb old mode 100755 new mode 100644 diff --git a/google-cloud-automl-v1/snippets/automl/get_annotation_spec.rb b/google-cloud-automl-v1/snippets/automl/get_annotation_spec.rb old mode 100755 new mode 100644 diff --git a/google-cloud-automl-v1/snippets/automl/get_dataset.rb b/google-cloud-automl-v1/snippets/automl/get_dataset.rb old mode 100755 new mode 100644 diff --git a/google-cloud-automl-v1/snippets/automl/get_model.rb b/google-cloud-automl-v1/snippets/automl/get_model.rb old mode 100755 new mode 100644 diff --git a/google-cloud-automl-v1/snippets/automl/get_model_evaluation.rb b/google-cloud-automl-v1/snippets/automl/get_model_evaluation.rb old mode 100755 new mode 100644 diff --git a/google-cloud-automl-v1/snippets/automl/import_data.rb b/google-cloud-automl-v1/snippets/automl/import_data.rb old mode 100755 new mode 100644 diff --git a/google-cloud-automl-v1/snippets/automl/list_datasets.rb b/google-cloud-automl-v1/snippets/automl/list_datasets.rb old mode 100755 new mode 100644 diff --git a/google-cloud-automl-v1/snippets/automl/list_model_evaluations.rb b/google-cloud-automl-v1/snippets/automl/list_model_evaluations.rb old mode 100755 new mode 100644 diff --git a/google-cloud-automl-v1/snippets/automl/list_models.rb b/google-cloud-automl-v1/snippets/automl/list_models.rb old mode 100755 new mode 100644 diff --git a/google-cloud-automl-v1/snippets/automl/undeploy_model.rb b/google-cloud-automl-v1/snippets/automl/undeploy_model.rb old mode 100755 new mode 100644 diff --git a/google-cloud-automl-v1/snippets/automl/update_dataset.rb b/google-cloud-automl-v1/snippets/automl/update_dataset.rb old mode 100755 new mode 100644 diff --git a/google-cloud-automl-v1/snippets/automl/update_model.rb b/google-cloud-automl-v1/snippets/automl/update_model.rb old mode 100755 new mode 100644 diff --git a/google-cloud-automl-v1/snippets/prediction_service/batch_predict.rb b/google-cloud-automl-v1/snippets/prediction_service/batch_predict.rb old mode 100755 new mode 100644 diff --git a/google-cloud-automl-v1/snippets/prediction_service/predict.rb b/google-cloud-automl-v1/snippets/prediction_service/predict.rb old mode 100755 new mode 100644 diff --git a/google-cloud-automl-v1beta1/.OwlBot.yaml b/google-cloud-automl-v1beta1/.OwlBot.yaml deleted file mode 100644 index 0692195c3372..000000000000 --- a/google-cloud-automl-v1beta1/.OwlBot.yaml +++ /dev/null @@ -1,3 +0,0 @@ -deep-copy-regex: - - source: /google/cloud/automl/v1beta1/[^/]+-ruby/(.*) - dest: /owl-bot-staging/google-cloud-automl-v1beta1/$1 diff --git a/google-cloud-automl-v1beta1/.owlbot-manifest.json b/google-cloud-automl-v1beta1/.owlbot-manifest.json deleted file mode 100644 index ae03b5a99882..000000000000 --- a/google-cloud-automl-v1beta1/.owlbot-manifest.json +++ /dev/null @@ -1,153 +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-automl-v1beta1.gemspec", - "lib/google-cloud-automl-v1beta1.rb", - "lib/google/cloud/automl/v1beta1.rb", - "lib/google/cloud/automl/v1beta1/annotation_payload_pb.rb", - "lib/google/cloud/automl/v1beta1/annotation_spec_pb.rb", - "lib/google/cloud/automl/v1beta1/automl.rb", - "lib/google/cloud/automl/v1beta1/automl/client.rb", - "lib/google/cloud/automl/v1beta1/automl/credentials.rb", - "lib/google/cloud/automl/v1beta1/automl/operations.rb", - "lib/google/cloud/automl/v1beta1/automl/paths.rb", - "lib/google/cloud/automl/v1beta1/automl/rest.rb", - "lib/google/cloud/automl/v1beta1/automl/rest/client.rb", - "lib/google/cloud/automl/v1beta1/automl/rest/operations.rb", - "lib/google/cloud/automl/v1beta1/automl/rest/service_stub.rb", - "lib/google/cloud/automl/v1beta1/classification_pb.rb", - "lib/google/cloud/automl/v1beta1/column_spec_pb.rb", - "lib/google/cloud/automl/v1beta1/data_items_pb.rb", - "lib/google/cloud/automl/v1beta1/data_stats_pb.rb", - "lib/google/cloud/automl/v1beta1/data_types_pb.rb", - "lib/google/cloud/automl/v1beta1/dataset_pb.rb", - "lib/google/cloud/automl/v1beta1/detection_pb.rb", - "lib/google/cloud/automl/v1beta1/geometry_pb.rb", - "lib/google/cloud/automl/v1beta1/image_pb.rb", - "lib/google/cloud/automl/v1beta1/io_pb.rb", - "lib/google/cloud/automl/v1beta1/model_evaluation_pb.rb", - "lib/google/cloud/automl/v1beta1/model_pb.rb", - "lib/google/cloud/automl/v1beta1/operations_pb.rb", - "lib/google/cloud/automl/v1beta1/prediction_service.rb", - "lib/google/cloud/automl/v1beta1/prediction_service/client.rb", - "lib/google/cloud/automl/v1beta1/prediction_service/credentials.rb", - "lib/google/cloud/automl/v1beta1/prediction_service/operations.rb", - "lib/google/cloud/automl/v1beta1/prediction_service/paths.rb", - "lib/google/cloud/automl/v1beta1/prediction_service/rest.rb", - "lib/google/cloud/automl/v1beta1/prediction_service/rest/client.rb", - "lib/google/cloud/automl/v1beta1/prediction_service/rest/operations.rb", - "lib/google/cloud/automl/v1beta1/prediction_service/rest/service_stub.rb", - "lib/google/cloud/automl/v1beta1/prediction_service_pb.rb", - "lib/google/cloud/automl/v1beta1/prediction_service_services_pb.rb", - "lib/google/cloud/automl/v1beta1/ranges_pb.rb", - "lib/google/cloud/automl/v1beta1/regression_pb.rb", - "lib/google/cloud/automl/v1beta1/rest.rb", - "lib/google/cloud/automl/v1beta1/service_pb.rb", - "lib/google/cloud/automl/v1beta1/service_services_pb.rb", - "lib/google/cloud/automl/v1beta1/table_spec_pb.rb", - "lib/google/cloud/automl/v1beta1/tables_pb.rb", - "lib/google/cloud/automl/v1beta1/temporal_pb.rb", - "lib/google/cloud/automl/v1beta1/text_extraction_pb.rb", - "lib/google/cloud/automl/v1beta1/text_pb.rb", - "lib/google/cloud/automl/v1beta1/text_segment_pb.rb", - "lib/google/cloud/automl/v1beta1/text_sentiment_pb.rb", - "lib/google/cloud/automl/v1beta1/translation_pb.rb", - "lib/google/cloud/automl/v1beta1/version.rb", - "lib/google/cloud/automl/v1beta1/video_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/automl/v1beta1/annotation_payload.rb", - "proto_docs/google/cloud/automl/v1beta1/annotation_spec.rb", - "proto_docs/google/cloud/automl/v1beta1/classification.rb", - "proto_docs/google/cloud/automl/v1beta1/column_spec.rb", - "proto_docs/google/cloud/automl/v1beta1/data_items.rb", - "proto_docs/google/cloud/automl/v1beta1/data_stats.rb", - "proto_docs/google/cloud/automl/v1beta1/data_types.rb", - "proto_docs/google/cloud/automl/v1beta1/dataset.rb", - "proto_docs/google/cloud/automl/v1beta1/detection.rb", - "proto_docs/google/cloud/automl/v1beta1/geometry.rb", - "proto_docs/google/cloud/automl/v1beta1/image.rb", - "proto_docs/google/cloud/automl/v1beta1/io.rb", - "proto_docs/google/cloud/automl/v1beta1/model.rb", - "proto_docs/google/cloud/automl/v1beta1/model_evaluation.rb", - "proto_docs/google/cloud/automl/v1beta1/operations.rb", - "proto_docs/google/cloud/automl/v1beta1/prediction_service.rb", - "proto_docs/google/cloud/automl/v1beta1/ranges.rb", - "proto_docs/google/cloud/automl/v1beta1/regression.rb", - "proto_docs/google/cloud/automl/v1beta1/service.rb", - "proto_docs/google/cloud/automl/v1beta1/table_spec.rb", - "proto_docs/google/cloud/automl/v1beta1/tables.rb", - "proto_docs/google/cloud/automl/v1beta1/temporal.rb", - "proto_docs/google/cloud/automl/v1beta1/text.rb", - "proto_docs/google/cloud/automl/v1beta1/text_extraction.rb", - "proto_docs/google/cloud/automl/v1beta1/text_segment.rb", - "proto_docs/google/cloud/automl/v1beta1/text_sentiment.rb", - "proto_docs/google/cloud/automl/v1beta1/translation.rb", - "proto_docs/google/cloud/automl/v1beta1/video.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/struct.rb", - "proto_docs/google/protobuf/timestamp.rb", - "proto_docs/google/rpc/status.rb", - "snippets/Gemfile", - "snippets/automl/create_dataset.rb", - "snippets/automl/create_model.rb", - "snippets/automl/delete_dataset.rb", - "snippets/automl/delete_model.rb", - "snippets/automl/deploy_model.rb", - "snippets/automl/export_data.rb", - "snippets/automl/export_evaluated_examples.rb", - "snippets/automl/export_model.rb", - "snippets/automl/get_annotation_spec.rb", - "snippets/automl/get_column_spec.rb", - "snippets/automl/get_dataset.rb", - "snippets/automl/get_model.rb", - "snippets/automl/get_model_evaluation.rb", - "snippets/automl/get_table_spec.rb", - "snippets/automl/import_data.rb", - "snippets/automl/list_column_specs.rb", - "snippets/automl/list_datasets.rb", - "snippets/automl/list_model_evaluations.rb", - "snippets/automl/list_models.rb", - "snippets/automl/list_table_specs.rb", - "snippets/automl/undeploy_model.rb", - "snippets/automl/update_column_spec.rb", - "snippets/automl/update_dataset.rb", - "snippets/automl/update_table_spec.rb", - "snippets/prediction_service/batch_predict.rb", - "snippets/prediction_service/predict.rb", - "snippets/snippet_metadata_google.cloud.automl.v1beta1.json", - "test/google/cloud/automl/v1beta1/automl_operations_test.rb", - "test/google/cloud/automl/v1beta1/automl_paths_test.rb", - "test/google/cloud/automl/v1beta1/automl_rest_test.rb", - "test/google/cloud/automl/v1beta1/automl_test.rb", - "test/google/cloud/automl/v1beta1/prediction_service_operations_test.rb", - "test/google/cloud/automl/v1beta1/prediction_service_paths_test.rb", - "test/google/cloud/automl/v1beta1/prediction_service_rest_test.rb", - "test/google/cloud/automl/v1beta1/prediction_service_test.rb", - "test/helper.rb" - ], - "static": [ - ".OwlBot.yaml", - ".owlbot.rb", - "Gemfile.lock", - "lib/google/cloud/automl/v1beta1/_helpers.rb" - ] -} diff --git a/google-cloud-automl-v1beta1/.owlbot.rb b/google-cloud-automl-v1beta1/.owlbot.rb deleted file mode 100644 index 21b79ef367f8..000000000000 --- a/google-cloud-automl-v1beta1/.owlbot.rb +++ /dev/null @@ -1,22 +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. - -# Fixes for some misformatted markdown links. -# See internal issue b/153077040. -OwlBot.modifier path: "proto_docs/google/cloud/automl/v1beta1/io.rb" do |content| - content.gsub %r{https:\n\s+# //}, - "https://" -end - -OwlBot.move_files diff --git a/google-cloud-automl-v1beta1/.yardopts b/google-cloud-automl-v1beta1/.yardopts index 0e8b7f5e7acd..73cadc8fa75a 100644 --- a/google-cloud-automl-v1beta1/.yardopts +++ b/google-cloud-automl-v1beta1/.yardopts @@ -1,5 +1,5 @@ --no-private ---title="Cloud AutoML V1beta1 API" +--title="Cloud AutoML V1BETA1 API" --exclude _pb\.rb$ --markup markdown --markup-provider redcarpet diff --git a/google-cloud-automl-v1beta1/README.md b/google-cloud-automl-v1beta1/README.md index 4ef8c795fee3..0cba37a7c001 100644 --- a/google-cloud-automl-v1beta1/README.md +++ b/google-cloud-automl-v1beta1/README.md @@ -1,13 +1,12 @@ -# Ruby Client for the Cloud AutoML V1beta1 API +# Ruby Client for the Cloud AutoML V1BETA1 API Train high-quality custom machine learning models with minimum effort and machine learning expertise. -AutoML makes the power of machine learning available to you even if you have limited knowledge of machine learning. You can use AutoML to build on Google's machine learning capabilities to create your own custom machine learning models that are tailored to your business needs, and then integrate those models into your applications and web sites. 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 AutoML V1beta1 API. Most users should consider using +specific version of the Cloud AutoML V1BETA1 API. Most users should consider using the main client gem, [google-cloud-automl](https://rubygems.org/gems/google-cloud-automl). See the section below titled *Which client should I use?* for more information. @@ -40,9 +39,6 @@ response = client.predict request View the [Client Library Documentation](https://cloud.google.com/ruby/docs/reference/google-cloud-automl-v1beta1/latest) for class and method documentation. -See also the [Product Documentation](https://cloud.google.com/automl) -for general usage information. - ## Debug Logging This library comes with opt-in Debug Logging that can help you troubleshoot diff --git a/google-cloud-automl-v1beta1/google-cloud-automl-v1beta1.gemspec b/google-cloud-automl-v1beta1/google-cloud-automl-v1beta1.gemspec index eddcd83e44d2..35280ba17d0c 100644 --- a/google-cloud-automl-v1beta1/google-cloud-automl-v1beta1.gemspec +++ b/google-cloud-automl-v1beta1/google-cloud-automl-v1beta1.gemspec @@ -9,7 +9,7 @@ Gem::Specification.new do |gem| gem.authors = ["Google LLC"] gem.email = "googleapis-packages@google.com" - gem.description = "AutoML makes the power of machine learning available to you even if you have limited knowledge of machine learning. You can use AutoML to build on Google's machine learning capabilities to create your own custom machine learning models that are tailored to your business needs, and then integrate those models into your applications and web sites. Note that google-cloud-automl-v1beta1 is a version-specific client library. For most uses, we recommend installing the main client library google-cloud-automl instead. See the readme for more details." + gem.description = "Train high-quality custom machine learning models with minimum effort and machine learning expertise. Note that google-cloud-automl-v1beta1 is a version-specific client library. For most uses, we recommend installing the main client library google-cloud-automl instead. See the readme for more details." gem.summary = "Train high-quality custom machine learning models with minimum effort and machine learning expertise." gem.homepage = "https://github.com/googleapis/google-cloud-ruby" gem.license = "Apache-2.0" diff --git a/google-cloud-automl-v1beta1/proto_docs/README.md b/google-cloud-automl-v1beta1/proto_docs/README.md index 483947fef0b4..85daf383958a 100644 --- a/google-cloud-automl-v1beta1/proto_docs/README.md +++ b/google-cloud-automl-v1beta1/proto_docs/README.md @@ -1,4 +1,4 @@ -# Cloud AutoML V1beta1 Protocol Buffer Documentation +# Cloud AutoML V1BETA1 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-automl-v1beta1/proto_docs/google/cloud/automl/v1beta1/io.rb b/google-cloud-automl-v1beta1/proto_docs/google/cloud/automl/v1beta1/io.rb index cda70b79c2b2..e63ca620a14b 100644 --- a/google-cloud-automl-v1beta1/proto_docs/google/cloud/automl/v1beta1/io.rb +++ b/google-cloud-automl-v1beta1/proto_docs/google/cloud/automl/v1beta1/io.rb @@ -1073,8 +1073,7 @@ class BatchPredictOutputConfig # ubuntu 16.04 operating system. See more at # [containers # - # quickstart](https: - # //cloud.google.com/vision/automl/docs/containers-gcs-quickstart) + # quickstart](https://cloud.google.com/vision/automl/docs/containers-gcs-quickstart) # * core_ml - Used for iOS mobile devices. # @!attribute [rw] params # @return [::Google::Protobuf::Map{::String => ::String}] @@ -1189,8 +1188,7 @@ class BigQueryDestination # Required. Google Contained Registry URI of the new image, up to 2000 # characters long. See # - # https: - # //cloud.google.com/container-registry/do + # https://cloud.google.com/container-registry/do # // cs/pushing-and-pulling#pushing_an_image_to_a_registry # Accepted forms: # * [HOSTNAME]/[PROJECT-ID]/[IMAGE] diff --git a/google-cloud-automl-v1beta1/snippets/Gemfile b/google-cloud-automl-v1beta1/snippets/Gemfile old mode 100755 new mode 100644 diff --git a/google-cloud-automl-v1beta1/snippets/automl/create_dataset.rb b/google-cloud-automl-v1beta1/snippets/automl/create_dataset.rb old mode 100755 new mode 100644 diff --git a/google-cloud-automl-v1beta1/snippets/automl/create_model.rb b/google-cloud-automl-v1beta1/snippets/automl/create_model.rb old mode 100755 new mode 100644 diff --git a/google-cloud-automl-v1beta1/snippets/automl/delete_dataset.rb b/google-cloud-automl-v1beta1/snippets/automl/delete_dataset.rb old mode 100755 new mode 100644 diff --git a/google-cloud-automl-v1beta1/snippets/automl/delete_model.rb b/google-cloud-automl-v1beta1/snippets/automl/delete_model.rb old mode 100755 new mode 100644 diff --git a/google-cloud-automl-v1beta1/snippets/automl/deploy_model.rb b/google-cloud-automl-v1beta1/snippets/automl/deploy_model.rb old mode 100755 new mode 100644 diff --git a/google-cloud-automl-v1beta1/snippets/automl/export_data.rb b/google-cloud-automl-v1beta1/snippets/automl/export_data.rb old mode 100755 new mode 100644 diff --git a/google-cloud-automl-v1beta1/snippets/automl/export_evaluated_examples.rb b/google-cloud-automl-v1beta1/snippets/automl/export_evaluated_examples.rb old mode 100755 new mode 100644 diff --git a/google-cloud-automl-v1beta1/snippets/automl/export_model.rb b/google-cloud-automl-v1beta1/snippets/automl/export_model.rb old mode 100755 new mode 100644 diff --git a/google-cloud-automl-v1beta1/snippets/automl/get_annotation_spec.rb b/google-cloud-automl-v1beta1/snippets/automl/get_annotation_spec.rb old mode 100755 new mode 100644 diff --git a/google-cloud-automl-v1beta1/snippets/automl/get_column_spec.rb b/google-cloud-automl-v1beta1/snippets/automl/get_column_spec.rb old mode 100755 new mode 100644 diff --git a/google-cloud-automl-v1beta1/snippets/automl/get_dataset.rb b/google-cloud-automl-v1beta1/snippets/automl/get_dataset.rb old mode 100755 new mode 100644 diff --git a/google-cloud-automl-v1beta1/snippets/automl/get_model.rb b/google-cloud-automl-v1beta1/snippets/automl/get_model.rb old mode 100755 new mode 100644 diff --git a/google-cloud-automl-v1beta1/snippets/automl/get_model_evaluation.rb b/google-cloud-automl-v1beta1/snippets/automl/get_model_evaluation.rb old mode 100755 new mode 100644 diff --git a/google-cloud-automl-v1beta1/snippets/automl/get_table_spec.rb b/google-cloud-automl-v1beta1/snippets/automl/get_table_spec.rb old mode 100755 new mode 100644 diff --git a/google-cloud-automl-v1beta1/snippets/automl/import_data.rb b/google-cloud-automl-v1beta1/snippets/automl/import_data.rb old mode 100755 new mode 100644 diff --git a/google-cloud-automl-v1beta1/snippets/automl/list_column_specs.rb b/google-cloud-automl-v1beta1/snippets/automl/list_column_specs.rb old mode 100755 new mode 100644 diff --git a/google-cloud-automl-v1beta1/snippets/automl/list_datasets.rb b/google-cloud-automl-v1beta1/snippets/automl/list_datasets.rb old mode 100755 new mode 100644 diff --git a/google-cloud-automl-v1beta1/snippets/automl/list_model_evaluations.rb b/google-cloud-automl-v1beta1/snippets/automl/list_model_evaluations.rb old mode 100755 new mode 100644 diff --git a/google-cloud-automl-v1beta1/snippets/automl/list_models.rb b/google-cloud-automl-v1beta1/snippets/automl/list_models.rb old mode 100755 new mode 100644 diff --git a/google-cloud-automl-v1beta1/snippets/automl/list_table_specs.rb b/google-cloud-automl-v1beta1/snippets/automl/list_table_specs.rb old mode 100755 new mode 100644 diff --git a/google-cloud-automl-v1beta1/snippets/automl/undeploy_model.rb b/google-cloud-automl-v1beta1/snippets/automl/undeploy_model.rb old mode 100755 new mode 100644 diff --git a/google-cloud-automl-v1beta1/snippets/automl/update_column_spec.rb b/google-cloud-automl-v1beta1/snippets/automl/update_column_spec.rb old mode 100755 new mode 100644 diff --git a/google-cloud-automl-v1beta1/snippets/automl/update_dataset.rb b/google-cloud-automl-v1beta1/snippets/automl/update_dataset.rb old mode 100755 new mode 100644 diff --git a/google-cloud-automl-v1beta1/snippets/automl/update_table_spec.rb b/google-cloud-automl-v1beta1/snippets/automl/update_table_spec.rb old mode 100755 new mode 100644 diff --git a/google-cloud-automl-v1beta1/snippets/prediction_service/batch_predict.rb b/google-cloud-automl-v1beta1/snippets/prediction_service/batch_predict.rb old mode 100755 new mode 100644 diff --git a/google-cloud-automl-v1beta1/snippets/prediction_service/predict.rb b/google-cloud-automl-v1beta1/snippets/prediction_service/predict.rb old mode 100755 new mode 100644