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.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ CheckValidCredsRequest
Returns a new instance of CheckValidCredsRequest
34 35 36 |
# File 'generated/google/apis/bigquerydatatransfer_v1/classes.rb', line 34 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
39 40 |
# File 'generated/google/apis/bigquerydatatransfer_v1/classes.rb', line 39 def update!(**args) end |