@google-cloud/memorystore
Version:
Memorystore API client for Node.js
88 lines (87 loc) • 3.2 kB
JSON
{
"schema": "1.0",
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
"language": "typescript",
"protoPackage": "google.cloud.memorystore.v1beta",
"libraryPackage": "@google-cloud/memorystore",
"services": {
"Memorystore": {
"clients": {
"grpc": {
"libraryClient": "MemorystoreClient",
"rpcs": {
"GetInstance": {
"methods": [
"getInstance"
]
},
"GetCertificateAuthority": {
"methods": [
"getCertificateAuthority"
]
},
"CreateInstance": {
"methods": [
"createInstance"
]
},
"UpdateInstance": {
"methods": [
"updateInstance"
]
},
"DeleteInstance": {
"methods": [
"deleteInstance"
]
},
"ListInstances": {
"methods": [
"listInstances",
"listInstancesStream",
"listInstancesAsync"
]
}
}
},
"grpc-fallback": {
"libraryClient": "MemorystoreClient",
"rpcs": {
"GetInstance": {
"methods": [
"getInstance"
]
},
"GetCertificateAuthority": {
"methods": [
"getCertificateAuthority"
]
},
"CreateInstance": {
"methods": [
"createInstance"
]
},
"UpdateInstance": {
"methods": [
"updateInstance"
]
},
"DeleteInstance": {
"methods": [
"deleteInstance"
]
},
"ListInstances": {
"methods": [
"listInstances",
"listInstancesStream",
"listInstancesAsync"
]
}
}
}
}
}
}
}