Class MetadataServiceClient.ListEntitiesPage (1.93.0)

public static class MetadataServiceClient.ListEntitiesPage extends AbstractPage<ListEntitiesRequest,ListEntitiesResponse,Entity,MetadataServiceClient.ListEntitiesPage>

Inheritance

java.lang.Object > AbstractPage > MetadataServiceClient.ListEntitiesPage

Methods

createPage(@Nullable PageContext<ListEntitiesRequest,ListEntitiesResponse,Entity> context, @Nullable ListEntitiesResponse response)

protected MetadataServiceClient.ListEntitiesPage createPage(@Nullable PageContext<ListEntitiesRequest,ListEntitiesResponse,Entity> context, @Nullable ListEntitiesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListEntitiesRequest,ListEntitiesResponse,Entity>
response @org.jspecify.annotations.Nullable com.google.cloud.dataplex.v1.ListEntitiesResponse
Returns
Type Description
MetadataServiceClient.ListEntitiesPage
Overrides

createPageAsync(@Nullable PageContext<ListEntitiesRequest,ListEntitiesResponse,Entity> context, ApiFuture<ListEntitiesResponse> futureResponse)

public ApiFuture<MetadataServiceClient.ListEntitiesPage> createPageAsync(@Nullable PageContext<ListEntitiesRequest,ListEntitiesResponse,Entity> context, ApiFuture<ListEntitiesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListEntitiesRequest,ListEntitiesResponse,Entity>
futureResponse ApiFuture<ListEntitiesResponse>
Returns
Type Description
ApiFuture<ListEntitiesPage>
Overrides