Class StorageTransferServiceClient.ListTransferJobsPage (1.95.0)

public static class StorageTransferServiceClient.ListTransferJobsPage extends AbstractPage<TransferProto.ListTransferJobsRequest,TransferProto.ListTransferJobsResponse,TransferTypes.TransferJob,StorageTransferServiceClient.ListTransferJobsPage>

Inheritance

java.lang.Object > AbstractPage > StorageTransferServiceClient.ListTransferJobsPage

Methods

createPage(@Nullable PageContext<TransferProto.ListTransferJobsRequest,TransferProto.ListTransferJobsResponse,TransferTypes.TransferJob> context, @Nullable TransferProto.ListTransferJobsResponse response)

protected StorageTransferServiceClient.ListTransferJobsPage createPage(@Nullable PageContext<TransferProto.ListTransferJobsRequest,TransferProto.ListTransferJobsResponse,TransferTypes.TransferJob> context, @Nullable TransferProto.ListTransferJobsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListTransferJobsRequest,ListTransferJobsResponse,TransferJob>
response @org.jspecify.annotations.Nullable com.google.storagetransfer.v1.proto.TransferProto.ListTransferJobsResponse
Returns
Type Description
StorageTransferServiceClient.ListTransferJobsPage
Overrides

createPageAsync(@Nullable PageContext<TransferProto.ListTransferJobsRequest,TransferProto.ListTransferJobsResponse,TransferTypes.TransferJob> context, ApiFuture<TransferProto.ListTransferJobsResponse> futureResponse)

public ApiFuture<StorageTransferServiceClient.ListTransferJobsPage> createPageAsync(@Nullable PageContext<TransferProto.ListTransferJobsRequest,TransferProto.ListTransferJobsResponse,TransferTypes.TransferJob> context, ApiFuture<TransferProto.ListTransferJobsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListTransferJobsRequest,ListTransferJobsResponse,TransferJob>
futureResponse ApiFuture<ListTransferJobsResponse>
Returns
Type Description
ApiFuture<ListTransferJobsPage>
Overrides