Class UpdateDnsThreatDetectorRequest (0.13.0)

UpdateDnsThreatDetectorRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

The message for updating a DnsThreatDetector.

Attributes

Name Description
update_mask google.protobuf.field_mask_pb2.FieldMask
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.
dns_threat_detector google.cloud.network_security_v1.types.DnsThreatDetector
Required. The DnsThreatDetector resource being updated.