Reference documentation and code samples for the Google Cloud Vpc Access V1 Client class ListConnectorsRequest.
Request for listing Serverless VPC Access connectors in a location.
Generated from protobuf message google.cloud.vpcaccess.v1.ListConnectorsRequest
Namespace
Google \ Cloud \ VpcAccess \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The project and location from which the routes should be listed. |
↳ page_size |
int
Maximum number of functions to return per call. |
↳ page_token |
string
Continuation token. |
getParent
Required. The project and location from which the routes should be listed.
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
Required. The project and location from which the routes should be listed.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPageSize
Maximum number of functions to return per call.
| Returns | |
|---|---|
| Type | Description |
int |
|
setPageSize
Maximum number of functions to return per call.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPageToken
Continuation token.
| Returns | |
|---|---|
| Type | Description |
string |
|
setPageToken
Continuation token.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
parent |
string
Required. The project and location from which the routes should be listed. Please see Google\Cloud\VpcAccess\V1\VpcAccessServiceClient::locationName() for help formatting this field. |
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\VpcAccess\V1\ListConnectorsRequest |
|