-
Notifications
You must be signed in to change notification settings - Fork 668
Expand file tree
/
Copy pathgapic_metadata.json
More file actions
37 lines (37 loc) · 899 Bytes
/
gapic_metadata.json
File metadata and controls
37 lines (37 loc) · 899 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"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"
]
}
}
}
}
}
}
}