Class: Google::Cloud::Bigquery::Datatransfer::V1::CheckValidCredsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::Datatransfer::V1::CheckValidCredsRequest
- Defined in:
- lib/google/cloud/bigquery/data_transfer/v1/doc/google/cloud/bigquery/datatransfer/v1/datatransfer.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
-
#name ⇒ String
The data source in the form: +projects/project_id/dataSources/data_source_id+.
Instance Attribute Details
#name ⇒ String
Returns The data source in the form: +projects/project_id/dataSources/data_source_id+
466 |
# File 'lib/google/cloud/bigquery/data_transfer/v1/doc/google/cloud/bigquery/datatransfer/v1/datatransfer.rb', line 466 class CheckValidCredsRequest; end |