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.datalabeling.v1beta1",
6  "libraryPackage": "com.google.cloud.datalabeling.v1beta1",
7  "services": {
8    "DataLabelingService": {
9      "clients": {
10        "grpc": {
11          "libraryClient": "DataLabelingServiceClient",
12          "rpcs": {
13            "CreateAnnotationSpecSet": {
14              "methods": ["createAnnotationSpecSet", "createAnnotationSpecSet", "createAnnotationSpecSet", "createAnnotationSpecSetCallable"]
15            },
16            "CreateDataset": {
17              "methods": ["createDataset", "createDataset", "createDataset", "createDatasetCallable"]
18            },
19            "CreateEvaluationJob": {
20              "methods": ["createEvaluationJob", "createEvaluationJob", "createEvaluationJob", "createEvaluationJobCallable"]
21            },
22            "CreateInstruction": {
23              "methods": ["createInstructionAsync", "createInstructionAsync", "createInstructionAsync", "createInstructionOperationCallable", "createInstructionCallable"]
24            },
25            "DeleteAnnotatedDataset": {
26              "methods": ["deleteAnnotatedDataset", "deleteAnnotatedDatasetCallable"]
27            },
28            "DeleteAnnotationSpecSet": {
29              "methods": ["deleteAnnotationSpecSet", "deleteAnnotationSpecSet", "deleteAnnotationSpecSet", "deleteAnnotationSpecSetCallable"]
30            },
31            "DeleteDataset": {
32              "methods": ["deleteDataset", "deleteDataset", "deleteDataset", "deleteDatasetCallable"]
33            },
34            "DeleteEvaluationJob": {
35              "methods": ["deleteEvaluationJob", "deleteEvaluationJob", "deleteEvaluationJob", "deleteEvaluationJobCallable"]
36            },
37            "DeleteInstruction": {
38              "methods": ["deleteInstruction", "deleteInstruction", "deleteInstruction", "deleteInstructionCallable"]
39            },
40            "ExportData": {
41              "methods": ["exportDataAsync", "exportDataAsync", "exportDataAsync", "exportDataAsync", "exportDataAsync", "exportDataOperationCallable", "exportDataCallable"]
42            },
43            "GetAnnotatedDataset": {
44              "methods": ["getAnnotatedDataset", "getAnnotatedDataset", "getAnnotatedDataset", "getAnnotatedDatasetCallable"]
45            },
46            "GetAnnotationSpecSet": {
47              "methods": ["getAnnotationSpecSet", "getAnnotationSpecSet", "getAnnotationSpecSet", "getAnnotationSpecSetCallable"]
48            },
49            "GetDataItem": {
50              "methods": ["getDataItem", "getDataItem", "getDataItem", "getDataItemCallable"]
51            },
52            "GetDataset": {
53              "methods": ["getDataset", "getDataset", "getDataset", "getDatasetCallable"]
54            },
55            "GetEvaluation": {
56              "methods": ["getEvaluation", "getEvaluation", "getEvaluation", "getEvaluationCallable"]
57            },
58            "GetEvaluationJob": {
59              "methods": ["getEvaluationJob", "getEvaluationJob", "getEvaluationJob", "getEvaluationJobCallable"]
60            },
61            "GetExample": {
62              "methods": ["getExample", "getExample", "getExample", "getExampleCallable"]
63            },
64            "GetInstruction": {
65              "methods": ["getInstruction", "getInstruction", "getInstruction", "getInstructionCallable"]
66            },
67            "ImportData": {
68              "methods": ["importDataAsync", "importDataAsync", "importDataAsync", "importDataOperationCallable", "importDataCallable"]
69            },
70            "LabelImage": {
71              "methods": ["labelImageAsync", "labelImageAsync", "labelImageAsync", "labelImageOperationCallable", "labelImageCallable"]
72            },
73            "LabelText": {
74              "methods": ["labelTextAsync", "labelTextAsync", "labelTextAsync", "labelTextOperationCallable", "labelTextCallable"]
75            },
76            "LabelVideo": {
77              "methods": ["labelVideoAsync", "labelVideoAsync", "labelVideoAsync", "labelVideoOperationCallable", "labelVideoCallable"]
78            },
79            "ListAnnotatedDatasets": {
80              "methods": ["listAnnotatedDatasets", "listAnnotatedDatasets", "listAnnotatedDatasets", "listAnnotatedDatasetsPagedCallable", "listAnnotatedDatasetsCallable"]
81            },
82            "ListAnnotationSpecSets": {
83              "methods": ["listAnnotationSpecSets", "listAnnotationSpecSets", "listAnnotationSpecSets", "listAnnotationSpecSetsPagedCallable", "listAnnotationSpecSetsCallable"]
84            },
85            "ListDataItems": {
86              "methods": ["listDataItems", "listDataItems", "listDataItems", "listDataItemsPagedCallable", "listDataItemsCallable"]
87            },
88            "ListDatasets": {
89              "methods": ["listDatasets", "listDatasets", "listDatasets", "listDatasetsPagedCallable", "listDatasetsCallable"]
90            },
91            "ListEvaluationJobs": {
92              "methods": ["listEvaluationJobs", "listEvaluationJobs", "listEvaluationJobs", "listEvaluationJobsPagedCallable", "listEvaluationJobsCallable"]
93            },
94            "ListExamples": {
95              "methods": ["listExamples", "listExamples", "listExamples", "listExamplesPagedCallable", "listExamplesCallable"]
96            },
97            "ListInstructions": {
98              "methods": ["listInstructions", "listInstructions", "listInstructions", "listInstructionsPagedCallable", "listInstructionsCallable"]
99            },
100            "PauseEvaluationJob": {
101              "methods": ["pauseEvaluationJob", "pauseEvaluationJob", "pauseEvaluationJob", "pauseEvaluationJobCallable"]
102            },
103            "ResumeEvaluationJob": {
104              "methods": ["resumeEvaluationJob", "resumeEvaluationJob", "resumeEvaluationJob", "resumeEvaluationJobCallable"]
105            },
106            "SearchEvaluations": {
107              "methods": ["searchEvaluations", "searchEvaluations", "searchEvaluations", "searchEvaluationsPagedCallable", "searchEvaluationsCallable"]
108            },
109            "SearchExampleComparisons": {
110              "methods": ["searchExampleComparisons", "searchExampleComparisons", "searchExampleComparisons", "searchExampleComparisonsPagedCallable", "searchExampleComparisonsCallable"]
111            },
112            "UpdateEvaluationJob": {
113              "methods": ["updateEvaluationJob", "updateEvaluationJob", "updateEvaluationJobCallable"]
114            }
115          }
116        }
117      }
118    }
119  }
120}