Uses of Class
com.google.cloud.contentwarehouse.v1.DocumentSchemaServiceClient.ListDocumentSchemasPage
-
Packages that use DocumentSchemaServiceClient.ListDocumentSchemasPage Package Description com.google.cloud.contentwarehouse.v1 A client to Document AI Warehouse API -
-
Uses of DocumentSchemaServiceClient.ListDocumentSchemasPage in com.google.cloud.contentwarehouse.v1
Methods in com.google.cloud.contentwarehouse.v1 that return DocumentSchemaServiceClient.ListDocumentSchemasPage Modifier and Type Method Description protected DocumentSchemaServiceClient.ListDocumentSchemasPage
DocumentSchemaServiceClient.ListDocumentSchemasPage. createPage(com.google.api.gax.rpc.PageContext<ListDocumentSchemasRequest,ListDocumentSchemasResponse,DocumentSchema> context, ListDocumentSchemasResponse response)
Methods in com.google.cloud.contentwarehouse.v1 that return types with arguments of type DocumentSchemaServiceClient.ListDocumentSchemasPage Modifier and Type Method Description com.google.api.core.ApiFuture<DocumentSchemaServiceClient.ListDocumentSchemasPage>
DocumentSchemaServiceClient.ListDocumentSchemasPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListDocumentSchemasRequest,ListDocumentSchemasResponse,DocumentSchema> context, com.google.api.core.ApiFuture<ListDocumentSchemasResponse> futureResponse)
Method parameters in com.google.cloud.contentwarehouse.v1 with type arguments of type DocumentSchemaServiceClient.ListDocumentSchemasPage Modifier and Type Method Description protected DocumentSchemaServiceClient.ListDocumentSchemasFixedSizeCollection
DocumentSchemaServiceClient.ListDocumentSchemasFixedSizeCollection. createCollection(List<DocumentSchemaServiceClient.ListDocumentSchemasPage> pages, int collectionSize)
-