public sealed class UpdateVersionRequest : IMessage<UpdateVersionRequest>, IEquatable<UpdateVersionRequest>, IDeepCloneable<UpdateVersionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the API hub v1 API class UpdateVersionRequest.
The [UpdateVersion][google.cloud.apihub.v1.ApiHub.UpdateVersion] method's
request.
[[["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."],[[["The `UpdateVersionRequest` class is used to construct requests for the `UpdateVersion` method in the ApiHub v1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for functionality such as message handling, equality checks, and cloning."],["The `UpdateVersionRequest` class includes two constructors: a default constructor and one that accepts another `UpdateVersionRequest` object for copying."],["It has two key properties, `UpdateMask` (of type `FieldMask`) to specify which fields to update, and `Version` (of type `Version`) to indicate the API version being modified."]]],[]]