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."],[[["The `UpdateSpecRequest` class is part of the API hub v1 API and is used to send a request to update a specification, with the latest stable version being 1.0.0."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["It is part of the `Google.Cloud.ApiHub.V1` namespace, found within the `Google.Cloud.ApiHub.V1.dll` assembly, and can be constructed with or without an existing `UpdateSpecRequest` object."],["The `UpdateSpecRequest` class has two main properties: `Spec`, which is the specification to update, and `UpdateMask`, which specifies the fields within the specification that should be updated."],["The documentation includes links to the latest and previous beta version 1.0.0-beta02, which shows the history of this class."]]],[]]