public sealed class ListFeedsRequest : IMessage<ListFeedsRequest>, IEquatable<ListFeedsRequest>, IDeepCloneable<ListFeedsRequest>, IBufferMessage, IMessage
Required. The parent project/folder/organization whose feeds are to be
listed. It can only be using project/folder/organization number (such as
"folders/12345")", or a project ID (such as "projects/my-project-id").
[[["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 available is 3.12.0, with a range of versions from 3.0.0 to 3.11.0 also available, as well as versions 2.11.0 to 2.7.0."],["`ListFeedsRequest` is a class that implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits from the `Object` class and provides methods like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The `ListFeedsRequest` class allows for listing asset feeds within a specific project, folder, or organization, with the `Parent` property defining the target location."],["The namespace for this class is `Google.Cloud.Asset.V1`, and it is part of the `Google.Cloud.Asset.V1.dll` assembly."]]],[]]