public sealed class CreateFeedRequest : IMessage<CreateFeedRequest>, IEquatable<CreateFeedRequest>, IDeepCloneable<CreateFeedRequest>, IBufferMessage, IMessage
Create asset feed request.
Implements
IMessage<CreateFeedRequest>, IEquatable<CreateFeedRequest>, IDeepCloneable<CreateFeedRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Asset.V1Assembly
Google.Cloud.Asset.V1.dll
Constructors
CreateFeedRequest()
public CreateFeedRequest()
CreateFeedRequest(CreateFeedRequest)
public CreateFeedRequest(CreateFeedRequest other)
Parameter | |
---|---|
Name | Description |
other | CreateFeedRequest |
Properties
Feed
public Feed Feed { get; set; }
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
Property Value | |
---|---|
Type | Description |
Feed |
FeedId
public string FeedId { get; set; }
Required. This is the client-assigned asset feed identifier and it needs to be unique under a specific parent project/folder/organization.
Property Value | |
---|---|
Type | Description |
String |
Parent
public string Parent { get; set; }
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").
Property Value | |
---|---|
Type | Description |
String |