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 .NET."],["The class `CheckValidCredsResponse` is designed to return a response indicating whether credentials exist and are valid, through its `HasValidCreds` property."],["The documentation lists various versions of the API, from 3.1.0 to the latest 4.10.0, allowing users to navigate through different releases."],["The `CheckValidCredsResponse` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provide functionalities like message manipulation and cloning."],["The class inherits from the `object` class, and includes inherited members like `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]