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
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
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 |