Reference documentation and code samples for the Google BigQuery Connection V1 Client class ListConnectionsRequest.
The request for ConnectionService.ListConnections.
Generated from protobuf message google.cloud.bigquery.connection.v1.ListConnectionsRequest
Namespace
Google \ Cloud \ BigQuery \ Connection \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. Parent resource name. Must be in the form: |
↳ page_size |
int
Required. Page size. |
↳ page_token |
string
Page token. |
getParent
Required. Parent resource name.
Must be in the form: projects/{project_id}/locations/{location_id}
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
Required. Parent resource name.
Must be in the form: projects/{project_id}/locations/{location_id}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPageSize
Required. Page size.
| Returns | |
|---|---|
| Type | Description |
int |
|
setPageSize
Required. Page size.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPageToken
Page token.
| Returns | |
|---|---|
| Type | Description |
string |
|
setPageToken
Page token.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
parent |
string
Required. Parent resource name.
Must be in the form: |
| Returns | |
|---|---|
| Type | Description |
ListConnectionsRequest |
|