Reference documentation and code samples for the Google Cloud Security Center Management V1 Client class ValidateEventThreatDetectionCustomModuleRequest.
Request message for SecurityCenterManagement.ValidateEventThreatDetectionCustomModule.
Generated from protobuf message google.cloud.securitycentermanagement.v1.ValidateEventThreatDetectionCustomModuleRequest
Namespace
Google \ Cloud \ SecurityCenterManagement \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. Resource name of the parent to validate the custom modules under, in one of the following formats: * |
↳ 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. For example, |
getParent
Required. Resource name of the parent to validate the custom modules under, in one of the following formats:
organizations/{organization}/locations/{location}
Returns | |
---|---|
Type | Description |
string |
setParent
Required. Resource name of the parent to validate the custom modules under, in one of the following formats:
organizations/{organization}/locations/{location}
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getRawText
Required. The raw text of the module's contents. Used to generate error messages.
Returns | |
---|---|
Type | Description |
string |
setRawText
Required. The raw text of the module's contents. Used to generate error messages.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getType
Required. The type of the module. For example, CONFIGURABLE_BAD_IP
.
Returns | |
---|---|
Type | Description |
string |
setType
Required. The type of the module. For example, CONFIGURABLE_BAD_IP
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |