Reference documentation and code samples for the Google BigQuery Connection V1 Client class GetConnectionRequest.
The request for ConnectionService.GetConnection.
Generated from protobuf message google.cloud.bigquery.connection.v1.GetConnectionRequest
Namespace
Google \ Cloud \ BigQuery \ Connection \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. Name of the requested connection, for example: |
getName
Required. Name of the requested connection, for example:
projects/{project_id}/locations/{location_id}/connections/{connection_id}
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. Name of the requested connection, for example:
projects/{project_id}/locations/{location_id}/connections/{connection_id}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
name |
string
Required. Name of the requested connection, for example:
|
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\BigQuery\Connection\V1\GetConnectionRequest |
|