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 diff --git a/google-cloud-run-client/.OwlBot.yaml b/google-cloud-run-client/.OwlBot.yaml deleted file mode 100644 index b31822ac4974..000000000000 --- a/google-cloud-run-client/.OwlBot.yaml +++ /dev/null @@ -1,3 +0,0 @@ -deep-copy-regex: - - source: /google/cloud/run/[^/]+-ruby/(.*) - dest: /owl-bot-staging/google-cloud-run-client/$1 diff --git a/google-cloud-run-client/.owlbot-manifest.json b/google-cloud-run-client/.owlbot-manifest.json deleted file mode 100644 index 278c0003684d..000000000000 --- a/google-cloud-run-client/.owlbot-manifest.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "generated": [ - ".gitignore", - ".repo-metadata.json", - ".rubocop.yml", - ".toys.rb", - ".yardopts", - "AUTHENTICATION.md", - "CHANGELOG.md", - "Gemfile", - "LICENSE.md", - "README.md", - "Rakefile", - "google-cloud-run-client.gemspec", - "lib/google-cloud-run-client.rb", - "lib/google/cloud/run.rb", - "test/google/cloud/run/client_test.rb", - "test/google/cloud/run/version_test.rb", - "test/helper.rb" - ], - "static": [ - ".OwlBot.yaml", - ".owlbot.rb", - "Gemfile.lock", - "lib/google/cloud/run/client/version.rb" - ] -} diff --git a/google-cloud-run-client/.owlbot.rb b/google-cloud-run-client/.owlbot.rb deleted file mode 100644 index 068f7bc8b284..000000000000 --- a/google-cloud-run-client/.owlbot.rb +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 2022 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. - -# This client is generated originally as "google-cloud-run", but we're renaming -# it to "google-cloud-run-client" because Rubygems already contains a gem named -# "google_cloud_run", and we can't release a gem with a name that close to an -# existing gem. To accomplish this change, we've renamed the directory to -# "google-cloud-run-client", and we're directing the owlbot postprocessor to -# update the gem name as follows. - -Dir.chdir OwlBot.staging_dir do - FileUtils.mv "google-cloud-run.gemspec", "google-cloud-run-client.gemspec" - FileUtils.mv "lib/google-cloud-run.rb", "lib/google-cloud-run-client.rb" - FileUtils.rm_f "lib/google/cloud/run/version.rb" -end - -file_paths = [ - ".repo-metadata.json", - ".rubocop.yml", - "AUTHENTICATION.md", - "Gemfile", - "google-cloud-run-client.gemspec", - "Rakefile", - "README.md", - %r{^lib/.+\.rb$}, - %r{^test/.+\.rb$} -] -OwlBot.modifier path: file_paths, name: "Rename gem" do |content| - content.gsub(/(?<=[^-\w])google-cloud-run(?=[^-\w])/, "google-cloud-run-client") - .gsub("google/cloud/run/version", "google/cloud/run/client/version") - .gsub("Google::Cloud::Run::VERSION", "Google::Cloud::Run::Client::VERSION") -end - -OwlBot.move_files diff --git a/google-cloud-run-client/.yardopts b/google-cloud-run-client/.yardopts index a35195cf2f13..5f44dfb03b89 100644 --- a/google-cloud-run-client/.yardopts +++ b/google-cloud-run-client/.yardopts @@ -1,5 +1,5 @@ --no-private ---title="Cloud Run API" +--title="Cloud Run Admin API" --exclude _pb\.rb$ --markup markdown --markup-provider redcarpet diff --git a/google-cloud-run-client/README.md b/google-cloud-run-client/README.md index a231a3d4ff2a..959136938599 100644 --- a/google-cloud-run-client/README.md +++ b/google-cloud-run-client/README.md @@ -1,8 +1,7 @@ -# Ruby Client for the Cloud Run API +# Ruby Client for the Cloud Run Admin API -API Client library for the Cloud Run API +Deploy and manage user provided container images that scale automatically based on incoming requests. The Cloud Run Admin API v1 follows the Knative Serving API specification, while v2 is aligned with Google Cloud AIP-based API standards, as described in https://google.aip.dev/. -Cloud Run deploys and manages user provided container images that scale automatically based on incoming requests. Actual client classes for the various versions of this API are defined in _versioned_ client gems, with names of the form `google-cloud-run-v*`. @@ -18,9 +17,6 @@ themselves can be found in the client library documentation for the versioned client gems: [google-cloud-run-v2](https://cloud.google.com/ruby/docs/reference/google-cloud-run-v2/latest). -See also the [Product Documentation](https://cloud.google.com/run) -for more usage information. - ## Quick Start ``` diff --git a/google-cloud-run-client/google-cloud-run-client.gemspec b/google-cloud-run-client/google-cloud-run-client.gemspec index 4cd9f2f43510..940ebea4a039 100644 --- a/google-cloud-run-client/google-cloud-run-client.gemspec +++ b/google-cloud-run-client/google-cloud-run-client.gemspec @@ -9,8 +9,8 @@ Gem::Specification.new do |gem| gem.authors = ["Google LLC"] gem.email = "googleapis-packages@google.com" - gem.description = "Cloud Run deploys and manages user provided container images that scale automatically based on incoming requests." - gem.summary = "API Client library for the Cloud Run API" + gem.description = "Deploy and manage user provided container images that scale automatically based on incoming requests. The Cloud Run Admin API v1 follows the Knative Serving API specification, while v2 is aligned with Google Cloud AIP-based API standards, as described in https://google.aip.dev/." + gem.summary = "Deploy and manage user provided container images that scale automatically based on incoming requests. The Cloud Run Admin API v1 follows the Knative Serving API specification, while v2 is aligned with Google Cloud AIP-based API standards, as described in https://google.aip.dev/." gem.homepage = "https://github.com/googleapis/google-cloud-ruby" gem.license = "Apache-2.0" diff --git a/google-iam-client/.OwlBot.yaml b/google-iam-client/.OwlBot.yaml deleted file mode 100644 index d4afb7f9a6ee..000000000000 --- a/google-iam-client/.OwlBot.yaml +++ /dev/null @@ -1,3 +0,0 @@ -deep-copy-regex: - - source: /google/iam/[^/]+-ruby/(.*) - dest: /owl-bot-staging/google-iam-client/$1 diff --git a/google-iam-client/.owlbot-manifest.json b/google-iam-client/.owlbot-manifest.json deleted file mode 100644 index 4239c2da9193..000000000000 --- a/google-iam-client/.owlbot-manifest.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "generated": [ - ".gitignore", - ".repo-metadata.json", - ".rubocop.yml", - ".toys.rb", - ".yardopts", - "AUTHENTICATION.md", - "CHANGELOG.md", - "Gemfile", - "LICENSE.md", - "README.md", - "Rakefile", - "google-iam-client.gemspec", - "lib/google-iam-client.rb", - "lib/google/iam.rb", - "test/google/iam/client_test.rb", - "test/google/iam/version_test.rb", - "test/helper.rb" - ], - "static": [ - ".OwlBot.yaml", - ".owlbot.rb", - "Gemfile.lock", - "lib/google/iam/client/version.rb" - ] -} diff --git a/google-iam-client/.owlbot.rb b/google-iam-client/.owlbot.rb deleted file mode 100644 index 6fd7054e38b6..000000000000 --- a/google-iam-client/.owlbot.rb +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 2022 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. - -# This client is generated originally as "google-iam", but we're renaming -# it to "google-iam-client" because Rubygems already contains a gem named -# "google-iam". To accomplish this change, we've renamed the directory to -# "google-iam-client", and we're directing the owlbot postprocessor to update -# the gem name as follows. - -Dir.chdir OwlBot.staging_dir do - FileUtils.mv "google-iam.gemspec", "google-iam-client.gemspec" - FileUtils.mv "lib/google-iam.rb", "lib/google-iam-client.rb" - FileUtils.rm_f "lib/google/iam/version.rb" -end - -file_paths = [ - ".repo-metadata.json", - ".rubocop.yml", - "AUTHENTICATION.md", - "Gemfile", - "google-iam-client.gemspec", - "Rakefile", - "README.md", - %r{^lib/.+\.rb$}, - %r{^test/.+\.rb$} -] -OwlBot.modifier path: file_paths, name: "Rename gem" do |content| - content.gsub(/(?<=[^-\w])google-iam(?=[^-\w])/, "google-iam-client") - .gsub("google/iam/version", "google/iam/client/version") - .gsub("Google::Iam::VERSION", "Google::Iam::Client::VERSION") -end - -OwlBot.move_files diff --git a/google-iam-client/.yardopts b/google-iam-client/.yardopts index 361931405491..a026b30c481b 100644 --- a/google-iam-client/.yardopts +++ b/google-iam-client/.yardopts @@ -1,5 +1,5 @@ --no-private ---title="IAM API" +--title="Identity and Access Management (IAM) API" --exclude _pb\.rb$ --markup markdown --markup-provider redcarpet diff --git a/google-iam-client/README.md b/google-iam-client/README.md index d38eb6aaa378..372f313fa06d 100644 --- a/google-iam-client/README.md +++ b/google-iam-client/README.md @@ -1,8 +1,7 @@ -# Ruby Client for the IAM API +# Ruby Client for the Identity and Access Management (IAM) API -API Client library for the IAM API +Manages identity and access control for Google Cloud Platform resources, including the creation of service accounts, which you can use to authenticate to Google and make API calls. -Manages identity and access control policies for Google Cloud Platform resources. Actual client classes for the various versions of this API are defined in _versioned_ client gems, with names of the form `google-iam-v*`. @@ -18,9 +17,6 @@ themselves can be found in the client library documentation for the versioned client gems: [google-iam-v2](https://rubydoc.info/gems/google-iam-v2). -See also the [Product Documentation](https://cloud.google.com/iam) -for more usage information. - ## Quick Start ``` diff --git a/google-iam-client/google-iam-client.gemspec b/google-iam-client/google-iam-client.gemspec index 7595bfd9cccc..d39e5ddce787 100644 --- a/google-iam-client/google-iam-client.gemspec +++ b/google-iam-client/google-iam-client.gemspec @@ -9,8 +9,8 @@ Gem::Specification.new do |gem| gem.authors = ["Google LLC"] gem.email = "googleapis-packages@google.com" - gem.description = "Manages identity and access control policies for Google Cloud Platform resources." - gem.summary = "API Client library for the IAM API" + gem.description = "Manages identity and access control for Google Cloud Platform resources, including the creation of service accounts, which you can use to authenticate to Google and make API calls." + gem.summary = "Manages identity and access control for Google Cloud Platform resources, including the creation of service accounts, which you can use to authenticate to Google and make API calls." gem.homepage = "https://github.com/googleapis/google-cloud-ruby" gem.license = "Apache-2.0" diff --git a/librarian.yaml b/librarian.yaml index ebdf787ab818..31717327140b 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: @@ -2953,9 +2951,11 @@ libraries: version: 1.8.1 apis: - path: google/cloud/run/v2 + ruby: + ruby_cloud_opts: + ruby-cloud-renamed-from: google-cloud-run keep: - lib/google/cloud/run/client/version.rb - skip_generate: true ruby: wrapper_of: - v2:0.17 @@ -4259,9 +4259,11 @@ libraries: version: 1.3.1 apis: - path: google/iam/v2 + ruby: + ruby_cloud_opts: + ruby-cloud-renamed-from: google-iam keep: - lib/google/iam/client/version.rb - skip_generate: true ruby: wrapper_of: - v2:0.5