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."],[[["This webpage details the `ListFeedsRequest` class within the `Google.Cloud.Asset.V1` namespace, specifically version 2.8.0."],["The `ListFeedsRequest` class is used to request a list of asset feeds and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The content provides links to documentation for versions of the library ranging from 2.7.0 to the latest version, 3.12.0, indicating a history of updates and versions."],["The class includes two constructors: a default constructor `ListFeedsRequest()` and a copy constructor `ListFeedsRequest(ListFeedsRequest other)`."],["A key property of the class is `Parent`, a string that specifies the parent project, folder, or organization from which to list the asset feeds, accepting numerical identifiers or project IDs."]]],[]]