-
Notifications
You must be signed in to change notification settings - Fork 591
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: generate GAPIC metadata JSON file (#239)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/4dafeee7-014d-47f6-a950-0e8b4e9c606e/targets - [ ] To automatically regenerate this PR, check this box. PiperOrigin-RevId: 345596855 Source-Link: googleapis/googleapis@d189e87
- Loading branch information
1 parent
787c0a7
commit 654d208
Showing
2 changed files
with
402 additions
and
3 deletions.
There are no files selected for viewing
399 changes: 399 additions & 0 deletions
399
packages/google-cloud-datalabeling/src/v1beta1/gapic_metadata.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,399 @@ | ||
{ | ||
"schema": "1.0", | ||
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods", | ||
"language": "typescript", | ||
"protoPackage": "google.cloud.datalabeling.v1beta1", | ||
"libraryPackage": "@google-cloud/datalabeling", | ||
"services": { | ||
"DataLabelingService": { | ||
"clients": { | ||
"grpc": { | ||
"libraryClient": "DataLabelingServiceClient", | ||
"rpcs": { | ||
"CreateDataset": { | ||
"methods": [ | ||
"createDataset" | ||
] | ||
}, | ||
"GetDataset": { | ||
"methods": [ | ||
"getDataset" | ||
] | ||
}, | ||
"DeleteDataset": { | ||
"methods": [ | ||
"deleteDataset" | ||
] | ||
}, | ||
"GetDataItem": { | ||
"methods": [ | ||
"getDataItem" | ||
] | ||
}, | ||
"GetAnnotatedDataset": { | ||
"methods": [ | ||
"getAnnotatedDataset" | ||
] | ||
}, | ||
"DeleteAnnotatedDataset": { | ||
"methods": [ | ||
"deleteAnnotatedDataset" | ||
] | ||
}, | ||
"GetExample": { | ||
"methods": [ | ||
"getExample" | ||
] | ||
}, | ||
"CreateAnnotationSpecSet": { | ||
"methods": [ | ||
"createAnnotationSpecSet" | ||
] | ||
}, | ||
"GetAnnotationSpecSet": { | ||
"methods": [ | ||
"getAnnotationSpecSet" | ||
] | ||
}, | ||
"DeleteAnnotationSpecSet": { | ||
"methods": [ | ||
"deleteAnnotationSpecSet" | ||
] | ||
}, | ||
"GetInstruction": { | ||
"methods": [ | ||
"getInstruction" | ||
] | ||
}, | ||
"DeleteInstruction": { | ||
"methods": [ | ||
"deleteInstruction" | ||
] | ||
}, | ||
"GetEvaluation": { | ||
"methods": [ | ||
"getEvaluation" | ||
] | ||
}, | ||
"CreateEvaluationJob": { | ||
"methods": [ | ||
"createEvaluationJob" | ||
] | ||
}, | ||
"UpdateEvaluationJob": { | ||
"methods": [ | ||
"updateEvaluationJob" | ||
] | ||
}, | ||
"GetEvaluationJob": { | ||
"methods": [ | ||
"getEvaluationJob" | ||
] | ||
}, | ||
"PauseEvaluationJob": { | ||
"methods": [ | ||
"pauseEvaluationJob" | ||
] | ||
}, | ||
"ResumeEvaluationJob": { | ||
"methods": [ | ||
"resumeEvaluationJob" | ||
] | ||
}, | ||
"DeleteEvaluationJob": { | ||
"methods": [ | ||
"deleteEvaluationJob" | ||
] | ||
}, | ||
"ImportData": { | ||
"methods": [ | ||
"importData" | ||
] | ||
}, | ||
"ExportData": { | ||
"methods": [ | ||
"exportData" | ||
] | ||
}, | ||
"LabelImage": { | ||
"methods": [ | ||
"labelImage" | ||
] | ||
}, | ||
"LabelVideo": { | ||
"methods": [ | ||
"labelVideo" | ||
] | ||
}, | ||
"LabelText": { | ||
"methods": [ | ||
"labelText" | ||
] | ||
}, | ||
"CreateInstruction": { | ||
"methods": [ | ||
"createInstruction" | ||
] | ||
}, | ||
"ListDatasets": { | ||
"methods": [ | ||
"listDatasets", | ||
"listDatasetsStream", | ||
"listDatasetsAsync" | ||
] | ||
}, | ||
"ListDataItems": { | ||
"methods": [ | ||
"listDataItems", | ||
"listDataItemsStream", | ||
"listDataItemsAsync" | ||
] | ||
}, | ||
"ListAnnotatedDatasets": { | ||
"methods": [ | ||
"listAnnotatedDatasets", | ||
"listAnnotatedDatasetsStream", | ||
"listAnnotatedDatasetsAsync" | ||
] | ||
}, | ||
"ListExamples": { | ||
"methods": [ | ||
"listExamples", | ||
"listExamplesStream", | ||
"listExamplesAsync" | ||
] | ||
}, | ||
"ListAnnotationSpecSets": { | ||
"methods": [ | ||
"listAnnotationSpecSets", | ||
"listAnnotationSpecSetsStream", | ||
"listAnnotationSpecSetsAsync" | ||
] | ||
}, | ||
"ListInstructions": { | ||
"methods": [ | ||
"listInstructions", | ||
"listInstructionsStream", | ||
"listInstructionsAsync" | ||
] | ||
}, | ||
"SearchEvaluations": { | ||
"methods": [ | ||
"searchEvaluations", | ||
"searchEvaluationsStream", | ||
"searchEvaluationsAsync" | ||
] | ||
}, | ||
"SearchExampleComparisons": { | ||
"methods": [ | ||
"searchExampleComparisons", | ||
"searchExampleComparisonsStream", | ||
"searchExampleComparisonsAsync" | ||
] | ||
}, | ||
"ListEvaluationJobs": { | ||
"methods": [ | ||
"listEvaluationJobs", | ||
"listEvaluationJobsStream", | ||
"listEvaluationJobsAsync" | ||
] | ||
} | ||
} | ||
}, | ||
"grpc-fallback": { | ||
"libraryClient": "DataLabelingServiceClient", | ||
"rpcs": { | ||
"CreateDataset": { | ||
"methods": [ | ||
"createDataset" | ||
] | ||
}, | ||
"GetDataset": { | ||
"methods": [ | ||
"getDataset" | ||
] | ||
}, | ||
"DeleteDataset": { | ||
"methods": [ | ||
"deleteDataset" | ||
] | ||
}, | ||
"GetDataItem": { | ||
"methods": [ | ||
"getDataItem" | ||
] | ||
}, | ||
"GetAnnotatedDataset": { | ||
"methods": [ | ||
"getAnnotatedDataset" | ||
] | ||
}, | ||
"DeleteAnnotatedDataset": { | ||
"methods": [ | ||
"deleteAnnotatedDataset" | ||
] | ||
}, | ||
"GetExample": { | ||
"methods": [ | ||
"getExample" | ||
] | ||
}, | ||
"CreateAnnotationSpecSet": { | ||
"methods": [ | ||
"createAnnotationSpecSet" | ||
] | ||
}, | ||
"GetAnnotationSpecSet": { | ||
"methods": [ | ||
"getAnnotationSpecSet" | ||
] | ||
}, | ||
"DeleteAnnotationSpecSet": { | ||
"methods": [ | ||
"deleteAnnotationSpecSet" | ||
] | ||
}, | ||
"GetInstruction": { | ||
"methods": [ | ||
"getInstruction" | ||
] | ||
}, | ||
"DeleteInstruction": { | ||
"methods": [ | ||
"deleteInstruction" | ||
] | ||
}, | ||
"GetEvaluation": { | ||
"methods": [ | ||
"getEvaluation" | ||
] | ||
}, | ||
"CreateEvaluationJob": { | ||
"methods": [ | ||
"createEvaluationJob" | ||
] | ||
}, | ||
"UpdateEvaluationJob": { | ||
"methods": [ | ||
"updateEvaluationJob" | ||
] | ||
}, | ||
"GetEvaluationJob": { | ||
"methods": [ | ||
"getEvaluationJob" | ||
] | ||
}, | ||
"PauseEvaluationJob": { | ||
"methods": [ | ||
"pauseEvaluationJob" | ||
] | ||
}, | ||
"ResumeEvaluationJob": { | ||
"methods": [ | ||
"resumeEvaluationJob" | ||
] | ||
}, | ||
"DeleteEvaluationJob": { | ||
"methods": [ | ||
"deleteEvaluationJob" | ||
] | ||
}, | ||
"ImportData": { | ||
"methods": [ | ||
"importData" | ||
] | ||
}, | ||
"ExportData": { | ||
"methods": [ | ||
"exportData" | ||
] | ||
}, | ||
"LabelImage": { | ||
"methods": [ | ||
"labelImage" | ||
] | ||
}, | ||
"LabelVideo": { | ||
"methods": [ | ||
"labelVideo" | ||
] | ||
}, | ||
"LabelText": { | ||
"methods": [ | ||
"labelText" | ||
] | ||
}, | ||
"CreateInstruction": { | ||
"methods": [ | ||
"createInstruction" | ||
] | ||
}, | ||
"ListDatasets": { | ||
"methods": [ | ||
"listDatasets", | ||
"listDatasetsStream", | ||
"listDatasetsAsync" | ||
] | ||
}, | ||
"ListDataItems": { | ||
"methods": [ | ||
"listDataItems", | ||
"listDataItemsStream", | ||
"listDataItemsAsync" | ||
] | ||
}, | ||
"ListAnnotatedDatasets": { | ||
"methods": [ | ||
"listAnnotatedDatasets", | ||
"listAnnotatedDatasetsStream", | ||
"listAnnotatedDatasetsAsync" | ||
] | ||
}, | ||
"ListExamples": { | ||
"methods": [ | ||
"listExamples", | ||
"listExamplesStream", | ||
"listExamplesAsync" | ||
] | ||
}, | ||
"ListAnnotationSpecSets": { | ||
"methods": [ | ||
"listAnnotationSpecSets", | ||
"listAnnotationSpecSetsStream", | ||
"listAnnotationSpecSetsAsync" | ||
] | ||
}, | ||
"ListInstructions": { | ||
"methods": [ | ||
"listInstructions", | ||
"listInstructionsStream", | ||
"listInstructionsAsync" | ||
] | ||
}, | ||
"SearchEvaluations": { | ||
"methods": [ | ||
"searchEvaluations", | ||
"searchEvaluationsStream", | ||
"searchEvaluationsAsync" | ||
] | ||
}, | ||
"SearchExampleComparisons": { | ||
"methods": [ | ||
"searchExampleComparisons", | ||
"searchExampleComparisonsStream", | ||
"searchExampleComparisonsAsync" | ||
] | ||
}, | ||
"ListEvaluationJobs": { | ||
"methods": [ | ||
"listEvaluationJobs", | ||
"listEvaluationJobsStream", | ||
"listEvaluationJobsAsync" | ||
] | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.