OVERVIEW.md in google-apis-clouddeploy_v1-0.28.0 vs OVERVIEW.md in google-apis-clouddeploy_v1-0.29.0
- old
+ new
@@ -1,8 +1,8 @@
-# Simple REST client for version V1 of the Google Cloud Deploy API
+# Simple REST client for version V1 of the Cloud Deploy API
-This is a simple client library for version V1 of the Google Cloud Deploy API. It provides:
+This is a simple client library for version V1 of the Cloud Deploy API. It provides:
* A client object that connects to the HTTP/JSON REST endpoint for the service.
* Ruby objects for data structures related to the service.
* Integration with the googleauth gem for authentication using OAuth, API keys, and service accounts.
* Control of retry, pagination, and timeouts.
@@ -63,10 +63,10 @@
* The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
* The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
(Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Clouddeploy service in particular.)
-For reference information on specific calls in the Google Cloud Deploy API, see the {Google::Apis::ClouddeployV1::CloudDeployService class reference docs}.
+For reference information on specific calls in the Cloud Deploy API, see the {Google::Apis::ClouddeployV1::CloudDeployService class reference docs}.
## Which client should I use?
Google provides two types of Ruby API client libraries: **simple REST clients** and **modern clients**.