public sealed class CheckValidCredsResponse : IMessage<CheckValidCredsResponse>, IEquatable<CheckValidCredsResponse>, IDeepCloneable<CheckValidCredsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google BigQuery Data Transfer v1 API class CheckValidCredsResponse.
A response indicating whether the credentials exist and are valid.
[[["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-04-01 UTC."],[[["This webpage provides documentation for the `CheckValidCredsResponse` class within the Google BigQuery Data Transfer v1 API, specifically for the .NET environment."],["The `CheckValidCredsResponse` class is a response type indicating whether credentials for a data transfer are valid and available, as outlined in the API."],["The documentation lists various versions of the `CheckValidCredsResponse` class, ranging from version 3.1.0 up to 4.10.0, with 4.10.0 being the latest version."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provide different functionalities like message handling, comparison, deep cloning, and buffering."],["It has a single property, `HasValidCreds`, which is a boolean that returns true if the credentials exist and are valid, and also offers two constructors for creating instances."]]],[]]