Class: Google::Cloud::NetworkSecurity::V1beta1::GetDnsThreatDetectorRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkSecurity::V1beta1::GetDnsThreatDetectorRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networksecurity/v1beta1/dns_threat_detector.rb
Overview
The message sent to get a DnsThreatDetector.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Name of the DnsThreatDetector resource.
111 112 113 114 |
# File 'proto_docs/google/cloud/networksecurity/v1beta1/dns_threat_detector.rb', line 111 class GetDnsThreatDetectorRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |