Class TranslationServiceClient.ListGlossaryEntriesPage (2.58.0)

public static class TranslationServiceClient.ListGlossaryEntriesPage extends AbstractPage<ListGlossaryEntriesRequest,ListGlossaryEntriesResponse,GlossaryEntry,TranslationServiceClient.ListGlossaryEntriesPage>

Inheritance

java.lang.Object > AbstractPage > TranslationServiceClient.ListGlossaryEntriesPage

Methods

createPage(PageContext<ListGlossaryEntriesRequest,ListGlossaryEntriesResponse,GlossaryEntry> context, ListGlossaryEntriesResponse response)

protected TranslationServiceClient.ListGlossaryEntriesPage createPage(PageContext<ListGlossaryEntriesRequest,ListGlossaryEntriesResponse,GlossaryEntry> context, ListGlossaryEntriesResponse response)
Overrides

createPageAsync(PageContext<ListGlossaryEntriesRequest,ListGlossaryEntriesResponse,GlossaryEntry> context, ApiFuture<ListGlossaryEntriesResponse> futureResponse)

public ApiFuture<TranslationServiceClient.ListGlossaryEntriesPage> createPageAsync(PageContext<ListGlossaryEntriesRequest,ListGlossaryEntriesResponse,GlossaryEntry> context, ApiFuture<ListGlossaryEntriesResponse> futureResponse)
Returns
Type Description
ApiFuture<ListGlossaryEntriesPage>
Overrides