Skip to content

Commit

Permalink
chore: generate GAPIC metadata JSON file (#239)
Browse files Browse the repository at this point in the history
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
yoshi-automation authored Dec 4, 2020
1 parent 787c0a7 commit 654d208
Show file tree
Hide file tree
Showing 2 changed files with 402 additions and 3 deletions.
399 changes: 399 additions & 0 deletions packages/google-cloud-datalabeling/src/v1beta1/gapic_metadata.json
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"
]
}
}
}
}
}
}
}
Loading

0 comments on commit 654d208

Please sign in to comment.