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-09 UTC."],[[["This webpage details the `CreateFeedRequest` class, which is used to create asset feed requests within the Google Cloud Asset API, specifically in version 2.7.0."],["The `CreateFeedRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["It has two constructors: a default constructor and one that accepts another `CreateFeedRequest` object to copy its values, and it has 3 properties including: Feed, FeedID, and Parent."],["The page lists various available versions of the `CreateFeedRequest` resource, ranging from version 2.7.0 to the latest version 3.12.0, providing links to each specific version's documentation."],["The `Feed`, `FeedId`, and `Parent` properties of `CreateFeedRequest` are all required to properly create an asset feed, and the parent parameter must be a project, folder, or organization."]]],[]]