@google-cloud/asset
Version:
Cloud Asset API client for Node.js
38 lines (37 loc) • 1.23 kB
JSON
{
"schema": "1.0",
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
"language": "typescript",
"protoPackage": "google.cloud.asset.v1p5beta1",
"libraryPackage": "asset",
"services": {
"AssetService": {
"clients": {
"grpc": {
"libraryClient": "AssetServiceClient",
"rpcs": {
"ListAssets": {
"methods": [
"listAssets",
"listAssetsStream",
"listAssetsAsync"
]
}
}
},
"grpc-fallback": {
"libraryClient": "AssetServiceClient",
"rpcs": {
"ListAssets": {
"methods": [
"listAssets",
"listAssetsStream",
"listAssetsAsync"
]
}
}
}
}
}
}
}