public sealed class GetVersionRequest : IMessage<GetVersionRequest>, IEquatable<GetVersionRequest>, IDeepCloneable<GetVersionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the App Engine v1 API class GetVersionRequest.
[[["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."],[[["The latest version of the `GetVersionRequest` API is 2.4.0, with multiple prior versions available, including 2.3.0, 2.2.0, 2.1.0, 2.0.0, 1.4.0, 1.3.0, 1.2.0, 1.1.0, and 1.0.0."],["`GetVersionRequest` is a class within the Google.Cloud.AppEngine.V1 namespace, serving as the request message for `Versions.GetVersion` in the App Engine v1 API."],["This class implements several interfaces including `IMessage\u003cGetVersionRequest\u003e`, `IEquatable\u003cGetVersionRequest\u003e`, `IDeepCloneable\u003cGetVersionRequest\u003e`, `IBufferMessage`, and `IMessage`."],["`GetVersionRequest` includes two constructors, one default and one that accepts another `GetVersionRequest` instance, as well as two properties: `Name` (a string) and `View` (a `VersionView` enum)."],["The `Name` property of the `GetVersionRequest` specifies the name of the resource requested, and `View` controls which fields are returned."]]],[]]