public sealed class UpdateFeedRequest : IMessage<UpdateFeedRequest>, IEquatable<UpdateFeedRequest>, IDeepCloneable<UpdateFeedRequest>, IBufferMessage, IMessage
Required. The new values of feed details. It must match an existing feed and the
field name must be in the format of:
projects/project_number/feeds/feed_id or
folders/folder_number/feeds/feed_id or
organizations/organization_number/feeds/feed_id.
Required. Only updates the feed fields indicated by this mask.
The field mask must not be empty, and it must not contain fields that
are immutable or only set by the server.
[[["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 latest version of the `UpdateFeedRequest` class is 3.12.0, while version 2.10.0 is also detailed in this content."],["`UpdateFeedRequest` is a class used to update asset feed requests, inheriting from `Object` and implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateFeedRequest` class provides two constructors: a default constructor and one that takes another `UpdateFeedRequest` object as a parameter for copying."],["The class includes properties `Feed` of type `Feed` and `UpdateMask` of type `FieldMask`, both of which are required for updating feed details and specifying which fields to update, respectively."],["The `Google.Cloud.Asset.V1` namespace and `Google.Cloud.Asset.V1.dll` assembly contain this object."]]],[]]