Class BusinessGlossaryServiceClient.ListGlossaryTermsPage (1.72.0)

public static class BusinessGlossaryServiceClient.ListGlossaryTermsPage extends AbstractPage<ListGlossaryTermsRequest,ListGlossaryTermsResponse,GlossaryTerm,BusinessGlossaryServiceClient.ListGlossaryTermsPage>

Inheritance

java.lang.Object > AbstractPage > BusinessGlossaryServiceClient.ListGlossaryTermsPage

Methods

createPage(PageContext<ListGlossaryTermsRequest,ListGlossaryTermsResponse,GlossaryTerm> context, ListGlossaryTermsResponse response)

protected BusinessGlossaryServiceClient.ListGlossaryTermsPage createPage(PageContext<ListGlossaryTermsRequest,ListGlossaryTermsResponse,GlossaryTerm> context, ListGlossaryTermsResponse response)
Parameters
Name Description
context PageContext<ListGlossaryTermsRequest,ListGlossaryTermsResponse,GlossaryTerm>
response ListGlossaryTermsResponse
Returns
Type Description
BusinessGlossaryServiceClient.ListGlossaryTermsPage
Overrides

createPageAsync(PageContext<ListGlossaryTermsRequest,ListGlossaryTermsResponse,GlossaryTerm> context, ApiFuture<ListGlossaryTermsResponse> futureResponse)

public ApiFuture<BusinessGlossaryServiceClient.ListGlossaryTermsPage> createPageAsync(PageContext<ListGlossaryTermsRequest,ListGlossaryTermsResponse,GlossaryTerm> context, ApiFuture<ListGlossaryTermsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListGlossaryTermsRequest,ListGlossaryTermsResponse,GlossaryTerm>
futureResponse ApiFuture<ListGlossaryTermsResponse>
Returns
Type Description
ApiFuture<ListGlossaryTermsPage>
Overrides