Google Cloud Security Command Center V2 Client - Class ListAttackPathsResponse (1.28.1)

Reference documentation and code samples for the Google Cloud Security Command Center V2 Client class ListAttackPathsResponse.

Response message for listing the attack paths for a given simulation or valued resource.

Generated from protobuf message google.cloud.securitycenter.v2.ListAttackPathsResponse

Namespace

Google \ Cloud \ SecurityCenter \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ attack_paths array<Google\Cloud\SecurityCenter\V2\AttackPath>

The attack paths that the attack path simulation identified.

↳ next_page_token string

Token to retrieve the next page of results, or empty if there are no more results.

getAttackPaths

The attack paths that the attack path simulation identified.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setAttackPaths

The attack paths that the attack path simulation identified.

Parameter
Name Description
var array<Google\Cloud\SecurityCenter\V2\AttackPath>
Returns
Type Description
$this

getNextPageToken

Token to retrieve the next page of results, or empty if there are no more results.

Returns
Type Description
string

setNextPageToken

Token to retrieve the next page of results, or empty if there are no more results.

Parameter
Name Description
var string
Returns
Type Description
$this