Reference documentation and code samples for the Google Cloud Network Services V1 Client class ListGatewaysRequest.
Request used with the ListGateways method.
Generated from protobuf message google.cloud.networkservices.v1.ListGatewaysRequest
Namespace
Google \ Cloud \ NetworkServices \ V1Methods
__construct
Constructor.
data
mixed
getParent
Required. The project and location from which the Gateways should be
listed, specified in the format projects/*/locations/*
.
string
setParent
Required. The project and location from which the Gateways should be
listed, specified in the format projects/*/locations/*
.
var
string
$this
getPageSize
Maximum number of Gateways to return per call.
int
setPageSize
Maximum number of Gateways to return per call.
var
int
$this
getPageToken
The value returned by the last ListGatewaysResponse
Indicates that this is a continuation of a prior ListGateways
call,
and that the system should return the next page of data.
string
setPageToken
The value returned by the last ListGatewaysResponse
Indicates that this is a continuation of a prior ListGateways
call,
and that the system should return the next page of data.
var
string
$this
static::build
parent
string
Required. The project and location from which the Gateways should be
listed, specified in the format projects/*/locations/*
. Please see NetworkServicesClient::locationName()
for help formatting this field.

