Class CaseServiceClient.ListCasesPage (0.79.0)

public static class CaseServiceClient.ListCasesPage extends AbstractPage<ListCasesRequest,ListCasesResponse,Case,CaseServiceClient.ListCasesPage>

Inheritance

java.lang.Object > AbstractPage > CaseServiceClient.ListCasesPage

Methods

createPage(@Nullable PageContext<ListCasesRequest,ListCasesResponse,Case> context, @Nullable ListCasesResponse response)

protected CaseServiceClient.ListCasesPage createPage(@Nullable PageContext<ListCasesRequest,ListCasesResponse,Case> context, @Nullable ListCasesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListCasesRequest,ListCasesResponse,Case>
response @org.jspecify.annotations.Nullable com.google.cloud.support.v2.ListCasesResponse
Returns
Type Description
CaseServiceClient.ListCasesPage
Overrides

createPageAsync(@Nullable PageContext<ListCasesRequest,ListCasesResponse,Case> context, ApiFuture<ListCasesResponse> futureResponse)

public ApiFuture<CaseServiceClient.ListCasesPage> createPageAsync(@Nullable PageContext<ListCasesRequest,ListCasesResponse,Case> context, ApiFuture<ListCasesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListCasesRequest,ListCasesResponse,Case>
futureResponse ApiFuture<ListCasesResponse>
Returns
Type Description
ApiFuture<ListCasesPage>
Overrides