Google Cloud Security Center Management V1 Client - Class ListEventThreatDetectionCustomModulesResponse (1.0.0)

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

Response message for listing Event Threat Detection custom modules.

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

Namespace

Google \ Cloud \ SecurityCenterManagement \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ event_threat_detection_custom_modules array<Google\Cloud\SecurityCenterManagement\V1\EventThreatDetectionCustomModule>

The list of EventThreatDetectionCustomModules

↳ next_page_token string

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

getEventThreatDetectionCustomModules

The list of EventThreatDetectionCustomModules

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setEventThreatDetectionCustomModules

The list of EventThreatDetectionCustomModules

Parameter
Name Description
var array<Google\Cloud\SecurityCenterManagement\V1\EventThreatDetectionCustomModule>
Returns
Type Description
$this

getNextPageToken

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

Returns
Type Description
string

setNextPageToken

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

Parameter
Name Description
var string
Returns
Type Description
$this