Class BusinessGlossaryServiceClient.ListGlossaryCategoriesPage (1.72.0)

public static class BusinessGlossaryServiceClient.ListGlossaryCategoriesPage extends AbstractPage<ListGlossaryCategoriesRequest,ListGlossaryCategoriesResponse,GlossaryCategory,BusinessGlossaryServiceClient.ListGlossaryCategoriesPage>

Inheritance

java.lang.Object > AbstractPage > BusinessGlossaryServiceClient.ListGlossaryCategoriesPage

Methods

createPage(PageContext<ListGlossaryCategoriesRequest,ListGlossaryCategoriesResponse,GlossaryCategory> context, ListGlossaryCategoriesResponse response)

protected BusinessGlossaryServiceClient.ListGlossaryCategoriesPage createPage(PageContext<ListGlossaryCategoriesRequest,ListGlossaryCategoriesResponse,GlossaryCategory> context, ListGlossaryCategoriesResponse response)
Parameters
Name Description
context PageContext<ListGlossaryCategoriesRequest,ListGlossaryCategoriesResponse,GlossaryCategory>
response ListGlossaryCategoriesResponse
Returns
Type Description
BusinessGlossaryServiceClient.ListGlossaryCategoriesPage
Overrides

createPageAsync(PageContext<ListGlossaryCategoriesRequest,ListGlossaryCategoriesResponse,GlossaryCategory> context, ApiFuture<ListGlossaryCategoriesResponse> futureResponse)

public ApiFuture<BusinessGlossaryServiceClient.ListGlossaryCategoriesPage> createPageAsync(PageContext<ListGlossaryCategoriesRequest,ListGlossaryCategoriesResponse,GlossaryCategory> context, ApiFuture<ListGlossaryCategoriesResponse> futureResponse)
Parameters
Name Description
context PageContext<ListGlossaryCategoriesRequest,ListGlossaryCategoriesResponse,GlossaryCategory>
futureResponse ApiFuture<ListGlossaryCategoriesResponse>
Returns
Type Description
ApiFuture<ListGlossaryCategoriesPage>
Overrides