1type: google.api.Service 2config_version: 3 3name: cloudiot.googleapis.com 4title: Cloud IoT API 5 6apis: 7- name: google.cloud.iot.v1.DeviceManager 8 9documentation: 10 summary: |- 11 Registers and manages IoT (Internet of Things) devices that connect to the 12 Google Cloud Platform. 13 14backend: 15 rules: 16 - selector: google.cloud.iot.v1.DeviceManager.SendCommandToDevice 17 deadline: 60.0 18 19authentication: 20 rules: 21 - selector: 'google.cloud.iot.v1.DeviceManager.*' 22 oauth: 23 canonical_scopes: |- 24 https://www.googleapis.com/auth/cloud-platform, 25 https://www.googleapis.com/auth/cloudiot 26