public sealed class UpdateApiRequest : IMessage<UpdateApiRequest>, IEquatable<UpdateApiRequest>, IDeepCloneable<UpdateApiRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Apigee Registry v1 API class UpdateApiRequest.
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."],[[["This documentation is for the `UpdateApiRequest` class within the Google Cloud Apigee Registry v1 API, specifically version 1.0.0-beta06."],["`UpdateApiRequest` is a request message used for updating an API, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides constructors for creating a new `UpdateApiRequest` object, either as a default instance or by copying an existing `UpdateApiRequest` object."],["Key properties of `UpdateApiRequest` include `AllowMissing` (a boolean to create a new API if one isn't found), `Api` (the API object to update), and `UpdateMask` (a field mask specifying which fields to update)."],["The `UpdateApiRequest` class inherits members from the base `object` class such as `GetHashCode`, `GetType`, and `ToString`."]]],[]]