public sealed class CheckValidCredsRequest : IMessage<CheckValidCredsRequest>, IEquatable<CheckValidCredsRequest>, IDeepCloneable<CheckValidCredsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google BigQuery Data Transfer v1 API class 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.
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}.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference documentation for the `CheckValidCredsRequest` class within the Google BigQuery Data Transfer v1 API, and describes a request to verify user credentials."],["The `CheckValidCredsRequest` class is used to determine if a user has valid credentials, primarily to minimize OAuth popups, and the user's ID is inferred from the API call context."],["The documentation details the class's inheritance, its implementation of interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IMessage`, and its association with the `Google.Cloud.BigQuery.DataTransfer.V1` namespace."],["The documentation covers the available versions from 3.1.0 up to the latest 4.10.0 version, and outlines the constructors and properties including `DataSourceName` and `Name`, the latter being a string that takes the data source in a specified format."],["The method will return false if the data source has the Google+ authorization type because it cannot be determined if the credentials are valid based on the user ID alone."]]],[]]