BigQuery Data Transfer V1 Client - Class CheckValidCredsResponse (1.3.8)

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

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.

Generated from protobuf field bool has_valid_creds = 1;

Returns
TypeDescription
bool

setHasValidCreds

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

Generated from protobuf field bool has_valid_creds = 1;

Parameter
NameDescription
var bool
Returns
TypeDescription
$this