public sealed class GetFeatureRequest : IMessage<GetFeatureRequest>, IEquatable<GetFeatureRequest>, IDeepCloneable<GetFeatureRequest>, 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."],[[["This webpage details the `GetFeatureRequest` class, which is used as a request message for the `GkeHub.GetFeature` method."],["The class `GetFeatureRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are multiple versions of the `GetFeatureRequest` available, with the latest being version 2.5.0."],["`GetFeatureRequest` class has two constructors, one being a default and the other accepting another `GetFeatureRequest` object as a parameter."],["The class contains one property, `Name`, which represents the resource name of a Feature, formatted as `projects/*/locations/*/features/*`."]]],[]]