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

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

Request to validate an Event Threat Detection custom module.

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

Namespace

Google \ Cloud \ SecurityCenterManagement \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. Resource name of the parent to validate the Custom Module under. Its format is: * "organizations/{organization}/locations/{location}".

↳ raw_text string

Required. The raw text of the module's contents. Used to generate error messages.

↳ type string

Required. The type of the module (e.g. CONFIGURABLE_BAD_IP).

getParent

Required. Resource name of the parent to validate the Custom Module under.

Its format is:

  • "organizations/{organization}/locations/{location}".
Returns
TypeDescription
string

setParent

Required. Resource name of the parent to validate the Custom Module under.

Its format is:

  • "organizations/{organization}/locations/{location}".
Parameter
NameDescription
var string
Returns
TypeDescription
$this

getRawText

Required. The raw text of the module's contents. Used to generate error messages.

Returns
TypeDescription
string

setRawText

Required. The raw text of the module's contents. Used to generate error messages.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getType

Required. The type of the module (e.g. CONFIGURABLE_BAD_IP).

Returns
TypeDescription
string

setType

Required. The type of the module (e.g. CONFIGURABLE_BAD_IP).

Parameter
NameDescription
var string
Returns
TypeDescription
$this