public sealed class CreateFeedRequest : IMessage<CreateFeedRequest>, IEquatable<CreateFeedRequest>, IDeepCloneable<CreateFeedRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Asset Inventory v1 API class CreateFeedRequest.
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."],[[["This document provides reference documentation for the `CreateFeedRequest` class within the Google Cloud Asset Inventory v1 API, specifically for version 3.10.0."],["`CreateFeedRequest` is a class used to create asset feed requests and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateFeedRequest` class has two constructors: a default constructor and a constructor that takes another `CreateFeedRequest` object as a parameter."],["Key properties of `CreateFeedRequest` include `Feed`, which contains the feed details, `FeedId`, which is a client-assigned unique identifier for the feed, and `Parent`, which specifies the project, folder, or organization where the feed will be created."],["The latest version of the API is 3.12.0 and there are multiple previous versions listed from 2.7.0 to 3.11.0."]]],[]]