public sealed class UpdateApiSpecRequest : IMessage<UpdateApiSpecRequest>, IEquatable<UpdateApiSpecRequest>, IDeepCloneable<UpdateApiSpecRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Apigee Registry v1 API class UpdateApiSpecRequest.
The list of fields to be updated. If omitted, all fields are updated that
are set in the request message (fields set to default values are ignored).
If an asterisk "*" is specified, all fields are updated, including fields
that are unspecified/default in the 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 `UpdateApiSpecRequest` class is part of the Apigee Registry v1 API and is used to update API specifications."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities like message handling, equality comparison, deep cloning, and buffer operations."],["The `UpdateApiSpecRequest` class has properties such as `AllowMissing`, `ApiSpec`, and `UpdateMask` to control how the update is performed, what is being updated, and what fields to be updated."],["It features two constructors: a default constructor and one that takes another `UpdateApiSpecRequest` object as a parameter, enabling both new instances and copies."],["The latest version is 1.0.0-beta07, with 1.0.0-beta06 also available, but this page's current version is 1.0.0-beta04."]]],[]]