Google BigQuery Data Transfer v1 API - Class CheckValidCredsResponse (4.8.0)

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.

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
bool