class Google::Cloud::Storage::Credentials


storage.project_id #=> “my-project”
)
credentials: creds
project_id: “my-project”,
storage = Google::Cloud::Storage.new(
creds = Google::Cloud::Storage::Credentials.new keyfile
keyfile = “/path/to/keyfile.json”
require “google/cloud/storage”
@example
Storage API.
Represents the authentication and authorization used to connect to the
# Credentials
#