Reference documentation and code samples for the Google Cloud Security Command Center V1 Client class ListEffectiveSecurityHealthAnalyticsCustomModulesResponse.
Response message for listing effective Security Health Analytics custom modules.
Generated from protobuf message google.cloud.securitycenter.v1.ListEffectiveSecurityHealthAnalyticsCustomModulesResponse
Namespace
Google \ Cloud \ SecurityCenter \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ effective_security_health_analytics_custom_modules |
array<EffectiveSecurityHealthAnalyticsCustomModule>
Effective custom modules belonging to the requested parent. |
↳ next_page_token |
string
If not empty, indicates that there may be more effective custom modules to be returned. |
getEffectiveSecurityHealthAnalyticsCustomModules
Effective custom modules belonging to the requested parent.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setEffectiveSecurityHealthAnalyticsCustomModules
Effective custom modules belonging to the requested parent.
| Parameter | |
|---|---|
| Name | Description |
var |
array<EffectiveSecurityHealthAnalyticsCustomModule>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextPageToken
If not empty, indicates that there may be more effective custom modules to be returned.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNextPageToken
If not empty, indicates that there may be more effective custom modules to be returned.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|