Google Cloud Asset V1 Client - Class AnalyzeMoveResponse (1.11.3)

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

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
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
NameDescription
var array<Google\Cloud\Asset\V1\MoveAnalysis>
Returns
TypeDescription
$this