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

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
NameDescription
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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setSecurityHealthAnalyticsCustomModules

Custom modules belonging to the requested parent and its descendants.

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

getNextPageToken

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

Returns
TypeDescription
string

setNextPageToken

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this