Class MetadataServiceClient.ListMetadataStoresPage (3.42.0)

public static class MetadataServiceClient.ListMetadataStoresPage extends AbstractPage<ListMetadataStoresRequest,ListMetadataStoresResponse,MetadataStore,MetadataServiceClient.ListMetadataStoresPage>

Inheritance

java.lang.Object > AbstractPage > MetadataServiceClient.ListMetadataStoresPage

Methods

createPage(PageContext<ListMetadataStoresRequest,ListMetadataStoresResponse,MetadataStore> context, ListMetadataStoresResponse response)

protected MetadataServiceClient.ListMetadataStoresPage createPage(PageContext<ListMetadataStoresRequest,ListMetadataStoresResponse,MetadataStore> context, ListMetadataStoresResponse response)
Parameters
NameDescription
contextPageContext<ListMetadataStoresRequest,ListMetadataStoresResponse,MetadataStore>
responseListMetadataStoresResponse
Returns
TypeDescription
MetadataServiceClient.ListMetadataStoresPage
Overrides

createPageAsync(PageContext<ListMetadataStoresRequest,ListMetadataStoresResponse,MetadataStore> context, ApiFuture<ListMetadataStoresResponse> futureResponse)

public ApiFuture<MetadataServiceClient.ListMetadataStoresPage> createPageAsync(PageContext<ListMetadataStoresRequest,ListMetadataStoresResponse,MetadataStore> context, ApiFuture<ListMetadataStoresResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListMetadataStoresRequest,ListMetadataStoresResponse,MetadataStore>
futureResponseApiFuture<ListMetadataStoresResponse>
Returns
TypeDescription
ApiFuture<ListMetadataStoresPage>
Overrides