Class FeaturestoreServiceClient.ListFeaturestoresPage (3.44.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
Name Description
context PageContext<ListFeaturestoresRequest,ListFeaturestoresResponse,Featurestore>
response ListFeaturestoresResponse
Returns
Type Description
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
Name Description
context PageContext<ListFeaturestoresRequest,ListFeaturestoresResponse,Featurestore>
futureResponse ApiFuture<ListFeaturestoresResponse>
Returns
Type Description
ApiFuture<ListFeaturestoresPage>
Overrides