Class DataTransferServiceClient.ListDestinationsPage (1.94.0)

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

Inheritance

java.lang.Object > AbstractPage > DataTransferServiceClient.ListDestinationsPage

Methods

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

protected DataTransferServiceClient.ListDestinationsPage createPage(@Nullable PageContext<ListDestinationsRequest,ListDestinationsResponse,Destination> context, @Nullable ListDestinationsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListDestinationsRequest,ListDestinationsResponse,Destination>
response @org.jspecify.annotations.Nullable com.google.cloud.networkconnectivity.v1beta.ListDestinationsResponse
Returns
Type Description
DataTransferServiceClient.ListDestinationsPage
Overrides

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

public ApiFuture<DataTransferServiceClient.ListDestinationsPage> createPageAsync(@Nullable PageContext<ListDestinationsRequest,ListDestinationsResponse,Destination> context, ApiFuture<ListDestinationsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListDestinationsRequest,ListDestinationsResponse,Destination>
futureResponse ApiFuture<ListDestinationsResponse>
Returns
Type Description
ApiFuture<ListDestinationsPage>
Overrides