Class PlacementServiceClient.ListPlacementsPage (0.3.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)
Parameters
Name Description
context PageContext<ListPlacementsRequest,ListPlacementsResponse,Placement>
response ListPlacementsResponse
Returns
Type Description
PlacementServiceClient.ListPlacementsPage
Overrides

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

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