Class: Google::Cloud::NetworkSecurity::V1beta1::ListDnsThreatDetectorsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkSecurity::V1beta1::ListDnsThreatDetectorsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networksecurity/v1beta1/dns_threat_detector.rb
Overview
The response message to requesting a list of DnsThreatDetectors.
Instance Attribute Summary collapse
-
#dns_threat_detectors ⇒ ::Array<::Google::Cloud::NetworkSecurity::V1beta1::DnsThreatDetector>
The list of DnsThreatDetector resources.
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_token, to retrieve the next page. -
#unreachable ⇒ ::Array<::String>
Unordered list.
Instance Attribute Details
#dns_threat_detectors ⇒ ::Array<::Google::Cloud::NetworkSecurity::V1beta1::DnsThreatDetector>
Returns The list of DnsThreatDetector resources.
102 103 104 105 |
# File 'proto_docs/google/cloud/networksecurity/v1beta1/dns_threat_detector.rb', line 102 class ListDnsThreatDetectorsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token, which can be sent as page_token, to retrieve the next page.
102 103 104 105 |
# File 'proto_docs/google/cloud/networksecurity/v1beta1/dns_threat_detector.rb', line 102 class ListDnsThreatDetectorsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Unordered list. Unreachable DnsThreatDetector resources.
102 103 104 105 |
# File 'proto_docs/google/cloud/networksecurity/v1beta1/dns_threat_detector.rb', line 102 class ListDnsThreatDetectorsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |