README.md in google-cloud-compute-v1-0.1.0 vs README.md in google-cloud-compute-v1-0.2.0
- old
+ new
@@ -1,13 +1,11 @@
-# Ruby Client for the Google Cloud Compute V1 API
+# Ruby Client for the Google Cloud Compute V1 (ALPHA) API
-API Client library for the Google Cloud Compute V1 API
+API Client library for the Google Cloud Compute V1 (ALPHA) API
-google-cloud-compute-v1 is the official client library for the Google Cloud Compute V1 API.
+google-cloud-compute-v1 is the official client library for the Google Cloud Compute V1 API. This library is considered to be in alpha. This means it is still a work-in-progress and under active development. Any release is subject to backwards-incompatible changes at any time.
-This library is considered to be in alpha. This means it is still a work-in-progress and under active development. Any release is subject to backwards-incompatible changes at any time.
-
https://github.com/googleapis/google-cloud-ruby
## Installation
```
@@ -18,25 +16,29 @@
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/compute.googleapis.com)
1. {file:AUTHENTICATION.md Set up authentication.}
## Quick Start
```ruby
require "google/cloud/compute/v1"
-client = ::Google::Cloud::Compute::V1::Addresses::Client.new
+client = ::Google::Cloud::Compute::V1::AcceleratorTypes::Rest::Client.new
request = my_create_request
response = client.aggregated_list request
```
View the [Client Library Documentation](https://googleapis.dev/ruby/google-cloud-compute-v1/latest)
for class and method documentation.
+See also the [Product Documentation](https://cloud.google.com/compute/)
+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,
or a [`Google::Cloud::Logging::Logger`](https://googleapis.dev/ruby/google-cloud-logging/latest)
@@ -61,13 +63,13 @@
end
```
## Supported Ruby Versions
-This library is supported on Ruby 2.4+.
+This library is supported on Ruby 2.5+.
Google provides official support for Ruby versions that are actively supported
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
-in security maintenance, and not end of life. Currently, this means Ruby 2.4
+in security maintenance, and not end of life. Currently, this means Ruby 2.5
and later. Older versions of Ruby _may_ still work, but are unsupported and not
recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details
about the Ruby support schedule.