Class: Gcloud::Bigquery::Credentials

Inherits:
Credentials show all
Defined in:
lib/gcloud/bigquery/credentials.rb

Overview

Represents the Oauth2 signing logic for Bigquery.

Constant Summary collapse

SCOPE =

:nodoc:

["https://www.googleapis.com/auth/bigquery"]
PATH_ENV_VARS =
%w(BIGQUERY_KEYFILE GCLOUD_KEYFILE GOOGLE_CLOUD_KEYFILE)
JSON_ENV_VARS =
%w(BIGQUERY_KEYFILE_JSON GCLOUD_KEYFILE_JSON
GOOGLE_CLOUD_KEYFILE_JSON)

Constants inherited from Credentials

Credentials::AUDIENCE, Credentials::DEFAULT_PATHS, Credentials::TOKEN_CREDENTIAL_URI

Instance Attribute Summary

Attributes inherited from Credentials

#client

Method Summary

Methods inherited from Credentials

default, #initialize

Constructor Details

This class inherits a constructor from Gcloud::Credentials