@google-cloud/compute
Version:
Google Compute Engine Client Library for Node.js
106 lines (105 loc) • 3.58 kB
JSON
{
"schema": "1.0",
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
"language": "typescript",
"protoPackage": "google.cloud.compute.v1small",
"libraryPackage": "@google-cloud/compute-small",
"services": {
"Addresses": {
"clients": {
"grpc": {
"libraryClient": "AddressesClient",
"rpcs": {
"Delete": {
"methods": [
"delete"
]
},
"Insert": {
"methods": [
"insert"
]
},
"AggregatedList": {
"methods": [
"aggregatedList",
"aggregatedListStream",
"aggregatedListAsync"
]
},
"List": {
"methods": [
"list",
"listStream",
"listAsync"
]
}
}
},
"grpc-fallback": {
"libraryClient": "AddressesClient",
"rpcs": {
"Delete": {
"methods": [
"delete"
]
},
"Insert": {
"methods": [
"insert"
]
},
"AggregatedList": {
"methods": [
"aggregatedList",
"aggregatedListStream",
"aggregatedListAsync"
]
},
"List": {
"methods": [
"list",
"listStream",
"listAsync"
]
}
}
}
}
},
"RegionOperations": {
"clients": {
"grpc": {
"libraryClient": "RegionOperationsClient",
"rpcs": {
"Get": {
"methods": [
"get"
]
},
"Wait": {
"methods": [
"wait"
]
}
}
},
"grpc-fallback": {
"libraryClient": "RegionOperationsClient",
"rpcs": {
"Get": {
"methods": [
"get"
]
},
"Wait": {
"methods": [
"wait"
]
}
}
}
}
}
}
}