public sealed class UpdateDnsThreatDetectorRequest : IMessage<UpdateDnsThreatDetectorRequest>, IEquatable<UpdateDnsThreatDetectorRequest>, IDeepCloneable<UpdateDnsThreatDetectorRequest>, IBufferMessage, IMessageReference documentation and code samples for the Network Security v1beta1 API class UpdateDnsThreatDetectorRequest.
The message for updating a DnsThreatDetector.
Implements
IMessageUpdateDnsThreatDetectorRequest, IEquatableUpdateDnsThreatDetectorRequest, IDeepCloneableUpdateDnsThreatDetectorRequest, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkSecurity.V1Beta1Assembly
Google.Cloud.NetworkSecurity.V1Beta1.dll
Constructors
UpdateDnsThreatDetectorRequest()
public UpdateDnsThreatDetectorRequest()UpdateDnsThreatDetectorRequest(UpdateDnsThreatDetectorRequest)
public UpdateDnsThreatDetectorRequest(UpdateDnsThreatDetectorRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateDnsThreatDetectorRequest |
Properties
DnsThreatDetector
public DnsThreatDetector DnsThreatDetector { get; set; }Required. The DnsThreatDetector resource being updated.
| Property Value | |
|---|---|
| Type | Description |
DnsThreatDetector |
|
UpdateMask
public FieldMask UpdateMask { get; set; }Optional. The field mask is used to specify the fields to be overwritten in the DnsThreatDetector resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the mask is not provided then all fields present in the request will be overwritten.
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|