Class ExampleStoreServiceClient.FetchExamplesPage (3.96.0)

public static class ExampleStoreServiceClient.FetchExamplesPage extends AbstractPage<FetchExamplesRequest,FetchExamplesResponse,Example,ExampleStoreServiceClient.FetchExamplesPage>

Inheritance

java.lang.Object > AbstractPage > ExampleStoreServiceClient.FetchExamplesPage

Methods

createPage(@Nullable PageContext<FetchExamplesRequest,FetchExamplesResponse,Example> context, @Nullable FetchExamplesResponse response)

protected ExampleStoreServiceClient.FetchExamplesPage createPage(@Nullable PageContext<FetchExamplesRequest,FetchExamplesResponse,Example> context, @Nullable FetchExamplesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<FetchExamplesRequest,FetchExamplesResponse,Example>
response @org.jspecify.annotations.Nullable com.google.cloud.aiplatform.v1beta1.FetchExamplesResponse
Returns
Type Description
ExampleStoreServiceClient.FetchExamplesPage
Overrides

createPageAsync(@Nullable PageContext<FetchExamplesRequest,FetchExamplesResponse,Example> context, ApiFuture<FetchExamplesResponse> futureResponse)

public ApiFuture<ExampleStoreServiceClient.FetchExamplesPage> createPageAsync(@Nullable PageContext<FetchExamplesRequest,FetchExamplesResponse,Example> context, ApiFuture<FetchExamplesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<FetchExamplesRequest,FetchExamplesResponse,Example>
futureResponse ApiFuture<FetchExamplesResponse>
Returns
Type Description
ApiFuture<FetchExamplesPage>
Overrides