Class SchemaServiceClient.ListSchemaRevisionsPage (1.153.0)

public static class SchemaServiceClient.ListSchemaRevisionsPage extends AbstractPage<ListSchemaRevisionsRequest,ListSchemaRevisionsResponse,Schema,SchemaServiceClient.ListSchemaRevisionsPage>

Inheritance

java.lang.Object > AbstractPage > SchemaServiceClient.ListSchemaRevisionsPage

Methods

createPage(@Nullable PageContext<ListSchemaRevisionsRequest,ListSchemaRevisionsResponse,Schema> context, @Nullable ListSchemaRevisionsResponse response)

protected SchemaServiceClient.ListSchemaRevisionsPage createPage(@Nullable PageContext<ListSchemaRevisionsRequest,ListSchemaRevisionsResponse,Schema> context, @Nullable ListSchemaRevisionsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListSchemaRevisionsRequest,ListSchemaRevisionsResponse,Schema>
response @org.jspecify.annotations.Nullable com.google.pubsub.v1.ListSchemaRevisionsResponse
Returns
Type Description
SchemaServiceClient.ListSchemaRevisionsPage
Overrides

createPageAsync(@Nullable PageContext<ListSchemaRevisionsRequest,ListSchemaRevisionsResponse,Schema> context, ApiFuture<ListSchemaRevisionsResponse> futureResponse)

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