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.
Property Value
Type
Description
Google.Protobuf.WellKnownTypes.FieldMask
Name
public string Name { get; set; }
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 describes the `GetDeviceRequest` class, which is used to request device information in the Google Cloud IoT Core service."],["The `GetDeviceRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, facilitating its use in protocol buffer operations and object management."],["The latest version of `GetDeviceRequest` is 2.2.0, while older versions, ranging from 1.0.0 to 2.1.0, are also accessible for reference."],["The class includes properties such as `DeviceName`, `FieldMask`, and `Name`, allowing for specific targeting and retrieval of device details, such as device identification and the scope of fields returned."]]],[]]