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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe latest version of the \u003ccode\u003eUpdateFeedRequest\u003c/code\u003e class is 3.12.0, while version 2.10.0 is also detailed in this content.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eUpdateFeedRequest\u003c/code\u003e is a class used to update asset feed requests, inheriting from \u003ccode\u003eObject\u003c/code\u003e and implementing several interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUpdateFeedRequest\u003c/code\u003e class provides two constructors: a default constructor and one that takes another \u003ccode\u003eUpdateFeedRequest\u003c/code\u003e object as a parameter for copying.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties \u003ccode\u003eFeed\u003c/code\u003e of type \u003ccode\u003eFeed\u003c/code\u003e and \u003ccode\u003eUpdateMask\u003c/code\u003e of type \u003ccode\u003eFieldMask\u003c/code\u003e, both of which are required for updating feed details and specifying which fields to update, respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGoogle.Cloud.Asset.V1\u003c/code\u003e namespace and \u003ccode\u003eGoogle.Cloud.Asset.V1.dll\u003c/code\u003e assembly contain this object.\u003c/p\u003e\n"]]],[],null,[]]