class Google::Apis::BigquerydatatransferV1::CheckValidCredsRequest
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.
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/bigquerydatatransfer_v1/classes.rb, line 33 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/bigquerydatatransfer_v1/classes.rb, line 38 def update!(**args) end