Class DocumentSchemaServiceClient.ListDocumentSchemasPage (0.91.0)

public static class DocumentSchemaServiceClient.ListDocumentSchemasPage extends AbstractPage<ListDocumentSchemasRequest,ListDocumentSchemasResponse,DocumentSchema,DocumentSchemaServiceClient.ListDocumentSchemasPage>

Inheritance

java.lang.Object > AbstractPage > DocumentSchemaServiceClient.ListDocumentSchemasPage

Methods

createPage(@Nullable PageContext<ListDocumentSchemasRequest,ListDocumentSchemasResponse,DocumentSchema> context, @Nullable ListDocumentSchemasResponse response)

protected DocumentSchemaServiceClient.ListDocumentSchemasPage createPage(@Nullable PageContext<ListDocumentSchemasRequest,ListDocumentSchemasResponse,DocumentSchema> context, @Nullable ListDocumentSchemasResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListDocumentSchemasRequest,ListDocumentSchemasResponse,DocumentSchema>
response @org.jspecify.annotations.Nullable com.google.cloud.contentwarehouse.v1.ListDocumentSchemasResponse
Returns
Type Description
DocumentSchemaServiceClient.ListDocumentSchemasPage
Overrides

createPageAsync(@Nullable PageContext<ListDocumentSchemasRequest,ListDocumentSchemasResponse,DocumentSchema> context, ApiFuture<ListDocumentSchemasResponse> futureResponse)

public ApiFuture<DocumentSchemaServiceClient.ListDocumentSchemasPage> createPageAsync(@Nullable PageContext<ListDocumentSchemasRequest,ListDocumentSchemasResponse,DocumentSchema> context, ApiFuture<ListDocumentSchemasResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListDocumentSchemasRequest,ListDocumentSchemasResponse,DocumentSchema>
futureResponse ApiFuture<ListDocumentSchemasResponse>
Returns
Type Description
ApiFuture<ListDocumentSchemasPage>
Overrides