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 construct requests for the `UpdateVersion` method in the API hub v1 API."],["This class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `UpdateMask`, which defines the fields to update, and `Version`, which specifies the API version to be updated and uses the format `projects/{project}/locations/{location}/apis/{api}/versions/{version}`."],["The `UpdateVersionRequest` class has two constructors: a parameterless constructor and one that takes another `UpdateVersionRequest` object."],["This documentation page is related to the `Google.Cloud.ApiHub.V1` namespace and its associated assembly, `Google.Cloud.ApiHub.V1.dll`."]]],[]]