Reference documentation and code samples for the Google Cloud Network Services V1 Client class ListMeshRouteViewsRequest.
Request used with the ListMeshRouteViews method.
Generated from protobuf message google.cloud.networkservices.v1.ListMeshRouteViewsRequest
Namespace
Google \ Cloud \ NetworkServices \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The Mesh to which a Route is associated. Format: projects/{project}/locations/{location}/meshes/{mesh}
↳ page_size
int
Maximum number of MeshRouteViews to return per call.
↳ page_token
string
The value returned by the last ListMeshRouteViewsResponse
Indicates that this is a continuation of a prior ListMeshRouteViews
call, and that the system should return the next page of data.
getParent
Required. The Mesh to which a Route is associated.
Format: projects/{project}/locations/{location}/meshes/{mesh}
string
setParent
Required. The Mesh to which a Route is associated.
Format: projects/{project}/locations/{location}/meshes/{mesh}
var
string
$this
getPageSize
Maximum number of MeshRouteViews to return per call.
int
setPageSize
Maximum number of MeshRouteViews to return per call.
var
int
$this
getPageToken
The value returned by the last ListMeshRouteViewsResponse
Indicates that this is a continuation of a prior ListMeshRouteViews
call,
and that the system should return the next page of data.
string
setPageToken
The value returned by the last ListMeshRouteViewsResponse
Indicates that this is a continuation of a prior ListMeshRouteViews
call,
and that the system should return the next page of data.
var
string
$this
static::build
parent
string
Required. The Mesh to which a Route is associated. Format: projects/{project}/locations/{location}/meshes/{mesh} Please see NetworkServicesClient::meshName() for help formatting this field.