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-04-17 UTC."],[[["This page provides documentation for the `ListFeedsRequest` class, used to request a list of asset feeds within Google Cloud."],["The latest version available is 3.12.0, while the current version of the documentation is for version 2.7.0."],["`ListFeedsRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from the base `Object` class."],["The class has two constructors: a default constructor `ListFeedsRequest()` and one that takes another `ListFeedsRequest` object as a parameter for duplication."],["The `ListFeedsRequest` class has a `Parent` property of type string which is a required field to specify the project, folder, or organization to retrieve the feeds from."]]],[]]