README.md in google-cloud-optimization-v1-0.1.0 vs README.md in google-cloud-optimization-v1-0.1.1

- old
+ new

@@ -1,15 +1,15 @@ -# Ruby Client for the Google Cloud Optimization V1 API +# Ruby Client for the Cloud Optimization V1 API -API Client library for the Google Cloud Optimization V1 API +API Client library for the Cloud Optimization V1 API -google-cloud-optimization-v1 is the official client library for the Google Cloud Optimization V1 API. +Cloud Optimization API provides a portfolio of solvers to address common optimization use cases starting with optimal route planning for vehicle fleets. https://github.com/googleapis/google-cloud-ruby This gem is a _versioned_ client. It provides basic client classes for a -specific version of the Google Cloud Optimization V1 API. Most users should consider using +specific version of the Cloud Optimization V1 API. Most users should consider using the main client gem, [google-cloud-optimization](https://rubygems.org/gems/google-cloud-optimization). See the section below titled *Which client should I use?* for more information. ## Installation @@ -22,10 +22,11 @@ In order to use this library, you first need to go through the following steps: 1. [Select or create a Cloud Platform project.](https://console.cloud.google.com/project) 1. [Enable billing for your project.](https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project) +1. [Enable the API.](https://console.cloud.google.com/apis/library/cloudoptimization.googleapis.com) 1. {file:AUTHENTICATION.md Set up authentication.} ## Quick Start ```ruby @@ -36,9 +37,12 @@ response = client.optimize_tours request ``` View the [Client Library Documentation](https://cloud.google.com/ruby/docs/reference/google-cloud-optimization-v1/latest) for class and method documentation. + +See also the [Product Documentation](https://cloud.google.com/optimization) +for general usage information. ## Enabling Logging To enable logging for this library, set the logger for the underlying [gRPC](https://github.com/grpc/grpc/tree/master/src/ruby) library. The logger that you set may be a Ruby stdlib [`Logger`](https://ruby-doc.org/stdlib/libdoc/logger/rdoc/Logger.html) as shown below,