UpdateDeviceRegistryRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)Request for UpdateDeviceRegistry.
| Attributes | |
|---|---|
| Name | Description | 
| device_registry | google.cloud.iot_v1.types.DeviceRegistryRequired. The new values for the device registry. The idfield must be empty, and thenamefield must indicate
   the path of the resource. For example,projects/example-project/locations/us-central1/registries/my-registry. | 
| update_mask | google.protobuf.field_mask_pb2.FieldMaskRequired. Only updates the device_registryfields
   indicated by this mask. The field mask must not be empty,
   and it must not contain fields that are immutable or only
   set by the server. Mutable top-level fields:event_notification_config,http_config,mqtt_config, andstate_notification_config. |