BigQuery Data Transfer V1 Client - Class CheckValidCredsResponse (1.5.2)

Reference documentation and code samples for the BigQuery Data Transfer V1 Client class CheckValidCredsResponse.

A response indicating whether the credentials exist and are valid.

Generated from protobuf message google.cloud.bigquery.datatransfer.v1.CheckValidCredsResponse

Namespace

Google \ Cloud \ BigQuery \ DataTransfer \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ has_valid_creds bool

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

getHasValidCreds

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

Returns
TypeDescription
bool

setHasValidCreds

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

Parameter
NameDescription
var bool
Returns
TypeDescription
$this