Class DataTransferServiceClient.ListDestinationsPage (1.73.0)

public static class DataTransferServiceClient.ListDestinationsPage extends AbstractPage<ListDestinationsRequest,ListDestinationsResponse,Destination,DataTransferServiceClient.ListDestinationsPage>

Inheritance

java.lang.Object > AbstractPage > DataTransferServiceClient.ListDestinationsPage

Methods

createPage(PageContext<ListDestinationsRequest,ListDestinationsResponse,Destination> context, ListDestinationsResponse response)

protected DataTransferServiceClient.ListDestinationsPage createPage(PageContext<ListDestinationsRequest,ListDestinationsResponse,Destination> context, ListDestinationsResponse response)
Parameters
Name Description
context PageContext<ListDestinationsRequest,ListDestinationsResponse,Destination>
response ListDestinationsResponse
Returns
Type Description
DataTransferServiceClient.ListDestinationsPage
Overrides

createPageAsync(PageContext<ListDestinationsRequest,ListDestinationsResponse,Destination> context, ApiFuture<ListDestinationsResponse> futureResponse)

public ApiFuture<DataTransferServiceClient.ListDestinationsPage> createPageAsync(PageContext<ListDestinationsRequest,ListDestinationsResponse,Destination> context, ApiFuture<ListDestinationsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListDestinationsRequest,ListDestinationsResponse,Destination>
futureResponse ApiFuture<ListDestinationsResponse>
Returns
Type Description
ApiFuture<ListDestinationsPage>
Overrides