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.
Implements
IMessage<CheckValidCredsResponse>, IEquatable<CheckValidCredsResponse>, IDeepCloneable<CheckValidCredsResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.DataTransfer.V1Assembly
Google.Cloud.BigQuery.DataTransfer.V1.dll
Constructors
CheckValidCredsResponse()
public CheckValidCredsResponse()
CheckValidCredsResponse(CheckValidCredsResponse)
public CheckValidCredsResponse(CheckValidCredsResponse other)
Parameter | |
---|---|
Name | Description |
other | CheckValidCredsResponse |
Properties
HasValidCreds
public bool HasValidCreds { get; set; }
If set to true
, the credentials exist and are valid.
Property Value | |
---|---|
Type | Description |
Boolean |