public sealed class GetDataItemRequest : IMessage<GetDataItemRequest>, IEquatable<GetDataItemRequest>, IDeepCloneable<GetDataItemRequest>, IBufferMessage, IMessage
[[["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-03-21 UTC."],[[["The `GetDataItemRequest` class is a request message used to retrieve a specific data item, which is part of the `Google.Cloud.DataLabeling.V1Beta1` namespace."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality checks, deep cloning, and buffer management."],["The `GetDataItemRequest` class includes properties such as `DataItemName` and `Name`, which are used to identify the requested data item, and require the format `projects/{project_id}/datasets/{dataset_id}/dataItems/{data_item_id}` for the data name."],["Two constructors are provided for the class, one is a parameterless constructor and the other is a copy constructor that takes another instance of `GetDataItemRequest`."],["The latest version available of the class is `2.0.0-beta05` and it implements members inherited from the Object class such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]