Class: Google::Cloud::Iot::V1::UpdateDeviceRegistryRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Iot::V1::UpdateDeviceRegistryRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/iot/v1/device_manager.rb
Overview
Request for UpdateDeviceRegistry
.
Instance Attribute Summary collapse
-
#device_registry ⇒ ::Google::Cloud::Iot::V1::DeviceRegistry
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#device_registry ⇒ ::Google::Cloud::Iot::V1::DeviceRegistry
Returns Required. The new values for the device registry. The id
field must be empty, and
the name
field must indicate the path of the resource. For example,
projects/example-project/locations/us-central1/registries/my-registry
.
72 73 74 75 |
# File 'proto_docs/google/cloud/iot/v1/device_manager.rb', line 72 class UpdateDeviceRegistryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. Only updates the device_registry
fields 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
, and state_notification_config
.
72 73 74 75 |
# File 'proto_docs/google/cloud/iot/v1/device_manager.rb', line 72 class UpdateDeviceRegistryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |