Reference documentation and code samples for the Google Cloud Security Center Management V1 Client class GetEventThreatDetectionCustomModuleRequest.
Message for getting a EventThreatDetectionCustomModule
Generated from protobuf message google.cloud.securitycentermanagement.v1.GetEventThreatDetectionCustomModuleRequest
Namespace
Google \ Cloud \ SecurityCenterManagement \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The resource name of the ETD custom module. Its format is: * |
getName
Required. The resource name of the ETD custom module.
Its format is:
organizations/{organization}/locations/{location}/eventThreatDetectionCustomModules/{event_threat_detection_custom_module}
.folders/{folder}/locations/{location}/eventThreatDetectionCustomModules/{event_threat_detection_custom_module}
.projects/{project}/locations/{location}/eventThreatDetectionCustomModules/{event_threat_detection_custom_module}
.
Returns | |
---|---|
Type | Description |
string |
setName
Required. The resource name of the ETD custom module.
Its format is:
organizations/{organization}/locations/{location}/eventThreatDetectionCustomModules/{event_threat_detection_custom_module}
.folders/{folder}/locations/{location}/eventThreatDetectionCustomModules/{event_threat_detection_custom_module}
.projects/{project}/locations/{location}/eventThreatDetectionCustomModules/{event_threat_detection_custom_module}
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
name |
string
Required. The resource name of the ETD custom module. Its format is:
|
Returns | |
---|---|
Type | Description |
Google\Cloud\SecurityCenterManagement\V1\GetEventThreatDetectionCustomModuleRequest |