Class EnvironmentsClient.LookupEnvironmentHistoryPage (0.106.0)

public static class EnvironmentsClient.LookupEnvironmentHistoryPage extends AbstractPage<LookupEnvironmentHistoryRequest,LookupEnvironmentHistoryResponse,Environment,EnvironmentsClient.LookupEnvironmentHistoryPage>

Inheritance

java.lang.Object > AbstractPage > EnvironmentsClient.LookupEnvironmentHistoryPage

Methods

createPage(@Nullable PageContext<LookupEnvironmentHistoryRequest,LookupEnvironmentHistoryResponse,Environment> context, @Nullable LookupEnvironmentHistoryResponse response)

protected EnvironmentsClient.LookupEnvironmentHistoryPage createPage(@Nullable PageContext<LookupEnvironmentHistoryRequest,LookupEnvironmentHistoryResponse,Environment> context, @Nullable LookupEnvironmentHistoryResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<LookupEnvironmentHistoryRequest,LookupEnvironmentHistoryResponse,Environment>
response @org.jspecify.annotations.Nullable com.google.cloud.dialogflow.cx.v3beta1.LookupEnvironmentHistoryResponse
Returns
Type Description
EnvironmentsClient.LookupEnvironmentHistoryPage
Overrides

createPageAsync(@Nullable PageContext<LookupEnvironmentHistoryRequest,LookupEnvironmentHistoryResponse,Environment> context, ApiFuture<LookupEnvironmentHistoryResponse> futureResponse)

public ApiFuture<EnvironmentsClient.LookupEnvironmentHistoryPage> createPageAsync(@Nullable PageContext<LookupEnvironmentHistoryRequest,LookupEnvironmentHistoryResponse,Environment> context, ApiFuture<LookupEnvironmentHistoryResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<LookupEnvironmentHistoryRequest,LookupEnvironmentHistoryResponse,Environment>
futureResponse ApiFuture<LookupEnvironmentHistoryResponse>
Returns
Type Description
ApiFuture<LookupEnvironmentHistoryPage>
Overrides