Google Cloud Security Center Management V1 Client - Class ListEffectiveEventThreatDetectionCustomModulesResponse (0.1.0)

Reference documentation and code samples for the Google Cloud Security Center Management V1 Client class ListEffectiveEventThreatDetectionCustomModulesResponse.

Response message for listing effective Event Threat Detection custom modules.

Generated from protobuf message google.cloud.securitycentermanagement.v1.ListEffectiveEventThreatDetectionCustomModulesResponse

Namespace

Google \ Cloud \ SecurityCenterManagement \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ effective_event_threat_detection_custom_modules array<Google\Cloud\SecurityCenterManagement\V1\EffectiveEventThreatDetectionCustomModule>

The list of EffectiveEventThreatDetectionCustomModules

↳ next_page_token string

A token identifying a page of results the server should return.

getEffectiveEventThreatDetectionCustomModules

The list of EffectiveEventThreatDetectionCustomModules

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setEffectiveEventThreatDetectionCustomModules

The list of EffectiveEventThreatDetectionCustomModules

Parameter
NameDescription
var array<Google\Cloud\SecurityCenterManagement\V1\EffectiveEventThreatDetectionCustomModule>
Returns
TypeDescription
$this

getNextPageToken

A token identifying a page of results the server should return.

Returns
TypeDescription
string

setNextPageToken

A token identifying a page of results the server should return.

Parameter
NameDescription
var string
Returns
TypeDescription
$this