Class TranslationServiceClient.ListGlossaryEntriesPage (2.95.0)

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

Inheritance

java.lang.Object > AbstractPage > TranslationServiceClient.ListGlossaryEntriesPage

Methods

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

protected TranslationServiceClient.ListGlossaryEntriesPage createPage(@Nullable PageContext<ListGlossaryEntriesRequest,ListGlossaryEntriesResponse,GlossaryEntry> context, @Nullable ListGlossaryEntriesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListGlossaryEntriesRequest,ListGlossaryEntriesResponse,GlossaryEntry>
response @org.jspecify.annotations.Nullable com.google.cloud.translate.v3.ListGlossaryEntriesResponse
Returns
Type Description
TranslationServiceClient.ListGlossaryEntriesPage
Overrides

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

public ApiFuture<TranslationServiceClient.ListGlossaryEntriesPage> createPageAsync(@Nullable PageContext<ListGlossaryEntriesRequest,ListGlossaryEntriesResponse,GlossaryEntry> context, ApiFuture<ListGlossaryEntriesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListGlossaryEntriesRequest,ListGlossaryEntriesResponse,GlossaryEntry>
futureResponse ApiFuture<ListGlossaryEntriesResponse>
Returns
Type Description
ApiFuture<ListGlossaryEntriesPage>
Overrides