public sealed class UpdateVersionRequest : IMessage<UpdateVersionRequest>, IEquatable<UpdateVersionRequest>, IDeepCloneable<UpdateVersionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the App Engine v1 API class UpdateVersionRequest.
[[["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 page provides documentation for the `UpdateVersionRequest` class within the Google Cloud App Engine v1 API for .NET, including its properties and usage."],["The `UpdateVersionRequest` class is used to send update requests for versions in App Engine, as indicated by its role in `Versions.UpdateVersion`."],["The latest version of the documentation available for this API class is 2.4.0, with historical versions going back to version 1.0.0 also documented."],["`UpdateVersionRequest` has three main properties: `Name` (the name of the resource), `UpdateMask` (fields to be updated), and `Version` (the updated version data)."],["`UpdateVersionRequest` implements various interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing its integration with the Google Protobuf framework."]]],[]]