public sealed class CreateFeedRequest : IMessage<CreateFeedRequest>, IEquatable<CreateFeedRequest>, IDeepCloneable<CreateFeedRequest>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class CreateFeedRequest.
Request message for CreateFeed.
Implements
IMessageCreateFeedRequest, IEquatableCreateFeedRequest, IDeepCloneableCreateFeedRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.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. Feed to create.
| Property Value | |
|---|---|
| Type | Description |
Feed |
|
Parent
public string Parent { get; set; }Required. The parent resource where this Feed will be created. Format: projects/{project}/locations/{location}/instances/{instance}
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsInstanceName
public InstanceName ParentAsInstanceName { get; set; }InstanceName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
InstanceName |
|