Reference documentation and code samples for the Google Cloud Network Services V1 Client class ListMeshesRequest.
Request used with the ListMeshes method.
Generated from protobuf message google.cloud.networkservices.v1.ListMeshesRequest
Namespace
Google \ Cloud \ NetworkServices \ V1Methods
__construct
Constructor.
data
mixed
getParent
Required. The project and location from which the Meshes should be
listed, specified in the format projects/*/locations/global
.
string
setParent
Required. The project and location from which the Meshes should be
listed, specified in the format projects/*/locations/global
.
var
string
$this
getPageSize
Maximum number of Meshes to return per call.
int
setPageSize
Maximum number of Meshes to return per call.
var
int
$this
getPageToken
The value returned by the last ListMeshesResponse
Indicates that this is a continuation of a prior ListMeshes
call,
and that the system should return the next page of data.
string
setPageToken
The value returned by the last ListMeshesResponse
Indicates that this is a continuation of a prior ListMeshes
call,
and that the system should return the next page of data.
var
string
$this
getReturnPartialSuccess
Optional. If true, allow partial responses for multi-regional Aggregated List requests. Otherwise if one of the locations is down or unreachable, the Aggregated List request will fail.
bool
setReturnPartialSuccess
Optional. If true, allow partial responses for multi-regional Aggregated List requests. Otherwise if one of the locations is down or unreachable, the Aggregated List request will fail.
var
bool
$this
static::build
parent
string
Required. The project and location from which the Meshes should be
listed, specified in the format projects/*/locations/global
. Please see NetworkServicesClient::locationName()
for help formatting this field.

