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."],[[["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."]]],[]]