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 \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ has_valid_creds |
bool
If set to |
getHasValidCreds
If set to true, the credentials exist and are valid.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setHasValidCreds
If set to true, the credentials exist and are valid.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|