Google BigQuery Connection V1 Client - Class CloudSqlCredential (1.5.0)

Reference documentation and code samples for the Google BigQuery Connection V1 Client class CloudSqlCredential.

Credential info for the Cloud SQL.

Generated from protobuf message google.cloud.bigquery.connection.v1.CloudSqlCredential

Namespace

Google \ Cloud \ BigQuery \ Connection \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ username string

The username for the credential.

↳ password string

The password for the credential.

getUsername

The username for the credential.

Returns
TypeDescription
string

setUsername

The username for the credential.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPassword

The password for the credential.

Returns
TypeDescription
string

setPassword

The password for the credential.

Parameter
NameDescription
var string
Returns
TypeDescription
$this