Class: Google::Cloud::NetworkSecurity::V1beta1::UpdateDnsThreatDetectorRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkSecurity::V1beta1::UpdateDnsThreatDetectorRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networksecurity/v1beta1/dns_threat_detector.rb
Overview
The message for updating a DnsThreatDetector.
Instance Attribute Summary collapse
-
#dns_threat_detector ⇒ ::Google::Cloud::NetworkSecurity::V1beta1::DnsThreatDetector
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
Instance Attribute Details
#dns_threat_detector ⇒ ::Google::Cloud::NetworkSecurity::V1beta1::DnsThreatDetector
Returns Required. The DnsThreatDetector resource being updated.
143 144 145 146 |
# File 'proto_docs/google/cloud/networksecurity/v1beta1/dns_threat_detector.rb', line 143 class UpdateDnsThreatDetectorRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns 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.
143 144 145 146 |
# File 'proto_docs/google/cloud/networksecurity/v1beta1/dns_threat_detector.rb', line 143 class UpdateDnsThreatDetectorRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |