Class DataformClient.FetchRepositoryHistoryPage (0.94.0)

public static class DataformClient.FetchRepositoryHistoryPage extends AbstractPage<FetchRepositoryHistoryRequest,FetchRepositoryHistoryResponse,CommitLogEntry,DataformClient.FetchRepositoryHistoryPage>

Inheritance

java.lang.Object > AbstractPage > DataformClient.FetchRepositoryHistoryPage

Methods

createPage(@Nullable PageContext<FetchRepositoryHistoryRequest,FetchRepositoryHistoryResponse,CommitLogEntry> context, @Nullable FetchRepositoryHistoryResponse response)

protected DataformClient.FetchRepositoryHistoryPage createPage(@Nullable PageContext<FetchRepositoryHistoryRequest,FetchRepositoryHistoryResponse,CommitLogEntry> context, @Nullable FetchRepositoryHistoryResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<FetchRepositoryHistoryRequest,FetchRepositoryHistoryResponse,CommitLogEntry>
response @org.jspecify.annotations.Nullable com.google.cloud.dataform.v1.FetchRepositoryHistoryResponse
Returns
Type Description
DataformClient.FetchRepositoryHistoryPage
Overrides

createPageAsync(@Nullable PageContext<FetchRepositoryHistoryRequest,FetchRepositoryHistoryResponse,CommitLogEntry> context, ApiFuture<FetchRepositoryHistoryResponse> futureResponse)

public ApiFuture<DataformClient.FetchRepositoryHistoryPage> createPageAsync(@Nullable PageContext<FetchRepositoryHistoryRequest,FetchRepositoryHistoryResponse,CommitLogEntry> context, ApiFuture<FetchRepositoryHistoryResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<FetchRepositoryHistoryRequest,FetchRepositoryHistoryResponse,CommitLogEntry>
futureResponse ApiFuture<FetchRepositoryHistoryResponse>
Returns
Type Description
ApiFuture<FetchRepositoryHistoryPage>
Overrides