@google-cloud/confidentialcomputing
Version:
Confidential Computing API client for Node.js
44 lines (43 loc) • 1.5 kB
JSON
{
"schema": "1.0",
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
"language": "typescript",
"protoPackage": "google.cloud.confidentialcomputing.v1alpha1",
"libraryPackage": "@google-cloud/confidentialcomputing",
"services": {
"ConfidentialComputing": {
"clients": {
"grpc": {
"libraryClient": "ConfidentialComputingClient",
"rpcs": {
"CreateChallenge": {
"methods": [
"createChallenge"
]
},
"VerifyAttestation": {
"methods": [
"verifyAttestation"
]
}
}
},
"grpc-fallback": {
"libraryClient": "ConfidentialComputingClient",
"rpcs": {
"CreateChallenge": {
"methods": [
"createChallenge"
]
},
"VerifyAttestation": {
"methods": [
"verifyAttestation"
]
}
}
}
}
}
}
}