Class TranslationServiceClient.ListGlossaryEntriesPage (2.49.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)
Parameters
Name Description
context PageContext<ListGlossaryEntriesRequest,ListGlossaryEntriesResponse,GlossaryEntry>
response ListGlossaryEntriesResponse
Returns
Type Description
TranslationServiceClient.ListGlossaryEntriesPage
Overrides

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

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