Class DataTransferServiceClient.ListMulticloudDataTransferSupportedServicesPage (1.94.0)

public static class DataTransferServiceClient.ListMulticloudDataTransferSupportedServicesPage extends AbstractPage<ListMulticloudDataTransferSupportedServicesRequest,ListMulticloudDataTransferSupportedServicesResponse,MulticloudDataTransferSupportedService,DataTransferServiceClient.ListMulticloudDataTransferSupportedServicesPage>

Inheritance

java.lang.Object > AbstractPage > DataTransferServiceClient.ListMulticloudDataTransferSupportedServicesPage

Methods

createPage(@Nullable PageContext<ListMulticloudDataTransferSupportedServicesRequest,ListMulticloudDataTransferSupportedServicesResponse,MulticloudDataTransferSupportedService> context, @Nullable ListMulticloudDataTransferSupportedServicesResponse response)

protected DataTransferServiceClient.ListMulticloudDataTransferSupportedServicesPage createPage(@Nullable PageContext<ListMulticloudDataTransferSupportedServicesRequest,ListMulticloudDataTransferSupportedServicesResponse,MulticloudDataTransferSupportedService> context, @Nullable ListMulticloudDataTransferSupportedServicesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListMulticloudDataTransferSupportedServicesRequest,ListMulticloudDataTransferSupportedServicesResponse,MulticloudDataTransferSupportedService>
response @org.jspecify.annotations.Nullable com.google.cloud.networkconnectivity.v1.ListMulticloudDataTransferSupportedServicesResponse
Returns
Type Description
DataTransferServiceClient.ListMulticloudDataTransferSupportedServicesPage
Overrides

createPageAsync(@Nullable PageContext<ListMulticloudDataTransferSupportedServicesRequest,ListMulticloudDataTransferSupportedServicesResponse,MulticloudDataTransferSupportedService> context, ApiFuture<ListMulticloudDataTransferSupportedServicesResponse> futureResponse)

public ApiFuture<DataTransferServiceClient.ListMulticloudDataTransferSupportedServicesPage> createPageAsync(@Nullable PageContext<ListMulticloudDataTransferSupportedServicesRequest,ListMulticloudDataTransferSupportedServicesResponse,MulticloudDataTransferSupportedService> context, ApiFuture<ListMulticloudDataTransferSupportedServicesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListMulticloudDataTransferSupportedServicesRequest,ListMulticloudDataTransferSupportedServicesResponse,MulticloudDataTransferSupportedService>
futureResponse ApiFuture<ListMulticloudDataTransferSupportedServicesResponse>
Returns
Type Description
ApiFuture<ListMulticloudDataTransferSupportedServicesPage>
Overrides