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