Chronicle v1 API - Class UpdateFeedRequest (1.1.0)

public sealed class UpdateFeedRequest : IMessage<UpdateFeedRequest>, IEquatable<UpdateFeedRequest>, IDeepCloneable<UpdateFeedRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Chronicle v1 API class UpdateFeedRequest.

Request message for UpdateFeed.

Inheritance

object > UpdateFeedRequest

Namespace

Google.Cloud.Chronicle.V1

Assembly

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