public sealed class CheckValidCredsResponse : IMessage<CheckValidCredsResponse>, IEquatable<CheckValidCredsResponse>, IDeepCloneable<CheckValidCredsResponse>, IBufferMessage, IMessage
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."],[[["The latest version available is 4.10.0, with a range of versions from 3.1.0 up to 4.10.0 being accessible."],["The `CheckValidCredsResponse` class, found within the `Google.Cloud.BigQuery.DataTransfer.V1` namespace, is used to determine the validity of credentials."],["The class `CheckValidCredsResponse` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, among others, and inherits members from the `Object` class."],["The `CheckValidCredsResponse` class includes a property called `HasValidCreds`, a boolean flag indicating whether the credentials are valid."],["There are two constructors for the class `CheckValidCredsResponse`, one default constructor without parameters, and one constructor that takes another `CheckValidCredsResponse` object as a parameter."]]],[]]