@google-cloud/workflows
Version:
68 lines (67 loc) • 2.42 kB
JSON
{
"schema": "1.0",
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
"language": "typescript",
"protoPackage": "google.cloud.workflows.executions.v1",
"libraryPackage": "@google-cloud/workflows",
"services": {
"Executions": {
"clients": {
"grpc": {
"libraryClient": "ExecutionsClient",
"rpcs": {
"CreateExecution": {
"methods": [
"createExecution"
]
},
"GetExecution": {
"methods": [
"getExecution"
]
},
"CancelExecution": {
"methods": [
"cancelExecution"
]
},
"ListExecutions": {
"methods": [
"listExecutions",
"listExecutionsStream",
"listExecutionsAsync"
]
}
}
},
"grpc-fallback": {
"libraryClient": "ExecutionsClient",
"rpcs": {
"CreateExecution": {
"methods": [
"createExecution"
]
},
"GetExecution": {
"methods": [
"getExecution"
]
},
"CancelExecution": {
"methods": [
"cancelExecution"
]
},
"ListExecutions": {
"methods": [
"listExecutions",
"listExecutionsStream",
"listExecutionsAsync"
]
}
}
}
}
}
}
}