Reference documentation and code samples for the Google BigQuery Connection V1 Client class CreateConnectionRequest.
The request for ConnectionService.CreateConnection.
Generated from protobuf message google.cloud.bigquery.connection.v1.CreateConnectionRequest
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. Parent resource name. Must be in the format |
↳ connection_id |
string
Optional. Connection id that should be assigned to the created connection. |
↳ connection |
Google\Cloud\BigQuery\Connection\V1\Connection
Required. Connection to create. |
getParent
Required. Parent resource name.
Must be in the format projects/{project_id}/locations/{location_id}
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
Required. Parent resource name.
Must be in the format projects/{project_id}/locations/{location_id}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getConnectionId
Optional. Connection id that should be assigned to the created connection.
| Returns | |
|---|---|
| Type | Description |
string |
|
setConnectionId
Optional. Connection id that should be assigned to the created connection.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getConnection
Required. Connection to create.
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\BigQuery\Connection\V1\Connection|null |
|
hasConnection
clearConnection
setConnection
Required. Connection to create.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\BigQuery\Connection\V1\Connection
|
| Returns | |
|---|---|
| Type | Description |
$this |
|