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 page provides documentation for the `GetChangeLogEntryRequest` class within the Google Cloud GDC Hardware Management v1alpha API, version 1.0.0-alpha03."],["The `GetChangeLogEntryRequest` class is used to request a specific change log entry and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the `object` base class and includes inherited members such as `GetHashCode`, `GetType`, and `ToString`."],["The `GetChangeLogEntryRequest` class has properties such as `ChangeLogEntryName` (a typed view) and `Name` (the string representation), with the `Name` property being required and representing the resource name of the requested change log entry."],["There are two constructors available for creating instances of `GetChangeLogEntryRequest`, a parameterless constructor, and one that accepts another `GetChangeLogEntryRequest` instance."]]],[]]