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-03-21 UTC."],[[["This webpage provides reference documentation for the `ListFeedsRequest` class within the Google Cloud Asset Inventory v1 API, specifically for .NET."],["The `ListFeedsRequest` class is used to request a list of asset feeds and is part of the `Google.Cloud.Asset.V1` namespace."],["The latest version of the API documented on this page is version 3.12.0, and there are previous versions going as low as 2.7.0, all with the same class listed."],["`ListFeedsRequest` inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionality for message handling, comparison, cloning, and buffering."],["The class contains a `Parent` property, a string that represents the required project/folder/organization used for listing the asset feeds."]]],[]]