Class EnvironmentsClient.GetEnvironmentHistoryPage (4.101.0)

public static class EnvironmentsClient.GetEnvironmentHistoryPage extends AbstractPage<GetEnvironmentHistoryRequest,EnvironmentHistory,EnvironmentHistory.Entry,EnvironmentsClient.GetEnvironmentHistoryPage>

Inheritance

java.lang.Object > AbstractPage > EnvironmentsClient.GetEnvironmentHistoryPage

Methods

createPage(@Nullable PageContext<GetEnvironmentHistoryRequest,EnvironmentHistory,EnvironmentHistory.Entry> context, @Nullable EnvironmentHistory response)

protected EnvironmentsClient.GetEnvironmentHistoryPage createPage(@Nullable PageContext<GetEnvironmentHistoryRequest,EnvironmentHistory,EnvironmentHistory.Entry> context, @Nullable EnvironmentHistory response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<GetEnvironmentHistoryRequest,EnvironmentHistory,Entry>
response @org.jspecify.annotations.Nullable com.google.cloud.dialogflow.v2.EnvironmentHistory
Returns
Type Description
EnvironmentsClient.GetEnvironmentHistoryPage
Overrides

createPageAsync(@Nullable PageContext<GetEnvironmentHistoryRequest,EnvironmentHistory,EnvironmentHistory.Entry> context, ApiFuture<EnvironmentHistory> futureResponse)

public ApiFuture<EnvironmentsClient.GetEnvironmentHistoryPage> createPageAsync(@Nullable PageContext<GetEnvironmentHistoryRequest,EnvironmentHistory,EnvironmentHistory.Entry> context, ApiFuture<EnvironmentHistory> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<GetEnvironmentHistoryRequest,EnvironmentHistory,Entry>
futureResponse ApiFuture<EnvironmentHistory>
Returns
Type Description
ApiFuture<GetEnvironmentHistoryPage>
Overrides