public sealed class GetChangeLogEntryRequest : IMessage<GetChangeLogEntryRequest>, IEquatable<GetChangeLogEntryRequest>, IDeepCloneable<GetChangeLogEntryRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the GDC Hardware Management v1alpha API class GetChangeLogEntryRequest.
[[["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."],[[["This document provides reference documentation for the `GetChangeLogEntryRequest` class within the GDC Hardware Management v1alpha API."],["The `GetChangeLogEntryRequest` class is used to request a specific change log entry and is part of the `Google.Cloud.GdcHardwareManagement.V1Alpha` namespace, with the latest version being 1.0.0-alpha04."],["The class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a parameterless constructor and one that takes another `GetChangeLogEntryRequest` object for initialization, alongside properties like `ChangeLogEntryName` and `Name`, which is a required field."],["The `Name` property is a string representing the name of the change log entry in a specific format, like `projects/{project}/locations/{location}/orders/{order}/changeLogEntries/{change_log_entry}`."]]],[]]