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 webpage provides documentation for the `ListFeedsRequest` class within the `Google.Cloud.Asset.V1` namespace, detailing its usage in managing asset feeds."],["The latest version available for the `ListFeedsRequest` is 3.12.0, and the page outlines a history of prior releases dating back to version 2.7.0, each linked for direct access."],["`ListFeedsRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` with inheritence from `Object`."],["The `ListFeedsRequest` class has a constructor with parameters, as well as a Parent property, to establish the location of the desired feeds."],["The documentation lists the inherited members of the `Object` class, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`, for the `ListFeedsRequest` class."]]],[]]