Class MetadataServiceClient.ListContextsPage (3.42.0)

public static class MetadataServiceClient.ListContextsPage extends AbstractPage<ListContextsRequest,ListContextsResponse,Context,MetadataServiceClient.ListContextsPage>

Inheritance

java.lang.Object > AbstractPage > MetadataServiceClient.ListContextsPage

Methods

createPage(PageContext<ListContextsRequest,ListContextsResponse,Context> context, ListContextsResponse response)

protected MetadataServiceClient.ListContextsPage createPage(PageContext<ListContextsRequest,ListContextsResponse,Context> context, ListContextsResponse response)
Parameters
NameDescription
contextPageContext<ListContextsRequest,ListContextsResponse,Context>
responseListContextsResponse
Returns
TypeDescription
MetadataServiceClient.ListContextsPage
Overrides

createPageAsync(PageContext<ListContextsRequest,ListContextsResponse,Context> context, ApiFuture<ListContextsResponse> futureResponse)

public ApiFuture<MetadataServiceClient.ListContextsPage> createPageAsync(PageContext<ListContextsRequest,ListContextsResponse,Context> context, ApiFuture<ListContextsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListContextsRequest,ListContextsResponse,Context>
futureResponseApiFuture<ListContextsResponse>
Returns
TypeDescription
ApiFuture<ListContextsPage>
Overrides