public sealed class ListFeedsRequest : IMessage<ListFeedsRequest>, IEquatable<ListFeedsRequest>, IDeepCloneable<ListFeedsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Asset Inventory v1 API class ListFeedsRequest.
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-04-17 UTC."],[[["This webpage provides reference documentation for the `ListFeedsRequest` class within the Google Cloud Asset Inventory v1 API."],["The `ListFeedsRequest` class is used to list asset feeds and is implemented in various versions, from 2.7.0 up to the latest version 3.12.0, with links to documentation for each version."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which are detailed on the page."],["The page lists the inheritance hierarchy of the class, starting from the base object class, and also lists the class's implemented members and constructors, such as the `ListFeedsRequest()` constructor."],["The `Parent` property, which is of type string, is a required field for the request, specifying the project/folder/organization whose feeds are being listed, using either a project/folder/organization number or project ID."]]],[]]