@google-cloud/service-control
Version:
Service control client for Node.js
68 lines (67 loc) • 2.17 kB
JSON
{
"schema": "1.0",
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
"language": "typescript",
"protoPackage": "google.api.servicecontrol.v1",
"libraryPackage": "@google-cloud/service-control",
"services": {
"QuotaController": {
"clients": {
"grpc": {
"libraryClient": "QuotaControllerClient",
"rpcs": {
"AllocateQuota": {
"methods": [
"allocateQuota"
]
}
}
},
"grpc-fallback": {
"libraryClient": "QuotaControllerClient",
"rpcs": {
"AllocateQuota": {
"methods": [
"allocateQuota"
]
}
}
}
}
},
"ServiceController": {
"clients": {
"grpc": {
"libraryClient": "ServiceControllerClient",
"rpcs": {
"Check": {
"methods": [
"check"
]
},
"Report": {
"methods": [
"report"
]
}
}
},
"grpc-fallback": {
"libraryClient": "ServiceControllerClient",
"rpcs": {
"Check": {
"methods": [
"check"
]
},
"Report": {
"methods": [
"report"
]
}
}
}
}
}
}
}