Class: Google::Apis::BigquerydatatransferV1::CheckValidCredsRequest
- Inherits:
-
Object
- Object
- Google::Apis::BigquerydatatransferV1::CheckValidCredsRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/bigquerydatatransfer_v1/classes.rb,
generated/google/apis/bigquerydatatransfer_v1/representations.rb,
generated/google/apis/bigquerydatatransfer_v1/representations.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 Method Summary collapse
-
#initialize(**args) ⇒ CheckValidCredsRequest
constructor
A new instance of CheckValidCredsRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ CheckValidCredsRequest
Returns a new instance of CheckValidCredsRequest.
33 34 35 |
# File 'generated/google/apis/bigquerydatatransfer_v1/classes.rb', line 33 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
38 39 |
# File 'generated/google/apis/bigquerydatatransfer_v1/classes.rb', line 38 def update!(**args) end |