public sealed class UpdateSpecRequest : IMessage<UpdateSpecRequest>, IEquatable<UpdateSpecRequest>, IDeepCloneable<UpdateSpecRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the API hub v1 API class UpdateSpecRequest.
The [UpdateSpec][google.cloud.apihub.v1.ApiHub.UpdateSpec] method's request.
The spec's name field is used to identify the spec to
update. Format:
projects/{project}/locations/{location}/apis/{api}/versions/{version}/specs/{spec}
[[["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 reference documentation for the `UpdateSpecRequest` class within the Google Cloud API Hub v1 API, specifically for the .NET client library."],["The `UpdateSpecRequest` class is used to make requests to the `UpdateSpec` method, allowing updates to existing specifications within the API Hub."],["This class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains properties such as `Spec`, which represents the specification data to be updated, and `UpdateMask`, which specifies the fields to be updated."],["The latest version of the `UpdateSpecRequest` is available under the namespace `Google.Cloud.ApiHub.V1` within the assembly `Google.Cloud.ApiHub.V1.dll`, including a beta version of the class."]]],[]]