Google Cloud Asset V1 Client - Class AnalyzeMoveResponse (1.16.1)

Reference documentation and code samples for the Google Cloud Asset V1 Client class AnalyzeMoveResponse.

The response message for resource move analysis.

Generated from protobuf message google.cloud.asset.v1.AnalyzeMoveResponse

Namespace

Google \ Cloud \ Asset \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ move_analysis array<Google\Cloud\Asset\V1\MoveAnalysis>

The list of analyses returned from performing the intended resource move analysis. The analysis is grouped by different Google Cloud services.

getMoveAnalysis

The list of analyses returned from performing the intended resource move analysis. The analysis is grouped by different Google Cloud services.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setMoveAnalysis

The list of analyses returned from performing the intended resource move analysis. The analysis is grouped by different Google Cloud services.

Parameter
Name Description
var array<Google\Cloud\Asset\V1\MoveAnalysis>
Returns
Type Description
$this