Class FeaturestoreServiceClient.ListFeaturesPage (3.96.0)

public static class FeaturestoreServiceClient.ListFeaturesPage extends AbstractPage<ListFeaturesRequest,ListFeaturesResponse,Feature,FeaturestoreServiceClient.ListFeaturesPage>

Inheritance

java.lang.Object > AbstractPage > FeaturestoreServiceClient.ListFeaturesPage

Methods

createPage(@Nullable PageContext<ListFeaturesRequest,ListFeaturesResponse,Feature> context, @Nullable ListFeaturesResponse response)

protected FeaturestoreServiceClient.ListFeaturesPage createPage(@Nullable PageContext<ListFeaturesRequest,ListFeaturesResponse,Feature> context, @Nullable ListFeaturesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListFeaturesRequest,ListFeaturesResponse,Feature>
response @org.jspecify.annotations.Nullable com.google.cloud.aiplatform.v1.ListFeaturesResponse
Returns
Type Description
FeaturestoreServiceClient.ListFeaturesPage
Overrides

createPageAsync(@Nullable PageContext<ListFeaturesRequest,ListFeaturesResponse,Feature> context, ApiFuture<ListFeaturesResponse> futureResponse)

public ApiFuture<FeaturestoreServiceClient.ListFeaturesPage> createPageAsync(@Nullable PageContext<ListFeaturesRequest,ListFeaturesResponse,Feature> context, ApiFuture<ListFeaturesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListFeaturesRequest,ListFeaturesResponse,Feature>
futureResponse ApiFuture<ListFeaturesResponse>
Returns
Type Description
ApiFuture<ListFeaturesPage>
Overrides