Google Cloud Vpc Access V1 Client - Class ListConnectorsRequest (1.2.2)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
string

setParent

Required. The project and location from which the routes should be listed.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPageSize

Maximum number of functions to return per call.

Returns
TypeDescription
int

setPageSize

Maximum number of functions to return per call.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getPageToken

Continuation token.

Returns
TypeDescription
string

setPageToken

Continuation token.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
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
TypeDescription
Google\Cloud\VpcAccess\V1\ListConnectorsRequest