Class CheckValidCredsResponse (3.3.0)

public sealed class CheckValidCredsResponse : IMessage<CheckValidCredsResponse>, IEquatable<CheckValidCredsResponse>, IDeepCloneable<CheckValidCredsResponse>, IBufferMessage, IMessage

A response indicating whether the credentials exist and are valid.

Inheritance

Object > CheckValidCredsResponse

Namespace

Google.Cloud.BigQuery.DataTransfer.V1

Assembly

Google.Cloud.BigQuery.DataTransfer.V1.dll

Constructors

CheckValidCredsResponse()

public CheckValidCredsResponse()

CheckValidCredsResponse(CheckValidCredsResponse)

public CheckValidCredsResponse(CheckValidCredsResponse other)
Parameter
NameDescription
otherCheckValidCredsResponse

Properties

HasValidCreds

public bool HasValidCreds { get; set; }

If set to true, the credentials exist and are valid.

Property Value
TypeDescription
Boolean