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.AppEngine.V1 API, specifically for version 2.3.0."],["`GetVersionRequest` is a request message used to retrieve a specific version via the `Versions.GetVersion` method."],["The `GetVersionRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, a default one and another that allows creating a new `GetVersionRequest` object by copying an existing `GetVersionRequest` object."],["The `GetVersionRequest` class contains properties to specify the name of the resource being requested, and to control the fields being returned."]]],[]]