Sha256: 2cc60ef68eaf276fa72cdae06d432bcb56eb14eb01c846b29fe80b93a6391784

Contents?: true

Size: 1.75 KB

Versions: 17

Compression:

Stored size: 1.75 KB

Contents

# frozen_string_literal: true

# Copyright 2021 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

# Auto-generated by gapic-generator-ruby. DO NOT EDIT!

require "googleauth"

module Google
  module Cloud
    module Dataflow
      module V1beta3
        module TemplatesService
          # Credentials for the TemplatesService API.
          class Credentials < ::Google::Auth::Credentials
            self.scope = [
              "https://www.googleapis.com/auth/cloud-platform",
              "https://www.googleapis.com/auth/compute",
              "https://www.googleapis.com/auth/compute.readonly",
              "https://www.googleapis.com/auth/userinfo.email"
            ]
            self.env_vars = [
              "DATAFLOW_CREDENTIALS",
              "DATAFLOW_KEYFILE",
              "GOOGLE_CLOUD_CREDENTIALS",
              "GOOGLE_CLOUD_KEYFILE",
              "GCLOUD_KEYFILE",
              "DATAFLOW_CREDENTIALS_JSON",
              "DATAFLOW_KEYFILE_JSON",
              "GOOGLE_CLOUD_CREDENTIALS_JSON",
              "GOOGLE_CLOUD_KEYFILE_JSON",
              "GCLOUD_KEYFILE_JSON"
            ]
            self.paths = [
              "~/.config/google_cloud/application_default_credentials.json"
            ]
          end
        end
      end
    end
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
google-cloud-dataflow-v1beta3-0.10.0 lib/google/cloud/dataflow/v1beta3/templates_service/credentials.rb
google-cloud-dataflow-v1beta3-0.9.1 lib/google/cloud/dataflow/v1beta3/templates_service/credentials.rb
google-cloud-dataflow-v1beta3-0.9.0 lib/google/cloud/dataflow/v1beta3/templates_service/credentials.rb
google-cloud-dataflow-v1beta3-0.8.2 lib/google/cloud/dataflow/v1beta3/templates_service/credentials.rb
google-cloud-dataflow-v1beta3-0.8.1 lib/google/cloud/dataflow/v1beta3/templates_service/credentials.rb
google-cloud-dataflow-v1beta3-0.8.0 lib/google/cloud/dataflow/v1beta3/templates_service/credentials.rb
google-cloud-dataflow-v1beta3-0.7.0 lib/google/cloud/dataflow/v1beta3/templates_service/credentials.rb
google-cloud-dataflow-v1beta3-0.6.0 lib/google/cloud/dataflow/v1beta3/templates_service/credentials.rb
google-cloud-dataflow-v1beta3-0.5.0 lib/google/cloud/dataflow/v1beta3/templates_service/credentials.rb
google-cloud-dataflow-v1beta3-0.4.0 lib/google/cloud/dataflow/v1beta3/templates_service/credentials.rb
google-cloud-dataflow-v1beta3-0.3.0 lib/google/cloud/dataflow/v1beta3/templates_service/credentials.rb
google-cloud-dataflow-v1beta3-0.2.0 lib/google/cloud/dataflow/v1beta3/templates_service/credentials.rb
google-cloud-dataflow-v1beta3-0.1.4 lib/google/cloud/dataflow/v1beta3/templates_service/credentials.rb
google-cloud-dataflow-v1beta3-0.1.3 lib/google/cloud/dataflow/v1beta3/templates_service/credentials.rb
google-cloud-dataflow-v1beta3-0.1.2 lib/google/cloud/dataflow/v1beta3/templates_service/credentials.rb
google-cloud-dataflow-v1beta3-0.1.1 lib/google/cloud/dataflow/v1beta3/templates_service/credentials.rb
google-cloud-dataflow-v1beta3-0.1.0 lib/google/cloud/dataflow/v1beta3/templates_service/credentials.rb