Chronicle v1 API - Class UpdateFindingsRefinementRequest (1.0.0-beta07)

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

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

Request message for UpdateFindingsRefinement method.

Inheritance

object > UpdateFindingsRefinementRequest

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

UpdateFindingsRefinementRequest()

public UpdateFindingsRefinementRequest()

UpdateFindingsRefinementRequest(UpdateFindingsRefinementRequest)

public UpdateFindingsRefinementRequest(UpdateFindingsRefinementRequest other)
Parameter
Name Description
other UpdateFindingsRefinementRequest

Properties

FindingsRefinement

public FindingsRefinement FindingsRefinement { get; set; }

Required. The findings refinement to update.

The findings refinement's name field is used to identify the findings refinement to update. Format: projects/{project}/locations/{location}/instances/{instance}/findingsRefinements/{findings_refinement}

Property Value
Type Description
FindingsRefinement

UpdateMask

public FieldMask UpdateMask { get; set; }

Optional. The list of fields to update. If * is provided, all fields will be updated.

Property Value
Type Description
FieldMask