Google Cloud Security Command Center V1 Client - Class ListEffectiveSecurityHealthAnalyticsCustomModulesResponse (1.17.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ effective_security_health_analytics_custom_modules array<Google\Cloud\SecurityCenter\V1\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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setEffectiveSecurityHealthAnalyticsCustomModules

Effective custom modules belonging to the requested parent.

Parameter
NameDescription
var array<Google\Cloud\SecurityCenter\V1\EffectiveSecurityHealthAnalyticsCustomModule>
Returns
TypeDescription
$this

getNextPageToken

If not empty, indicates that there may be more effective custom modules to be returned.

Returns
TypeDescription
string

setNextPageToken

If not empty, indicates that there may be more effective custom modules to be returned.

Parameter
NameDescription
var string
Returns
TypeDescription
$this