Network Security v1beta1 API - Class UpdateDnsThreatDetectorRequest (2.0.0-beta08)

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

Reference documentation and code samples for the Network Security v1beta1 API class UpdateDnsThreatDetectorRequest.

The message for updating a DnsThreatDetector.

Inheritance

object > UpdateDnsThreatDetectorRequest

Namespace

Google.Cloud.NetworkSecurity.V1Beta1

Assembly

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