1{
2  "schema": "1.0",
3  "comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
4  "language": "java",
5  "protoPackage": "google.cloud.documentai.v1beta1",
6  "libraryPackage": "com.google.cloud.documentai.v1beta1",
7  "services": {
8    "DocumentUnderstandingService": {
9      "clients": {
10        "grpc": {
11          "libraryClient": "DocumentUnderstandingServiceClient",
12          "rpcs": {
13            "BatchProcessDocuments": {
14              "methods": ["batchProcessDocumentsAsync", "batchProcessDocumentsAsync", "batchProcessDocumentsOperationCallable", "batchProcessDocumentsCallable"]
15            }
16          }
17        }
18      }
19    }
20  }
21}