Class PlacementServiceClient.ListPlacementsPage (0.17.0)

public static class PlacementServiceClient.ListPlacementsPage extends AbstractPage<ListPlacementsRequest,ListPlacementsResponse,Placement,PlacementServiceClient.ListPlacementsPage>

Inheritance

java.lang.Object > AbstractPage > PlacementServiceClient.ListPlacementsPage

Methods

createPage(PageContext<ListPlacementsRequest,ListPlacementsResponse,Placement> context, ListPlacementsResponse response)

protected PlacementServiceClient.ListPlacementsPage createPage(PageContext<ListPlacementsRequest,ListPlacementsResponse,Placement> context, ListPlacementsResponse response)
Overrides

createPageAsync(PageContext<ListPlacementsRequest,ListPlacementsResponse,Placement> context, ApiFuture<ListPlacementsResponse> futureResponse)

public ApiFuture<PlacementServiceClient.ListPlacementsPage> createPageAsync(PageContext<ListPlacementsRequest,ListPlacementsResponse,Placement> context, ApiFuture<ListPlacementsResponse> futureResponse)
Returns
Type Description
ApiFuture<ListPlacementsPage>
Overrides