Registry / cloud / fog-google

fog-google

JSON →
library1.29.4rbrubygemsunverified

This library can be used as a module for `fog` or as standalone provider to use the Google Cloud in applications.

gem install fog-google
INSTALL
IMPORT
SIG · FOG-GOOGLE
F
fog-google
cloudrubyv1.29.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Fog::Google
require 'fog/google'

Connect to Google Cloud Compute and list servers.

require 'fog/google' connection = Fog::Compute::Google.new( google_project: 'my-project', google_client_email: 'email@project.iam.gserviceaccount.com', google_json_key_location: '/path/to/key.json' ) puts connection.servers
Debug
Known issues
breakingRequires Google Cloud service account credentials.
fix
Set up a service account and provide the JSON key file.
affects: all
Upgrade
Version history
1.29.4latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
18
Amazon
1
OpenAI (training)
1
Resources
fog-google — gem install fog-google · libregistry