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
Methods
__construct
Constructor.
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.
string
setParent
Required. The project and location from which the routes should be listed.
var
string
$this
getPageSize
Maximum number of functions to return per call.
int
setPageSize
Maximum number of functions to return per call.
var
int
$this
getPageToken
Continuation token.
string
setPageToken
Continuation token.
var
string
$this