Skip to content

Commit 189b9b0

Browse files
chore: generate GAPIC metadata JSON file (#439)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/464906e9-6f3c-41d1-906e-fd7073c42d19/targets - [ ] To automatically regenerate this PR, check this box. PiperOrigin-RevId: 345596855 Source-Link: googleapis/googleapis@d189e87
1 parent 199e2ab commit 189b9b0

File tree

7 files changed

+375
-3
lines changed

7 files changed

+375
-3
lines changed
Lines changed: 141 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,141 @@
1+
{
2+
"schema": "1.0",
3+
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
4+
"language": "typescript",
5+
"protoPackage": "google.cloud.asset.v1",
6+
"libraryPackage": "@google-cloud/asset",
7+
"services": {
8+
"AssetService": {
9+
"clients": {
10+
"grpc": {
11+
"libraryClient": "AssetServiceClient",
12+
"rpcs": {
13+
"BatchGetAssetsHistory": {
14+
"methods": [
15+
"batchGetAssetsHistory"
16+
]
17+
},
18+
"CreateFeed": {
19+
"methods": [
20+
"createFeed"
21+
]
22+
},
23+
"GetFeed": {
24+
"methods": [
25+
"getFeed"
26+
]
27+
},
28+
"ListFeeds": {
29+
"methods": [
30+
"listFeeds"
31+
]
32+
},
33+
"UpdateFeed": {
34+
"methods": [
35+
"updateFeed"
36+
]
37+
},
38+
"DeleteFeed": {
39+
"methods": [
40+
"deleteFeed"
41+
]
42+
},
43+
"AnalyzeIamPolicy": {
44+
"methods": [
45+
"analyzeIamPolicy"
46+
]
47+
},
48+
"ExportAssets": {
49+
"methods": [
50+
"exportAssets"
51+
]
52+
},
53+
"AnalyzeIamPolicyLongrunning": {
54+
"methods": [
55+
"analyzeIamPolicyLongrunning"
56+
]
57+
},
58+
"SearchAllResources": {
59+
"methods": [
60+
"searchAllResources",
61+
"searchAllResourcesStream",
62+
"searchAllResourcesAsync"
63+
]
64+
},
65+
"SearchAllIamPolicies": {
66+
"methods": [
67+
"searchAllIamPolicies",
68+
"searchAllIamPoliciesStream",
69+
"searchAllIamPoliciesAsync"
70+
]
71+
}
72+
}
73+
},
74+
"grpc-fallback": {
75+
"libraryClient": "AssetServiceClient",
76+
"rpcs": {
77+
"BatchGetAssetsHistory": {
78+
"methods": [
79+
"batchGetAssetsHistory"
80+
]
81+
},
82+
"CreateFeed": {
83+
"methods": [
84+
"createFeed"
85+
]
86+
},
87+
"GetFeed": {
88+
"methods": [
89+
"getFeed"
90+
]
91+
},
92+
"ListFeeds": {
93+
"methods": [
94+
"listFeeds"
95+
]
96+
},
97+
"UpdateFeed": {
98+
"methods": [
99+
"updateFeed"
100+
]
101+
},
102+
"DeleteFeed": {
103+
"methods": [
104+
"deleteFeed"
105+
]
106+
},
107+
"AnalyzeIamPolicy": {
108+
"methods": [
109+
"analyzeIamPolicy"
110+
]
111+
},
112+
"ExportAssets": {
113+
"methods": [
114+
"exportAssets"
115+
]
116+
},
117+
"AnalyzeIamPolicyLongrunning": {
118+
"methods": [
119+
"analyzeIamPolicyLongrunning"
120+
]
121+
},
122+
"SearchAllResources": {
123+
"methods": [
124+
"searchAllResources",
125+
"searchAllResourcesStream",
126+
"searchAllResourcesAsync"
127+
]
128+
},
129+
"SearchAllIamPolicies": {
130+
"methods": [
131+
"searchAllIamPolicies",
132+
"searchAllIamPoliciesStream",
133+
"searchAllIamPoliciesAsync"
134+
]
135+
}
136+
}
137+
}
138+
}
139+
}
140+
}
141+
}
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"schema": "1.0",
3+
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
4+
"language": "typescript",
5+
"protoPackage": "google.cloud.asset.v1beta1",
6+
"libraryPackage": "@google-cloud/asset",
7+
"services": {
8+
"AssetService": {
9+
"clients": {
10+
"grpc": {
11+
"libraryClient": "AssetServiceClient",
12+
"rpcs": {
13+
"BatchGetAssetsHistory": {
14+
"methods": [
15+
"batchGetAssetsHistory"
16+
]
17+
},
18+
"ExportAssets": {
19+
"methods": [
20+
"exportAssets"
21+
]
22+
}
23+
}
24+
},
25+
"grpc-fallback": {
26+
"libraryClient": "AssetServiceClient",
27+
"rpcs": {
28+
"BatchGetAssetsHistory": {
29+
"methods": [
30+
"batchGetAssetsHistory"
31+
]
32+
},
33+
"ExportAssets": {
34+
"methods": [
35+
"exportAssets"
36+
]
37+
}
38+
}
39+
}
40+
}
41+
}
42+
}
43+
}
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"schema": "1.0",
3+
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
4+
"language": "typescript",
5+
"protoPackage": "google.cloud.asset.v1p1beta1",
6+
"libraryPackage": "@google-cloud/asset",
7+
"services": {"AssetService": {"clients": {
8+
"grpc": {
9+
"libraryClient": "AssetServiceClient",
10+
"rpcs": {"SearchAllResources": {
11+
"methods": [
12+
"searchAllResources",
13+
"searchAllResourcesStream",
14+
"searchAllResourcesAsync"
15+
]
16+
},"SearchAllIamPolicies": {
17+
"methods": [
18+
"searchAllIamPolicies",
19+
"searchAllIamPoliciesStream",
20+
"searchAllIamPoliciesAsync"
21+
]
22+
}}
23+
},
24+
"grpc-fallback": {
25+
"libraryClient": "AssetServiceClient",
26+
"rpcs": {,"SearchAllResources": {
27+
"methods": [
28+
"searchAllResources",
29+
"searchAllResourcesStream",
30+
"searchAllResourcesAsync"
31+
]
32+
},"SearchAllIamPolicies": {
33+
"methods": [
34+
"searchAllIamPolicies",
35+
"searchAllIamPoliciesStream",
36+
"searchAllIamPoliciesAsync"
37+
]
38+
}}
39+
}
40+
}
41+
}}
42+
}
Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
{
2+
"schema": "1.0",
3+
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
4+
"language": "typescript",
5+
"protoPackage": "google.cloud.asset.v1p2beta1",
6+
"libraryPackage": "@google-cloud/asset",
7+
"services": {
8+
"AssetService": {
9+
"clients": {
10+
"grpc": {
11+
"libraryClient": "AssetServiceClient",
12+
"rpcs": {
13+
"CreateFeed": {
14+
"methods": [
15+
"createFeed"
16+
]
17+
},
18+
"GetFeed": {
19+
"methods": [
20+
"getFeed"
21+
]
22+
},
23+
"ListFeeds": {
24+
"methods": [
25+
"listFeeds"
26+
]
27+
},
28+
"UpdateFeed": {
29+
"methods": [
30+
"updateFeed"
31+
]
32+
},
33+
"DeleteFeed": {
34+
"methods": [
35+
"deleteFeed"
36+
]
37+
}
38+
}
39+
},
40+
"grpc-fallback": {
41+
"libraryClient": "AssetServiceClient",
42+
"rpcs": {
43+
"CreateFeed": {
44+
"methods": [
45+
"createFeed"
46+
]
47+
},
48+
"GetFeed": {
49+
"methods": [
50+
"getFeed"
51+
]
52+
},
53+
"ListFeeds": {
54+
"methods": [
55+
"listFeeds"
56+
]
57+
},
58+
"UpdateFeed": {
59+
"methods": [
60+
"updateFeed"
61+
]
62+
},
63+
"DeleteFeed": {
64+
"methods": [
65+
"deleteFeed"
66+
]
67+
}
68+
}
69+
}
70+
}
71+
}
72+
}
73+
}
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"schema": "1.0",
3+
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
4+
"language": "typescript",
5+
"protoPackage": "google.cloud.asset.v1p4beta1",
6+
"libraryPackage": "@google-cloud/asset",
7+
"services": {
8+
"AssetService": {
9+
"clients": {
10+
"grpc": {
11+
"libraryClient": "AssetServiceClient",
12+
"rpcs": {
13+
"AnalyzeIamPolicy": {
14+
"methods": [
15+
"analyzeIamPolicy"
16+
]
17+
},
18+
"ExportIamPolicyAnalysis": {
19+
"methods": [
20+
"exportIamPolicyAnalysis"
21+
]
22+
}
23+
}
24+
},
25+
"grpc-fallback": {
26+
"libraryClient": "AssetServiceClient",
27+
"rpcs": {
28+
"AnalyzeIamPolicy": {
29+
"methods": [
30+
"analyzeIamPolicy"
31+
]
32+
},
33+
"ExportIamPolicyAnalysis": {
34+
"methods": [
35+
"exportIamPolicyAnalysis"
36+
]
37+
}
38+
}
39+
}
40+
}
41+
}
42+
}
43+
}
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"schema": "1.0",
3+
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
4+
"language": "typescript",
5+
"protoPackage": "google.cloud.asset.v1p5beta1",
6+
"libraryPackage": "asset",
7+
"services": {"AssetService": {"clients": {
8+
"grpc": {
9+
"libraryClient": "AssetServiceClient",
10+
"rpcs": {"ListAssets": {
11+
"methods": [
12+
"listAssets",
13+
"listAssetsStream",
14+
"listAssetsAsync"
15+
]
16+
}}
17+
},
18+
"grpc-fallback": {
19+
"libraryClient": "AssetServiceClient",
20+
"rpcs": {,"ListAssets": {
21+
"methods": [
22+
"listAssets",
23+
"listAssetsStream",
24+
"listAssetsAsync"
25+
]
26+
}}
27+
}
28+
}
29+
}}
30+
}

packages/google-cloud-asset/synth.metadata

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/nodejs-asset.git",
7-
"sha": "68298fd9ebee3ae119bdb7dc6b848276804e2cda"
7+
"sha": "86029ac8f7660ee6df3fb307d2b1bf41f3369762"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "50831e68c56081dc5908f99158450de5c1c13d1c",
15-
"internalRef": "345062127"
14+
"sha": "d189e871205fea665a9648f7c4676f027495ccaf",
15+
"internalRef": "345596855"
1616
}
1717
},
1818
{

0 commit comments

Comments
 (0)