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"]],[["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."],[[["The `UpdateVersionRequest` class is used to send requests to the `UpdateVersion` method within the API hub v1 API."],["This class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties `UpdateMask` of type `FieldMask`, used for specifying which fields to update, and `Version` of type `Version` to identify the API version to update."],["There are two constructors available: a default constructor and one that takes another `UpdateVersionRequest` object as a parameter for copying."],["The latest version and 1.0.0-beta02 version are available for the `UpdateVersionRequest` within the Google.Cloud.ApiHub.V1 namespace."]]],[]]