public sealed class ModifyCloudToDeviceConfigRequest : IMessage<ModifyCloudToDeviceConfigRequest>, IEquatable<ModifyCloudToDeviceConfigRequest>, IDeepCloneable<ModifyCloudToDeviceConfigRequest>, IBufferMessage, IMessage
Required. The name of the device. For example,
projects/p0/locations/us-central1/registries/registry0/devices/device0 or
projects/p0/locations/us-central1/registries/registry0/devices/{num_id}.
The version number to update. If this value is zero, it will not check the
version number of the server and will always update the current version;
otherwise, this update will fail if the version number found on the server
does not match this version number. This is used to support multiple
simultaneous updates without losing data.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eModifyCloudToDeviceConfigRequest\u003c/code\u003e class is used to request modifications to a device's cloud-to-device configuration, part of the Google Cloud IoT service.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, enabling it to work within the Google.Protobuf framework.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of this class include \u003ccode\u003eBinaryData\u003c/code\u003e for device configuration data, \u003ccode\u003eDeviceName\u003c/code\u003e for a typed view of the device name, \u003ccode\u003eName\u003c/code\u003e for the device's full resource name, and \u003ccode\u003eVersionToUpdate\u003c/code\u003e for managing concurrent configuration updates.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two constructors: a default one and another that copies an existing \u003ccode\u003eModifyCloudToDeviceConfigRequest\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eModifyCloudToDeviceConfigRequest\u003c/code\u003e class allows for version control when updating device configuration through the \u003ccode\u003eVersionToUpdate\u003c/code\u003e property, ensuring that concurrent updates are managed correctly.\u003c/p\u003e\n"]]],[],null,[]]