public sealed class UpdateFindingsRefinementDeploymentRequest : IMessage<UpdateFindingsRefinementDeploymentRequest>, IEquatable<UpdateFindingsRefinementDeploymentRequest>, IDeepCloneable<UpdateFindingsRefinementDeploymentRequest>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class UpdateFindingsRefinementDeploymentRequest.
Request message for UpdateFindingsRefinementDeployment method.
Implements
IMessageUpdateFindingsRefinementDeploymentRequest, IEquatableUpdateFindingsRefinementDeploymentRequest, IDeepCloneableUpdateFindingsRefinementDeploymentRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
UpdateFindingsRefinementDeploymentRequest()
public UpdateFindingsRefinementDeploymentRequest()UpdateFindingsRefinementDeploymentRequest(UpdateFindingsRefinementDeploymentRequest)
public UpdateFindingsRefinementDeploymentRequest(UpdateFindingsRefinementDeploymentRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateFindingsRefinementDeploymentRequest |
Properties
FindingsRefinementDeployment
public FindingsRefinementDeployment FindingsRefinementDeployment { get; set; }Required. The findings refinement deployment to update.
The findings refinement deployment's name field is used to identify the
findings refinement deployment to update.
Format:
projects/{project}/locations/{location}/instances/{instance}/findingsRefinements/{findings_refinement}/deployment
| Property Value | |
|---|---|
| Type | Description |
FindingsRefinementDeployment |
|
UpdateMask
public FieldMask UpdateMask { get; set; }Required. The list of fields to update. If * is provided, all fields will
be updated.
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|