Reference documentation and code samples for the Google Cloud Security Command Center V1 Client class GetEffectiveEventThreatDetectionCustomModuleRequest.
Request to get an EffectiveEventThreatDetectionCustomModule.
Generated from protobuf message google.cloud.securitycenter.v1.GetEffectiveEventThreatDetectionCustomModuleRequest
Namespace
Google \ Cloud \ SecurityCenter \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The resource name of the effective Event Threat Detection custom module. Its format is: * * |
getName
Required. The resource name of the effective Event Threat Detection custom module.
Its format is:
organizations/{organization}/eventThreatDetectionSettings/effectiveCustomModules/{module}.folders/{folder}/eventThreatDetectionSettings/effectiveCustomModules/{module}.projects/{project}/eventThreatDetectionSettings/effectiveCustomModules/{module}.
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. The resource name of the effective Event Threat Detection custom module.
Its format is:
organizations/{organization}/eventThreatDetectionSettings/effectiveCustomModules/{module}.folders/{folder}/eventThreatDetectionSettings/effectiveCustomModules/{module}.projects/{project}/eventThreatDetectionSettings/effectiveCustomModules/{module}.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
name |
string
Required. The resource name of the effective Event Threat Detection custom module. Its format is:
|
| Returns | |
|---|---|
| Type | Description |
GetEffectiveEventThreatDetectionCustomModuleRequest |
|