API 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.
https://github.com/googleapis/google-cloud-ruby
$ gem install google-cloud-compute-v1
In order to use this library, you first need to go through the following steps:
- Select or create a Cloud Platform project.
- Enable billing for your project.
- Enable the API.
- Set up authentication.
require "google/cloud/compute/v1"
client = ::Google::Cloud::Compute::V1::AcceleratorTypes::Rest::Client.new
request = ::Google::Cloud::Compute::V1::AggregatedListAcceleratorTypesRequest.new # (request fields as keyword arguments...)
response = client.aggregated_list request
View the Client Library Documentation for class and method documentation.
See also the Product Documentation for general usage information.
To browse ready to use code samples check Google Cloud Samples.
This library is supported on Ruby 2.6+.
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. 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.