Class FeaturestoreServiceClient.ListFeaturestoresPage (3.25.0)

public static class FeaturestoreServiceClient.ListFeaturestoresPage extends AbstractPage<ListFeaturestoresRequest,ListFeaturestoresResponse,Featurestore,FeaturestoreServiceClient.ListFeaturestoresPage>

Inheritance

java.lang.Object > AbstractPage > FeaturestoreServiceClient.ListFeaturestoresPage

Methods

createPage(PageContext<ListFeaturestoresRequest,ListFeaturestoresResponse,Featurestore> context, ListFeaturestoresResponse response)

protected FeaturestoreServiceClient.ListFeaturestoresPage createPage(PageContext<ListFeaturestoresRequest,ListFeaturestoresResponse,Featurestore> context, ListFeaturestoresResponse response)
Overrides

createPageAsync(PageContext<ListFeaturestoresRequest,ListFeaturestoresResponse,Featurestore> context, ApiFuture<ListFeaturestoresResponse> futureResponse)

public ApiFuture<FeaturestoreServiceClient.ListFeaturestoresPage> createPageAsync(PageContext<ListFeaturestoresRequest,ListFeaturestoresResponse,Featurestore> context, ApiFuture<ListFeaturestoresResponse> futureResponse)
Returns
TypeDescription
ApiFuture<ListFeaturestoresPage>
Overrides