public sealed class UpdateFeedRequest : IMessage<UpdateFeedRequest>, IEquatable<UpdateFeedRequest>, IDeepCloneable<UpdateFeedRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Asset Inventory v1 API class UpdateFeedRequest.
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-04-17 UTC."],[[["This webpage provides documentation for the `UpdateFeedRequest` class within the Google Cloud Asset Inventory v1 API, specifically for version 3.5.0 and other versions."],["The `UpdateFeedRequest` class is used to update asset feed details and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `UpdateFeedRequest` class include `Feed`, which specifies the updated feed details, and `UpdateMask`, which indicates which fields should be updated."],["The documentation lists various versions of the API, with 3.12.0 being the latest, and allows users to navigate to specific version details for UpdateFeedRequest."],["The class inherits members from the `object` type, including `GetHashCode`, `GetType`, and `ToString`."]]],[]]