public sealed class UnbindDeviceFromGatewayRequest : IMessage<UnbindDeviceFromGatewayRequest>, IEquatable<UnbindDeviceFromGatewayRequest>, IDeepCloneable<UnbindDeviceFromGatewayRequest>, IBufferMessage, IMessage
Required. The device to disassociate from the specified gateway. The value of
device_id can be either the device numeric ID or the user-defined device
identifier.
Property Value
Type
Description
System.String
GatewayId
public string GatewayId { get; set; }
Required. The value of gateway_id can be either the device numeric ID or the
user-defined device identifier.
Property Value
Type
Description
System.String
Parent
public string Parent { get; set; }
Required. The name of the registry. For example,
projects/example-project/locations/us-central1/registries/my-registry.
Property Value
Type
Description
System.String
ParentAsRegistryName
public RegistryName ParentAsRegistryName { get; set; }
[[["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\u003eUnbindDeviceFromGatewayRequest\u003c/code\u003e class is used to request the disassociation of a device from a gateway within 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, for various functionalities like message handling and cloning.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUnbindDeviceFromGatewayRequest\u003c/code\u003e class has two constructors, one default and another for copying data from another instance.\u003c/p\u003e\n"],["\u003cp\u003eKey properties within the class include \u003ccode\u003eDeviceId\u003c/code\u003e, \u003ccode\u003eGatewayId\u003c/code\u003e, and \u003ccode\u003eParent\u003c/code\u003e, all required for specifying the device, gateway, and registry for the disassociation request.\u003c/p\u003e\n"],["\u003cp\u003eThere are multiple versions of this request available, ranging from 1.0.0 to the latest 2.2.0.\u003c/p\u003e\n"]]],[],null,[]]