Class TranslationServiceClient.ListGlossariesPage (2.48.0)

public static class TranslationServiceClient.ListGlossariesPage extends AbstractPage<ListGlossariesRequest,ListGlossariesResponse,Glossary,TranslationServiceClient.ListGlossariesPage>

Inheritance

java.lang.Object > AbstractPage > TranslationServiceClient.ListGlossariesPage

Methods

createPage(PageContext<ListGlossariesRequest,ListGlossariesResponse,Glossary> context, ListGlossariesResponse response)

protected TranslationServiceClient.ListGlossariesPage createPage(PageContext<ListGlossariesRequest,ListGlossariesResponse,Glossary> context, ListGlossariesResponse response)
Overrides

createPageAsync(PageContext<ListGlossariesRequest,ListGlossariesResponse,Glossary> context, ApiFuture<ListGlossariesResponse> futureResponse)

public ApiFuture<TranslationServiceClient.ListGlossariesPage> createPageAsync(PageContext<ListGlossariesRequest,ListGlossariesResponse,Glossary> context, ApiFuture<ListGlossariesResponse> futureResponse)
Returns
Type Description
ApiFuture<ListGlossariesPage>
Overrides