Google Cloud Security Command Center V1 Client - Class ListDescendantSecurityHealthAnalyticsCustomModulesResponse (1.28.0)

Reference documentation and code samples for the Google Cloud Security Command Center V1 Client class ListDescendantSecurityHealthAnalyticsCustomModulesResponse.

Response message for listing descendant Security Health Analytics custom modules.

Generated from protobuf message google.cloud.securitycenter.v1.ListDescendantSecurityHealthAnalyticsCustomModulesResponse

Namespace

Google \ Cloud \ SecurityCenter \ V1

Methods

__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 and its descendants.

↳ 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 and its descendants.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setSecurityHealthAnalyticsCustomModules

Custom modules belonging to the requested parent and its descendants.

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