Reference documentation and code samples for the Google Cloud Security Center Management V1 Client class ListEffectiveSecurityHealthAnalyticsCustomModulesResponse.
Response message for SecurityCenterManagement.ListEffectiveSecurityHealthAnalyticsCustomModules.
Generated from protobuf message google.cloud.securitycentermanagement.v1.ListEffectiveSecurityHealthAnalyticsCustomModulesResponse
Namespace
Google \ Cloud \ SecurityCenterManagement \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ effective_security_health_analytics_custom_modules |
array<EffectiveSecurityHealthAnalyticsCustomModule>
The list of effective Security Health Analytics custom modules. |
↳ next_page_token |
string
A pagination token. To retrieve the next page of results, call the method again with this token. |
getEffectiveSecurityHealthAnalyticsCustomModules
The list of effective Security Health Analytics custom modules.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setEffectiveSecurityHealthAnalyticsCustomModules
The list of effective Security Health Analytics custom modules.
Parameter | |
---|---|
Name | Description |
var |
array<EffectiveSecurityHealthAnalyticsCustomModule>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
A pagination token. To retrieve the next page of results, call the method again with this token.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
A pagination token. To retrieve the next page of results, call the method again with this token.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |