Reference documentation and code samples for the Google Cloud Network Services V1 Client class ListTcpRoutesRequest.
Request used with the ListTcpRoutes method.
Generated from protobuf message google.cloud.networkservices.v1.ListTcpRoutesRequest
Namespace
Google \ Cloud \ NetworkServices \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The project and location from which the TcpRoutes should be listed, specified in the format projects/*/locations/global
.
↳ page_size
int
Maximum number of TcpRoutes to return per call.
↳ page_token
string
The value returned by the last ListTcpRoutesResponse
Indicates that this is a continuation of a prior ListTcpRoutes
call, and that the system should return the next page of data.
getParent
Required. The project and location from which the TcpRoutes should be
listed, specified in the format projects/*/locations/global
.
string
setParent
Required. The project and location from which the TcpRoutes should be
listed, specified in the format projects/*/locations/global
.
var
string
$this
getPageSize
Maximum number of TcpRoutes to return per call.
int
setPageSize
Maximum number of TcpRoutes to return per call.
var
int
$this
getPageToken
The value returned by the last ListTcpRoutesResponse
Indicates that this is a continuation of a prior ListTcpRoutes
call,
and that the system should return the next page of data.
string
setPageToken
The value returned by the last ListTcpRoutesResponse
Indicates that this is a continuation of a prior ListTcpRoutes
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 TcpRoutes should be
listed, specified in the format projects/*/locations/global
. Please see NetworkServicesClient::locationName()
for help formatting this field.