Google Cloud Security Command Center V1 Client - Class CreateEventThreatDetectionCustomModuleRequest (2.0.0-RC1)

Reference documentation and code samples for the Google Cloud Security Command Center V1 Client class CreateEventThreatDetectionCustomModuleRequest.

Request to create an Event Threat Detection custom module.

Generated from protobuf message google.cloud.securitycenter.v1.CreateEventThreatDetectionCustomModuleRequest

Namespace

Google \ Cloud \ SecurityCenter \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The new custom module's parent. Its format is: * organizations/{organization}/eventThreatDetectionSettings. * folders/{folder}/eventThreatDetectionSettings. * projects/{project}/eventThreatDetectionSettings.

↳ event_threat_detection_custom_module Google\Cloud\SecurityCenter\V1\EventThreatDetectionCustomModule

Required. The module to create. The event_threat_detection_custom_module.name will be ignored and server generated.

getParent

Required. The new custom module's parent.

Its format is:

  • organizations/{organization}/eventThreatDetectionSettings.
  • folders/{folder}/eventThreatDetectionSettings.
  • projects/{project}/eventThreatDetectionSettings.
Returns
Type Description
string

setParent

Required. The new custom module's parent.

Its format is:

  • organizations/{organization}/eventThreatDetectionSettings.
  • folders/{folder}/eventThreatDetectionSettings.
  • projects/{project}/eventThreatDetectionSettings.
Parameter
Name Description
var string
Returns
Type Description
$this

getEventThreatDetectionCustomModule

Required. The module to create. The event_threat_detection_custom_module.name will be ignored and server generated.

Returns
Type Description
Google\Cloud\SecurityCenter\V1\EventThreatDetectionCustomModule|null

hasEventThreatDetectionCustomModule

clearEventThreatDetectionCustomModule

setEventThreatDetectionCustomModule

Required. The module to create. The event_threat_detection_custom_module.name will be ignored and server generated.

Parameter
Name Description
var Google\Cloud\SecurityCenter\V1\EventThreatDetectionCustomModule
Returns
Type Description
$this

static::build

Parameters
Name Description
parent string

Required. The new custom module's parent.

Its format is:

  • organizations/{organization}/eventThreatDetectionSettings.
  • folders/{folder}/eventThreatDetectionSettings.
  • projects/{project}/eventThreatDetectionSettings. Please see Google\Cloud\SecurityCenter\V1\SecurityCenterClient::eventThreatDetectionSettingsName() for help formatting this field.
eventThreatDetectionCustomModule Google\Cloud\SecurityCenter\V1\EventThreatDetectionCustomModule

Required. The module to create. The event_threat_detection_custom_module.name will be ignored and server generated.

Returns
Type Description
Google\Cloud\SecurityCenter\V1\CreateEventThreatDetectionCustomModuleRequest