Class: Google::Cloud::NetworkSecurity::V1beta1::CreateDnsThreatDetectorRequest

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 to create a DnsThreatDetector.

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns Required. The DnsThreatDetector resource to create.

Returns:



127
128
129
130
# File 'proto_docs/google/cloud/networksecurity/v1beta1/dns_threat_detector.rb', line 127

class CreateDnsThreatDetectorRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#dns_threat_detector_id::String

Returns Optional. The ID of the requesting DnsThreatDetector object. If this field is not supplied, the service generates an identifier.

Returns:

  • (::String)

    Optional. The ID of the requesting DnsThreatDetector object. If this field is not supplied, the service generates an identifier.



127
128
129
130
# File 'proto_docs/google/cloud/networksecurity/v1beta1/dns_threat_detector.rb', line 127

class CreateDnsThreatDetectorRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. The value for the parent of the DnsThreatDetector resource.

Returns:

  • (::String)

    Required. The value for the parent of the DnsThreatDetector resource.



127
128
129
130
# File 'proto_docs/google/cloud/networksecurity/v1beta1/dns_threat_detector.rb', line 127

class CreateDnsThreatDetectorRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end