Class: Google::Cloud::Monitoring::Credentials
- Inherits:
-
Auth::Credentials
- Object
- Auth::Credentials
- Google::Cloud::Monitoring::Credentials
- Defined in:
- lib/google/cloud/monitoring/credentials.rb
Constant Summary collapse
- SCOPE =
[ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/monitoring", "https://www.googleapis.com/auth/monitoring.read", "https://www.googleapis.com/auth/monitoring.write" ].freeze
- PATH_ENV_VARS =
%w(MONITORING_KEYFILE GOOGLE_CLOUD_KEYFILE GCLOUD_KEYFILE)
- JSON_ENV_VARS =
%w(MONITORING_KEYFILE_JSON GOOGLE_CLOUD_KEYFILE_JSON GCLOUD_KEYFILE_JSON)
- DEFAULT_PATHS =
["~/.config/gcloud/application_default_credentials.json"]