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