Class SchemaServiceClient.ListSchemasPage (0.91.0)

public static class SchemaServiceClient.ListSchemasPage extends AbstractPage<ListSchemasRequest,ListSchemasResponse,Schema,SchemaServiceClient.ListSchemasPage>

Inheritance

java.lang.Object > AbstractPage > SchemaServiceClient.ListSchemasPage

Methods

createPage(@Nullable PageContext<ListSchemasRequest,ListSchemasResponse,Schema> context, @Nullable ListSchemasResponse response)

protected SchemaServiceClient.ListSchemasPage createPage(@Nullable PageContext<ListSchemasRequest,ListSchemasResponse,Schema> context, @Nullable ListSchemasResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListSchemasRequest,ListSchemasResponse,Schema>
response @org.jspecify.annotations.Nullable com.google.cloud.discoveryengine.v1alpha.ListSchemasResponse
Returns
Type Description
SchemaServiceClient.ListSchemasPage
Overrides

createPageAsync(@Nullable PageContext<ListSchemasRequest,ListSchemasResponse,Schema> context, ApiFuture<ListSchemasResponse> futureResponse)

public ApiFuture<SchemaServiceClient.ListSchemasPage> createPageAsync(@Nullable PageContext<ListSchemasRequest,ListSchemasResponse,Schema> context, ApiFuture<ListSchemasResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListSchemasRequest,ListSchemasResponse,Schema>
futureResponse ApiFuture<ListSchemasResponse>
Returns
Type Description
ApiFuture<ListSchemasPage>
Overrides