Class: Google::Cloud::SecurityCenter::V1::ListEventThreatDetectionCustomModulesResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb

Overview

Response for listing Event Threat Detection custom modules.

Instance Attribute Summary collapse

Instance Attribute Details

#event_threat_detection_custom_modules::Array<::Google::Cloud::SecurityCenter::V1::EventThreatDetectionCustomModule>

Returns Custom modules belonging to the requested parent.

Returns:



2057
2058
2059
2060
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 2057

class ListEventThreatDetectionCustomModulesResponse
  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.

Returns:

  • (::String)

    A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.



2057
2058
2059
2060
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 2057

class ListEventThreatDetectionCustomModulesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end