Class FeaturestoreServiceClient.ListFeaturestoresPage (3.42.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)
Parameters
NameDescription
contextPageContext<ListFeaturestoresRequest,ListFeaturestoresResponse,Featurestore>
responseListFeaturestoresResponse
Returns
TypeDescription
FeaturestoreServiceClient.ListFeaturestoresPage
Overrides

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

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