public sealed class UpdateFeedRequest : IMessage<UpdateFeedRequest>, IEquatable<UpdateFeedRequest>, IDeepCloneable<UpdateFeedRequest>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class UpdateFeedRequest.
Request message for UpdateFeed.
Implements
IMessageUpdateFeedRequest, IEquatableUpdateFeedRequest, IDeepCloneableUpdateFeedRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
UpdateFeedRequest()
public UpdateFeedRequest()UpdateFeedRequest(UpdateFeedRequest)
public UpdateFeedRequest(UpdateFeedRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateFeedRequest |
Properties
Feed
public Feed Feed { get; set; }Required. Feed to update. Updates full feed object.
| Property Value | |
|---|---|
| Type | Description |
Feed |
|
UpdateMask
public FieldMask UpdateMask { get; set; }Optional. Specifies which fields to update. If empty, update the full feed.
To update the display name, pass only displayName and no other
fields. To update other fields, pass a comma-separated list of fields to
update and omit displayName. The update fails if an existing
displayName is sent in the update request.
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|