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 latest version of \u003ccode\u003eModifyCloudToDeviceConfigRequest\u003c/code\u003e is 2.2.0, with other versions available ranging from 1.0.0 to 2.1.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eModifyCloudToDeviceConfigRequest\u003c/code\u003e is a request class used to modify cloud-to-device configurations, implementing several interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis class requires configuration data for the device, specified through the \u003ccode\u003eBinaryData\u003c/code\u003e property, which is of type \u003ccode\u003eByteString\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eName\u003c/code\u003e property, which is required, represents the device's resource name and can be viewed through a \u003ccode\u003eDeviceName\u003c/code\u003e type property.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eVersionToUpdate\u003c/code\u003e property allows control over the update process by specifying a version number, enabling concurrent updates without losing data.\u003c/p\u003e\n"]]],[],null,[]]