Class: Google::Cloud::Bigquery::DataTransfer::V1::CheckValidCredsRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/bigquery/data_transfer/v1/doc/google/cloud/bigquery/data_transfer/v1/data_transfer.rb

Overview

A request to determine whether the user has valid credentials. This method is used to limit the number of OAuth popups in the user interface. The user id is inferred from the API call context. If the data source has the Google+ authorization type, this method returns false, as it cannot be determined whether the credentials are already valid merely based on the user id.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

Returns The data source in the form: +projects/{project_id}/dataSources/{data_source_id}+.

Returns:

  • (String)

    The data source in the form: +projects/{project_id}/dataSources/{data_source_id}+



468
# File 'lib/google/cloud/bigquery/data_transfer/v1/doc/google/cloud/bigquery/data_transfer/v1/data_transfer.rb', line 468

class CheckValidCredsRequest; end