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

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

Response message for SecurityCenterManagement.ListEffectiveEventThreatDetectionCustomModules.

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

Namespace

Google \ Cloud \ SecurityCenterManagement \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ effective_event_threat_detection_custom_modules array<EffectiveEventThreatDetectionCustomModule>

The list of effective Event Threat Detection custom modules.

↳ next_page_token string

A pagination token. To retrieve the next page of results, call the method again with this token.

getEffectiveEventThreatDetectionCustomModules

The list of effective Event Threat Detection custom modules.

Returns
Type Description
Google\Protobuf\RepeatedField<EffectiveEventThreatDetectionCustomModule>

setEffectiveEventThreatDetectionCustomModules

The list of effective Event Threat Detection custom modules.

Parameter
Name Description
var array<EffectiveEventThreatDetectionCustomModule>
Returns
Type Description
$this

getNextPageToken

A pagination token. To retrieve the next page of results, call the method again with this token.

Returns
Type Description
string

setNextPageToken

A pagination token. To retrieve the next page of results, call the method again with this token.

Parameter
Name Description
var string
Returns
Type Description
$this