Class TranslationServiceClient.ListGlossariesPage (2.41.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)
Parameters
NameDescription
contextPageContext<ListGlossariesRequest,ListGlossariesResponse,Glossary>
responseListGlossariesResponse
Returns
TypeDescription
TranslationServiceClient.ListGlossariesPage
Overrides

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

public ApiFuture<TranslationServiceClient.ListGlossariesPage> createPageAsync(PageContext<ListGlossariesRequest,ListGlossariesResponse,Glossary> context, ApiFuture<ListGlossariesResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListGlossariesRequest,ListGlossariesResponse,Glossary>
futureResponseApiFuture<ListGlossariesResponse>
Returns
TypeDescription
ApiFuture<ListGlossariesPage>
Overrides