Skip to content

Commit

Permalink
chore: generate GAPIC metadata JSON file (#421)
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/4e7abbc6-c648-4473-9499-aa96f63c63a8/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 9adef3f commit be437ba
Show file tree
Hide file tree
Showing 2 changed files with 224 additions and 3 deletions.
221 changes: 221 additions & 0 deletions packages/google-cloud-iot/src/v1/gapic_metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,221 @@
{
"schema": "1.0",
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
"language": "typescript",
"protoPackage": "google.cloud.iot.v1",
"libraryPackage": "@google-cloud/iot",
"services": {
"DeviceManager": {
"clients": {
"grpc": {
"libraryClient": "DeviceManagerClient",
"rpcs": {
"CreateDeviceRegistry": {
"methods": [
"createDeviceRegistry"
]
},
"GetDeviceRegistry": {
"methods": [
"getDeviceRegistry"
]
},
"UpdateDeviceRegistry": {
"methods": [
"updateDeviceRegistry"
]
},
"DeleteDeviceRegistry": {
"methods": [
"deleteDeviceRegistry"
]
},
"CreateDevice": {
"methods": [
"createDevice"
]
},
"GetDevice": {
"methods": [
"getDevice"
]
},
"UpdateDevice": {
"methods": [
"updateDevice"
]
},
"DeleteDevice": {
"methods": [
"deleteDevice"
]
},
"ModifyCloudToDeviceConfig": {
"methods": [
"modifyCloudToDeviceConfig"
]
},
"ListDeviceConfigVersions": {
"methods": [
"listDeviceConfigVersions"
]
},
"ListDeviceStates": {
"methods": [
"listDeviceStates"
]
},
"SetIamPolicy": {
"methods": [
"setIamPolicy"
]
},
"GetIamPolicy": {
"methods": [
"getIamPolicy"
]
},
"TestIamPermissions": {
"methods": [
"testIamPermissions"
]
},
"SendCommandToDevice": {
"methods": [
"sendCommandToDevice"
]
},
"BindDeviceToGateway": {
"methods": [
"bindDeviceToGateway"
]
},
"UnbindDeviceFromGateway": {
"methods": [
"unbindDeviceFromGateway"
]
},
"ListDeviceRegistries": {
"methods": [
"listDeviceRegistries",
"listDeviceRegistriesStream",
"listDeviceRegistriesAsync"
]
},
"ListDevices": {
"methods": [
"listDevices",
"listDevicesStream",
"listDevicesAsync"
]
}
}
},
"grpc-fallback": {
"libraryClient": "DeviceManagerClient",
"rpcs": {
"CreateDeviceRegistry": {
"methods": [
"createDeviceRegistry"
]
},
"GetDeviceRegistry": {
"methods": [
"getDeviceRegistry"
]
},
"UpdateDeviceRegistry": {
"methods": [
"updateDeviceRegistry"
]
},
"DeleteDeviceRegistry": {
"methods": [
"deleteDeviceRegistry"
]
},
"CreateDevice": {
"methods": [
"createDevice"
]
},
"GetDevice": {
"methods": [
"getDevice"
]
},
"UpdateDevice": {
"methods": [
"updateDevice"
]
},
"DeleteDevice": {
"methods": [
"deleteDevice"
]
},
"ModifyCloudToDeviceConfig": {
"methods": [
"modifyCloudToDeviceConfig"
]
},
"ListDeviceConfigVersions": {
"methods": [
"listDeviceConfigVersions"
]
},
"ListDeviceStates": {
"methods": [
"listDeviceStates"
]
},
"SetIamPolicy": {
"methods": [
"setIamPolicy"
]
},
"GetIamPolicy": {
"methods": [
"getIamPolicy"
]
},
"TestIamPermissions": {
"methods": [
"testIamPermissions"
]
},
"SendCommandToDevice": {
"methods": [
"sendCommandToDevice"
]
},
"BindDeviceToGateway": {
"methods": [
"bindDeviceToGateway"
]
},
"UnbindDeviceFromGateway": {
"methods": [
"unbindDeviceFromGateway"
]
},
"ListDeviceRegistries": {
"methods": [
"listDeviceRegistries",
"listDeviceRegistriesStream",
"listDeviceRegistriesAsync"
]
},
"ListDevices": {
"methods": [
"listDevices",
"listDevicesStream",
"listDevicesAsync"
]
}
}
}
}
}
}
}
6 changes: 3 additions & 3 deletions packages/google-cloud-iot/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-iot.git",
"sha": "84ca7b6f4d6a696713e02a1f9d4b3aebb30a5589"
"sha": "9b3e46869005647261814d196dd7abaeb609d40e"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "2f019bf70bfe06f1e2af1b04011b0a2405190e43",
"internalRef": "343202295"
"sha": "d189e871205fea665a9648f7c4676f027495ccaf",
"internalRef": "345596855"
}
},
{
Expand Down

0 comments on commit be437ba

Please sign in to comment.