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 details the `UpdateApiRequest` class within the Google Cloud Apigee Registry v1 API, specifically for the .NET framework."],["The `UpdateApiRequest` class is used to send a request to update an API within the Apigee Registry and implements interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["It offers properties such as `AllowMissing`, which determines whether to create a new API if it doesn't exist, `Api`, which represents the API object to be updated, and `UpdateMask` to specify which fields should be updated."],["There are two constructors available for creating instances of the `UpdateApiRequest` class, either as a new request or by copying an existing one."],["The class inherits from `object` and includes inherited members like `GetHashCode()`, `GetType()`, and `ToString()`, which are common in .NET object inheritance."]]],[]]