@google-cloud/essential-contacts
Version:
Essential contacts client for Node.js
102 lines (101 loc) • 3.81 kB
JSON
{
"schema": "1.0",
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
"language": "typescript",
"protoPackage": "google.cloud.essentialcontacts.v1",
"libraryPackage": "@google-cloud/essential-contacts",
"services": {
"EssentialContactsService": {
"clients": {
"grpc": {
"libraryClient": "EssentialContactsServiceClient",
"rpcs": {
"CreateContact": {
"methods": [
"createContact"
]
},
"UpdateContact": {
"methods": [
"updateContact"
]
},
"GetContact": {
"methods": [
"getContact"
]
},
"DeleteContact": {
"methods": [
"deleteContact"
]
},
"SendTestMessage": {
"methods": [
"sendTestMessage"
]
},
"ListContacts": {
"methods": [
"listContacts",
"listContactsStream",
"listContactsAsync"
]
},
"ComputeContacts": {
"methods": [
"computeContacts",
"computeContactsStream",
"computeContactsAsync"
]
}
}
},
"grpc-fallback": {
"libraryClient": "EssentialContactsServiceClient",
"rpcs": {
"CreateContact": {
"methods": [
"createContact"
]
},
"UpdateContact": {
"methods": [
"updateContact"
]
},
"GetContact": {
"methods": [
"getContact"
]
},
"DeleteContact": {
"methods": [
"deleteContact"
]
},
"SendTestMessage": {
"methods": [
"sendTestMessage"
]
},
"ListContacts": {
"methods": [
"listContacts",
"listContactsStream",
"listContactsAsync"
]
},
"ComputeContacts": {
"methods": [
"computeContacts",
"computeContactsStream",
"computeContactsAsync"
]
}
}
}
}
}
}
}