Sha256: e0b76616cb56aeec5a533a3af0f27126848fc9d4c1c705d81041b9e31fdb9d9d

Contents?: true

Size: 1.88 KB

Versions: 18

Compression:

Stored size: 1.88 KB

Contents

# Ruby Client for the Google Cloud Compute V1 API

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

## Installation

```
$ gem install google-cloud-compute-v1
```

## Before You Begin

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::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](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest)
for class and method documentation.

See also the [Product Documentation](https://cloud.google.com/compute/)
for general usage information.


## Google Cloud Samples

To browse ready to use code samples check [Google Cloud Samples](https://cloud.google.com/docs/samples).

## Supported Ruby Versions

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.

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
google-cloud-compute-v1-2.8.0 README.md
google-cloud-compute-v1-2.7.2 README.md
google-cloud-compute-v1-2.7.1 README.md
google-cloud-compute-v1-2.7.0 README.md
google-cloud-compute-v1-2.6.0 README.md
google-cloud-compute-v1-2.5.0 README.md
google-cloud-compute-v1-2.4.0 README.md
google-cloud-compute-v1-2.3.0 README.md
google-cloud-compute-v1-2.2.0 README.md
google-cloud-compute-v1-2.1.0 README.md
google-cloud-compute-v1-2.0.0 README.md
google-cloud-compute-v1-1.10.0 README.md
google-cloud-compute-v1-1.9.0 README.md
google-cloud-compute-v1-1.8.0 README.md
google-cloud-compute-v1-1.7.1 README.md
google-cloud-compute-v1-1.7.0 README.md
google-cloud-compute-v1-1.6.0 README.md
google-cloud-compute-v1-1.5.0 README.md