Skip to content

Commit acdd82e

Browse files
chore: fixing syntax error in the GAPIC metadata JSON file (#440)
Use gapic-generator-typescript v1.2.8. Committer: @alexander-fenster PiperOrigin-RevId: 345712055 Source-Author: Google APIs <noreply@google.com> Source-Date: Fri Dec 4 10:54:47 2020 -0800 Source-Repo: googleapis/googleapis Source-Sha: 16dd59787d6ce130ab66066c02eeea9dac0c8f0e Source-Link: googleapis/googleapis@16dd597
1 parent 189b9b0 commit acdd82e

3 files changed

Lines changed: 51 additions & 35 deletions

File tree

packages/google-cloud-asset/src/v1p1beta1/gapic_metadata.json

Lines changed: 29 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,39 +4,48 @@
44
"language": "typescript",
55
"protoPackage": "google.cloud.asset.v1p1beta1",
66
"libraryPackage": "@google-cloud/asset",
7-
"services": {"AssetService": {"clients": {
7+
"services": {
8+
"AssetService": {
9+
"clients": {
810
"grpc": {
911
"libraryClient": "AssetServiceClient",
10-
"rpcs": {"SearchAllResources": {
12+
"rpcs": {
13+
"SearchAllResources": {
1114
"methods": [
12-
"searchAllResources",
13-
"searchAllResourcesStream",
14-
"searchAllResourcesAsync"
15+
"searchAllResources",
16+
"searchAllResourcesStream",
17+
"searchAllResourcesAsync"
1518
]
16-
},"SearchAllIamPolicies": {
19+
},
20+
"SearchAllIamPolicies": {
1721
"methods": [
18-
"searchAllIamPolicies",
19-
"searchAllIamPoliciesStream",
20-
"searchAllIamPoliciesAsync"
22+
"searchAllIamPolicies",
23+
"searchAllIamPoliciesStream",
24+
"searchAllIamPoliciesAsync"
2125
]
22-
}}
26+
}
27+
}
2328
},
2429
"grpc-fallback": {
2530
"libraryClient": "AssetServiceClient",
26-
"rpcs": {,"SearchAllResources": {
31+
"rpcs": {
32+
"SearchAllResources": {
2733
"methods": [
28-
"searchAllResources",
29-
"searchAllResourcesStream",
30-
"searchAllResourcesAsync"
34+
"searchAllResources",
35+
"searchAllResourcesStream",
36+
"searchAllResourcesAsync"
3137
]
32-
},"SearchAllIamPolicies": {
38+
},
39+
"SearchAllIamPolicies": {
3340
"methods": [
34-
"searchAllIamPolicies",
35-
"searchAllIamPoliciesStream",
36-
"searchAllIamPoliciesAsync"
41+
"searchAllIamPolicies",
42+
"searchAllIamPoliciesStream",
43+
"searchAllIamPoliciesAsync"
3744
]
38-
}}
45+
}
46+
}
3947
}
4048
}
41-
}}
49+
}
50+
}
4251
}

packages/google-cloud-asset/src/v1p5beta1/gapic_metadata.json

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,34 @@
44
"language": "typescript",
55
"protoPackage": "google.cloud.asset.v1p5beta1",
66
"libraryPackage": "asset",
7-
"services": {"AssetService": {"clients": {
7+
"services": {
8+
"AssetService": {
9+
"clients": {
810
"grpc": {
911
"libraryClient": "AssetServiceClient",
10-
"rpcs": {"ListAssets": {
12+
"rpcs": {
13+
"ListAssets": {
1114
"methods": [
12-
"listAssets",
13-
"listAssetsStream",
14-
"listAssetsAsync"
15+
"listAssets",
16+
"listAssetsStream",
17+
"listAssetsAsync"
1518
]
16-
}}
19+
}
20+
}
1721
},
1822
"grpc-fallback": {
1923
"libraryClient": "AssetServiceClient",
20-
"rpcs": {,"ListAssets": {
24+
"rpcs": {
25+
"ListAssets": {
2126
"methods": [
22-
"listAssets",
23-
"listAssetsStream",
24-
"listAssetsAsync"
27+
"listAssets",
28+
"listAssetsStream",
29+
"listAssetsAsync"
2530
]
26-
}}
31+
}
32+
}
2733
}
2834
}
29-
}}
35+
}
36+
}
3037
}

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": "86029ac8f7660ee6df3fb307d2b1bf41f3369762"
7+
"sha": "1bc50dda51aff1e5846a83b8464b0ec084b9dfe3"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "d189e871205fea665a9648f7c4676f027495ccaf",
15-
"internalRef": "345596855"
14+
"sha": "16dd59787d6ce130ab66066c02eeea9dac0c8f0e",
15+
"internalRef": "345712055"
1616
}
1717
},
1818
{

0 commit comments

Comments
 (0)