Class: Google::Cloud::Bigquery::DataTransfer::V1::CheckValidCredsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::DataTransfer::V1::CheckValidCredsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/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
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The data source in the form:
projects/{project_id}/dataSources/{data_source_id}
or
projects/{project_id}/locations/{location_id}/dataSources/{data_source_id}
.
596 597 598 599 |
# File 'proto_docs/google/cloud/bigquery/datatransfer/v1/datatransfer.rb', line 596 class CheckValidCredsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |