{"id":92916,"library":"google-apis-storage-v1","title":"Google APIs Storage V1","description":"Simple REST client for accessing the Cloud Storage JSON API V1, handling authentication, pagination, retry, timeouts, and logging.","status":"active","version":"0.63.0","language":"ruby","source_language":null,"source_url":"https://github.com/googleapis/google-api-ruby-client","tags":["google","cloud-storage","api-client","rest","gcp"],"install":[{"cmd":"gem install google-apis-storage_v1","lang":"bash","label":"gem install"},{"cmd":"# Gemfile\ngem 'google-apis-storage_v1', '~> 0.63.0'","lang":"ruby","label":"Gemfile"}],"dependencies":[],"imports":[{"symbol":"Google::Apis::StorageV1","correct":"require 'google/apis/storage_v1'"}],"quickstart":{"code":"require 'google/apis/storage_v1'\n\nstorage = Google::Apis::StorageV1::StorageService.new\nstorage.authorization = Google::Auth::ServiceAccountCredentials.make_creds(\n  json_key_io: File.open('service-account-key.json'),\n  scope: 'https://www.googleapis.com/auth/devstorage.read_only'\n)\nbuckets = storage.list_buckets('my-project')\nputs buckets.items.map(&:name)","lang":"ruby","description":"Lists all buckets in a GCP project using the Cloud Storage JSON API."},"warnings":[],"env_vars":null,"search_vec":"'access':9 'api':2,14,28 'api-cli':27 'authent':17 'client':7,29 'cloud':11,25 'cloud-storag':24 'gcp':31 'googl':1,23 'handl':16 'json':13 'log':22 'pagin':18 'rest':6,30 'retri':19 'simpl':5 'storag':3,12,26 'timeout':20 'v1':4,15","created_at":"2026-06-19T09:40:13.841998+00:00","updated_at":"2026-06-19T09:40:13.841998+00:00","problems":[],"ecosystem":"rubygems","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/google/google-api-ruby-client","github":"https://github.com/googleapis/google-api-ruby-client","docs":"http://www.rubydoc.info/gems/google-apis-storage_v1/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["cloud","networking"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-19","next_check":"2026-12-16","install_tag":null}}