Class: Google::Cloud::NetworkSecurity::V1beta1::ListDnsThreatDetectorsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkSecurity::V1beta1::ListDnsThreatDetectorsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networksecurity/v1beta1/dns_threat_detector.rb
Overview
The message for requesting a list of DnsThreatDetectors in the project.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns Optional. The requested page size. The server may return fewer items than requested. If unspecified, the server picks an appropriate default.
87 88 89 90 |
# File 'proto_docs/google/cloud/networksecurity/v1beta1/dns_threat_detector.rb', line 87 class ListDnsThreatDetectorsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. A page token received from a previous
ListDnsThreatDetectorsRequest call. Provide this to retrieve the
subsequent page.
87 88 89 90 |
# File 'proto_docs/google/cloud/networksecurity/v1beta1/dns_threat_detector.rb', line 87 class ListDnsThreatDetectorsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent value for ListDnsThreatDetectorsRequest.
87 88 89 90 |
# File 'proto_docs/google/cloud/networksecurity/v1beta1/dns_threat_detector.rb', line 87 class ListDnsThreatDetectorsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |