public sealed class GetVersionRequest : IMessage<GetVersionRequest>, IEquatable<GetVersionRequest>, IDeepCloneable<GetVersionRequest>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage details the `GetVersionRequest` class within the `Google.Cloud.AppEngine.V1` namespace, specifically version 1.3.0 of the library."],["`GetVersionRequest` is a request message used for retrieving version information via `Versions.GetVersion` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, one default and one that accepts another `GetVersionRequest` object as a parameter."],["It contains properties `Name`, which specifies the resource name, and `View`, which controls the fields returned in the response."],["This page is one of 10 available versions of this class, ranging from version 1.0.0 to 2.4.0, with the last one being the most up to date."]]],[]]