Class: Google::Cloud::NetworkSecurity::V1beta1::ListDnsThreatDetectorsResponse

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 response message to requesting a list of DnsThreatDetectors.

Instance Attribute Summary collapse

Instance Attribute Details

#dns_threat_detectors::Array<::Google::Cloud::NetworkSecurity::V1beta1::DnsThreatDetector>

Returns The list of DnsThreatDetector resources.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:

  • (::Array<::String>)

    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