Class: Google::Cloud::NetworkSecurity::V1beta1::UpdateDnsThreatDetectorRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#dns_threat_detector::Google::Cloud::NetworkSecurity::V1beta1::DnsThreatDetector

Returns Required. The DnsThreatDetector resource being updated.

Returns:



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.

Returns:

  • (::Google::Protobuf::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.



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