Skip to content

Commit

Permalink
chore: fixing syntax error in the GAPIC metadata JSON file (#440)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
yoshi-automation authored Dec 7, 2020
1 parent 189b9b0 commit acdd82e
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 35 deletions.
49 changes: 29 additions & 20 deletions packages/google-cloud-asset/src/v1p1beta1/gapic_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,39 +4,48 @@
"language": "typescript",
"protoPackage": "google.cloud.asset.v1p1beta1",
"libraryPackage": "@google-cloud/asset",
"services": {"AssetService": {"clients": {
"services": {
"AssetService": {
"clients": {
"grpc": {
"libraryClient": "AssetServiceClient",
"rpcs": {"SearchAllResources": {
"rpcs": {
"SearchAllResources": {
"methods": [
"searchAllResources",
"searchAllResourcesStream",
"searchAllResourcesAsync"
"searchAllResources",
"searchAllResourcesStream",
"searchAllResourcesAsync"
]
},"SearchAllIamPolicies": {
},
"SearchAllIamPolicies": {
"methods": [
"searchAllIamPolicies",
"searchAllIamPoliciesStream",
"searchAllIamPoliciesAsync"
"searchAllIamPolicies",
"searchAllIamPoliciesStream",
"searchAllIamPoliciesAsync"
]
}}
}
}
},
"grpc-fallback": {
"libraryClient": "AssetServiceClient",
"rpcs": {,"SearchAllResources": {
"rpcs": {
"SearchAllResources": {
"methods": [
"searchAllResources",
"searchAllResourcesStream",
"searchAllResourcesAsync"
"searchAllResources",
"searchAllResourcesStream",
"searchAllResourcesAsync"
]
},"SearchAllIamPolicies": {
},
"SearchAllIamPolicies": {
"methods": [
"searchAllIamPolicies",
"searchAllIamPoliciesStream",
"searchAllIamPoliciesAsync"
"searchAllIamPolicies",
"searchAllIamPoliciesStream",
"searchAllIamPoliciesAsync"
]
}}
}
}
}
}
}}
}
}
}
31 changes: 19 additions & 12 deletions packages/google-cloud-asset/src/v1p5beta1/gapic_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,34 @@
"language": "typescript",
"protoPackage": "google.cloud.asset.v1p5beta1",
"libraryPackage": "asset",
"services": {"AssetService": {"clients": {
"services": {
"AssetService": {
"clients": {
"grpc": {
"libraryClient": "AssetServiceClient",
"rpcs": {"ListAssets": {
"rpcs": {
"ListAssets": {
"methods": [
"listAssets",
"listAssetsStream",
"listAssetsAsync"
"listAssets",
"listAssetsStream",
"listAssetsAsync"
]
}}
}
}
},
"grpc-fallback": {
"libraryClient": "AssetServiceClient",
"rpcs": {,"ListAssets": {
"rpcs": {
"ListAssets": {
"methods": [
"listAssets",
"listAssetsStream",
"listAssetsAsync"
"listAssets",
"listAssetsStream",
"listAssetsAsync"
]
}}
}
}
}
}
}}
}
}
}
6 changes: 3 additions & 3 deletions packages/google-cloud-asset/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/nodejs-asset.git",
"sha": "86029ac8f7660ee6df3fb307d2b1bf41f3369762"
"sha": "1bc50dda51aff1e5846a83b8464b0ec084b9dfe3"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "d189e871205fea665a9648f7c4676f027495ccaf",
"internalRef": "345596855"
"sha": "16dd59787d6ce130ab66066c02eeea9dac0c8f0e",
"internalRef": "345712055"
}
},
{
Expand Down

0 comments on commit acdd82e

Please sign in to comment.