public sealed class UpdateFindingsRefinementRequest : IMessage<UpdateFindingsRefinementRequest>, IEquatable<UpdateFindingsRefinementRequest>, IDeepCloneable<UpdateFindingsRefinementRequest>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class UpdateFindingsRefinementRequest.
Request message for UpdateFindingsRefinement method.
Implements
IMessageUpdateFindingsRefinementRequest, IEquatableUpdateFindingsRefinementRequest, IDeepCloneableUpdateFindingsRefinementRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
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 |
|