public sealed class GetDeviceRequest : IMessage<GetDeviceRequest>, IEquatable<GetDeviceRequest>, IDeepCloneable<GetDeviceRequest>, IBufferMessage, IMessage
The fields of the Device resource to be returned in the response. If the
field mask is unset or empty, all fields are returned. Fields have to be
provided in snake_case format, for example: last_heartbeat_time.
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}.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["This document provides details for the `GetDeviceRequest` class, which is used to request information about a device."],["The `GetDeviceRequest` class is part of the `Google.Cloud.Iot.V1` namespace and is implemented in the `Google.Cloud.Iot.V1.dll` assembly, with version 1.2.0 highlighted in this specific documentation."],["It inherits from the `Object` class and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetDeviceRequest` class includes properties such as `DeviceName`, `FieldMask`, and `Name`, enabling users to specify which device to retrieve and which fields to return."],["The latest version available of the class is 2.2.0, with documentation provided for multiple prior versions, including 2.1.0, 2.0.0, 1.2.0, 1.1.0, and 1.0.0."]]],[]]