Skip to content

Commit

Permalink
chore: generate GAPIC metadata JSON file (#452)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/15d2fc95-8ec0-48d8-8ade-d188b4874078/targets

- [ ] To automatically regenerate this PR, check this box.

PiperOrigin-RevId: 345596855
Source-Link: googleapis/googleapis@d189e87
  • Loading branch information
yoshi-automation authored Dec 4, 2020
1 parent 5f7465d commit db0fa60
Show file tree
Hide file tree
Showing 3 changed files with 237 additions and 3 deletions.
117 changes: 117 additions & 0 deletions packages/google-cloud-redis/src/v1/gapic_metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,117 @@
{
"schema": "1.0",
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
"language": "typescript",
"protoPackage": "google.cloud.redis.v1",
"libraryPackage": "@google-cloud/redis",
"services": {
"CloudRedis": {
"clients": {
"grpc": {
"libraryClient": "CloudRedisClient",
"rpcs": {
"GetInstance": {
"methods": [
"getInstance"
]
},
"CreateInstance": {
"methods": [
"createInstance"
]
},
"UpdateInstance": {
"methods": [
"updateInstance"
]
},
"UpgradeInstance": {
"methods": [
"upgradeInstance"
]
},
"ImportInstance": {
"methods": [
"importInstance"
]
},
"ExportInstance": {
"methods": [
"exportInstance"
]
},
"FailoverInstance": {
"methods": [
"failoverInstance"
]
},
"DeleteInstance": {
"methods": [
"deleteInstance"
]
},
"ListInstances": {
"methods": [
"listInstances",
"listInstancesStream",
"listInstancesAsync"
]
}
}
},
"grpc-fallback": {
"libraryClient": "CloudRedisClient",
"rpcs": {
"GetInstance": {
"methods": [
"getInstance"
]
},
"CreateInstance": {
"methods": [
"createInstance"
]
},
"UpdateInstance": {
"methods": [
"updateInstance"
]
},
"UpgradeInstance": {
"methods": [
"upgradeInstance"
]
},
"ImportInstance": {
"methods": [
"importInstance"
]
},
"ExportInstance": {
"methods": [
"exportInstance"
]
},
"FailoverInstance": {
"methods": [
"failoverInstance"
]
},
"DeleteInstance": {
"methods": [
"deleteInstance"
]
},
"ListInstances": {
"methods": [
"listInstances",
"listInstancesStream",
"listInstancesAsync"
]
}
}
}
}
}
}
}
117 changes: 117 additions & 0 deletions packages/google-cloud-redis/src/v1beta1/gapic_metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,117 @@
{
"schema": "1.0",
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
"language": "typescript",
"protoPackage": "google.cloud.redis.v1beta1",
"libraryPackage": "@google-cloud/redis",
"services": {
"CloudRedis": {
"clients": {
"grpc": {
"libraryClient": "CloudRedisClient",
"rpcs": {
"GetInstance": {
"methods": [
"getInstance"
]
},
"CreateInstance": {
"methods": [
"createInstance"
]
},
"UpdateInstance": {
"methods": [
"updateInstance"
]
},
"UpgradeInstance": {
"methods": [
"upgradeInstance"
]
},
"ImportInstance": {
"methods": [
"importInstance"
]
},
"ExportInstance": {
"methods": [
"exportInstance"
]
},
"FailoverInstance": {
"methods": [
"failoverInstance"
]
},
"DeleteInstance": {
"methods": [
"deleteInstance"
]
},
"ListInstances": {
"methods": [
"listInstances",
"listInstancesStream",
"listInstancesAsync"
]
}
}
},
"grpc-fallback": {
"libraryClient": "CloudRedisClient",
"rpcs": {
"GetInstance": {
"methods": [
"getInstance"
]
},
"CreateInstance": {
"methods": [
"createInstance"
]
},
"UpdateInstance": {
"methods": [
"updateInstance"
]
},
"UpgradeInstance": {
"methods": [
"upgradeInstance"
]
},
"ImportInstance": {
"methods": [
"importInstance"
]
},
"ExportInstance": {
"methods": [
"exportInstance"
]
},
"FailoverInstance": {
"methods": [
"failoverInstance"
]
},
"DeleteInstance": {
"methods": [
"deleteInstance"
]
},
"ListInstances": {
"methods": [
"listInstances",
"listInstancesStream",
"listInstancesAsync"
]
}
}
}
}
}
}
}
6 changes: 3 additions & 3 deletions packages/google-cloud-redis/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-redis.git",
"sha": "e37bbaf378de803390ad86dfe038c55b28cdd5ed"
"sha": "ef35e98abec46ef7e642f333a4063b28a032d7e0"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "2f019bf70bfe06f1e2af1b04011b0a2405190e43",
"internalRef": "343202295"
"sha": "d189e871205fea665a9648f7c4676f027495ccaf",
"internalRef": "345596855"
}
},
{
Expand Down

0 comments on commit db0fa60

Please sign in to comment.