Class BusinessGlossaryServiceClient.ListGlossaryCategoriesPage (1.93.0)

public static class BusinessGlossaryServiceClient.ListGlossaryCategoriesPage extends AbstractPage<ListGlossaryCategoriesRequest,ListGlossaryCategoriesResponse,GlossaryCategory,BusinessGlossaryServiceClient.ListGlossaryCategoriesPage>

Inheritance

java.lang.Object > AbstractPage > BusinessGlossaryServiceClient.ListGlossaryCategoriesPage

Methods

createPage(@Nullable PageContext<ListGlossaryCategoriesRequest,ListGlossaryCategoriesResponse,GlossaryCategory> context, @Nullable ListGlossaryCategoriesResponse response)

protected BusinessGlossaryServiceClient.ListGlossaryCategoriesPage createPage(@Nullable PageContext<ListGlossaryCategoriesRequest,ListGlossaryCategoriesResponse,GlossaryCategory> context, @Nullable ListGlossaryCategoriesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListGlossaryCategoriesRequest,ListGlossaryCategoriesResponse,GlossaryCategory>
response @org.jspecify.annotations.Nullable com.google.cloud.dataplex.v1.ListGlossaryCategoriesResponse
Returns
Type Description
BusinessGlossaryServiceClient.ListGlossaryCategoriesPage
Overrides

createPageAsync(@Nullable PageContext<ListGlossaryCategoriesRequest,ListGlossaryCategoriesResponse,GlossaryCategory> context, ApiFuture<ListGlossaryCategoriesResponse> futureResponse)

public ApiFuture<BusinessGlossaryServiceClient.ListGlossaryCategoriesPage> createPageAsync(@Nullable PageContext<ListGlossaryCategoriesRequest,ListGlossaryCategoriesResponse,GlossaryCategory> context, ApiFuture<ListGlossaryCategoriesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListGlossaryCategoriesRequest,ListGlossaryCategoriesResponse,GlossaryCategory>
futureResponse ApiFuture<ListGlossaryCategoriesResponse>
Returns
Type Description
ApiFuture<ListGlossaryCategoriesPage>
Overrides