Class NetworkServicesClient.ListMeshesPage (0.51.0)

public static class NetworkServicesClient.ListMeshesPage extends AbstractPage<ListMeshesRequest,ListMeshesResponse,Mesh,NetworkServicesClient.ListMeshesPage>

Inheritance

java.lang.Object > AbstractPage > NetworkServicesClient.ListMeshesPage

Methods

createPage(@Nullable PageContext<ListMeshesRequest,ListMeshesResponse,Mesh> context, @Nullable ListMeshesResponse response)

protected NetworkServicesClient.ListMeshesPage createPage(@Nullable PageContext<ListMeshesRequest,ListMeshesResponse,Mesh> context, @Nullable ListMeshesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListMeshesRequest,ListMeshesResponse,Mesh>
response @org.jspecify.annotations.Nullable com.google.cloud.networkservices.v1.ListMeshesResponse
Returns
Type Description
NetworkServicesClient.ListMeshesPage
Overrides

createPageAsync(@Nullable PageContext<ListMeshesRequest,ListMeshesResponse,Mesh> context, ApiFuture<ListMeshesResponse> futureResponse)

public ApiFuture<NetworkServicesClient.ListMeshesPage> createPageAsync(@Nullable PageContext<ListMeshesRequest,ListMeshesResponse,Mesh> context, ApiFuture<ListMeshesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListMeshesRequest,ListMeshesResponse,Mesh>
futureResponse ApiFuture<ListMeshesResponse>
Returns
Type Description
ApiFuture<ListMeshesPage>
Overrides