Module: Gcloud

Defined in:
lib/gcloud.rb,
lib/gcloud/version.rb

Overview

Gcloud

The gcloud gem and Gcloud namespace are now deprecated.

The current gcloud gem exists only to facilitate the timely transition of legacy code from the deprecated Gcloud namespace to the new Google::Cloud namespace. Please see the top-level project README for current information about using the google-cloud umbrella gem and the individual service gems.

This module exists to facilitate the transition of legacy code using the Gcloud namespace to the current Google::Cloud namespace.

BigQuery Example

require "gcloud"

gcloud = Gcloud.new
bigquery = gcloud.bigquery
dataset = bigquery.dataset "my-dataset"
table = dataset.table "my-table"
table.data.each do |row|
  puts row
end

Constant Summary collapse

GCLOUD_VERSION =
"0.23.4".freeze