Reference documentation and code samples for the Google BigQuery Connection V1 Client class ListConnectionsResponse.
The response for ConnectionService.ListConnections.
Generated from protobuf message google.cloud.bigquery.connection.v1.ListConnectionsResponse
Namespace
Google \ Cloud \ BigQuery \ Connection \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ next_page_token |
string
Next page token. |
↳ connections |
array<Google\Cloud\BigQuery\Connection\V1\Connection>
List of connections. |
getNextPageToken
Next page token.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNextPageToken
Next page token.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getConnections
List of connections.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setConnections
List of connections.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Google\Cloud\BigQuery\Connection\V1\Connection>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|