public sealed class CreateFeedRequest : IMessage<CreateFeedRequest>, IEquatable<CreateFeedRequest>, IDeepCloneable<CreateFeedRequest>, IBufferMessage, IMessage
Required. The feed details. The field name must be empty and it will be
generated in the format of: projects/project_number/feeds/feed_id
folders/folder_number/feeds/feed_id
organizations/organization_number/feeds/feed_id
Required. The name of the project/folder/organization where this feed
should be created in. It can only be an organization number (such as
"organizations/123"), a folder number (such as "folders/123"), a project ID
(such as "projects/my-project-id")", or a project number (such as
"projects/12345").
[[["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."],[[["The `CreateFeedRequest` class is used to define a request for creating an asset feed within Google Cloud, and it is part of the `Google.Cloud.Asset.V1` namespace."],["The latest version of the documentation for `CreateFeedRequest` is 3.12.0, and there are several other versions available for reference, ranging from 2.7.0 to 3.11.0."],["`CreateFeedRequest` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering features like message handling, equality comparison, deep cloning, and buffer management."],["This class requires properties to define the parent project/folder/organization to create the feed in, as well as a unique feed identifier, and the feed details."],["The provided documentation displays several versions of the `CreateFeedRequest`, each accessible through distinct URLs."]]],[]]