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 webpage provides reference documentation for the `GetVersionRequest` class within the Google Cloud App Engine v1 API for .NET."],["The latest version of the `GetVersionRequest` class is 2.4.0, with older versions ranging from 2.3.0 down to 1.0.0 available."],["`GetVersionRequest` is used to retrieve information about a specific version of an application in App Engine, and the request requires the name of the resource to be specified."],["The class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The class also contains two properties: `Name`, which defines the resource requested, and `View` which controls which fields are returned in the response."]]],[]]