Reference documentation and code samples for the Google Cloud Security Center Management V1 Client class ListSecurityHealthAnalyticsCustomModulesResponse.
Response message for listing Security Health Analytics custom modules.
Generated from protobuf message google.cloud.securitycentermanagement.v1.ListSecurityHealthAnalyticsCustomModulesResponse
Namespace
Google \ Cloud \ SecurityCenterManagement \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ security_health_analytics_custom_modules |
array<Google\Cloud\SecurityCenterManagement\V1\SecurityHealthAnalyticsCustomModule>
The list of SecurityHealthAnalyticsCustomModules |
↳ next_page_token |
string
A token identifying a page of results the server should return. |
getSecurityHealthAnalyticsCustomModules
The list of SecurityHealthAnalyticsCustomModules
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setSecurityHealthAnalyticsCustomModules
The list of SecurityHealthAnalyticsCustomModules
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\SecurityCenterManagement\V1\SecurityHealthAnalyticsCustomModule>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
A token identifying a page of results the server should return.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
A token identifying a page of results the server should return.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |