Class TranslationServiceClient.ListGlossariesPage (2.42.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
Name Description
context PageContext<ListGlossariesRequest,ListGlossariesResponse,Glossary>
response ListGlossariesResponse
Returns
Type Description
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
Name Description
context PageContext<ListGlossariesRequest,ListGlossariesResponse,Glossary>
futureResponse ApiFuture<ListGlossariesResponse>
Returns
Type Description
ApiFuture<ListGlossariesPage>
Overrides