Class: Google::Cloud::SecurityCenter::V1::ListEffectiveEventThreatDetectionCustomModulesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1::ListEffectiveEventThreatDetectionCustomModulesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb
Overview
Response for listing EffectiveEventThreatDetectionCustomModules.
Instance Attribute Summary collapse
-
#effective_event_threat_detection_custom_modules ⇒ ::Array<::Google::Cloud::SecurityCenter::V1::EffectiveEventThreatDetectionCustomModule>
Effective custom modules belonging to the requested parent.
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_token
to retrieve the next page.
Instance Attribute Details
#effective_event_threat_detection_custom_modules ⇒ ::Array<::Google::Cloud::SecurityCenter::V1::EffectiveEventThreatDetectionCustomModule>
Returns Effective custom modules belonging to the requested parent.
2129 2130 2131 2132 |
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 2129 class ListEffectiveEventThreatDetectionCustomModulesResponse 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.
If this field is omitted, there are no subsequent pages.
2129 2130 2131 2132 |
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 2129 class ListEffectiveEventThreatDetectionCustomModulesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |