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"]],[["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 information for the `GetVersionRequest` class within the Google Cloud App Engine v1 API, specifically version 2.1.0 of the .NET library."],["`GetVersionRequest` is a request message used to retrieve a specific version within the App Engine environment, as used by the `Versions.GetVersion` call."],["The class `GetVersionRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class has two constructors, a default constructor and one that takes another `GetVersionRequest` object, and includes properties for `Name` and `View` to define the version being requested."],["The latest version for this library is 2.4.0, and there are 9 total previous versions documented on the page, ranging from 2.3.0 to 1.0.0."]]],[]]