Google Cloud Asset V1 Client - Class MoveAnalysisResult (1.9.2)

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

An analysis result including blockers and warnings.

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ blockers array<Google\Cloud\Asset\V1\MoveImpact>

Blocking information that would prevent the target resource from moving to the specified destination at runtime.

↳ warnings array<Google\Cloud\Asset\V1\MoveImpact>

Warning information indicating that moving the target resource to the specified destination might be unsafe. This can include important policy information and configuration changes, but will not block moves at runtime.

getBlockers

Blocking information that would prevent the target resource from moving to the specified destination at runtime.

Generated from protobuf field repeated .google.cloud.asset.v1.MoveImpact blockers = 1;

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setBlockers

Blocking information that would prevent the target resource from moving to the specified destination at runtime.

Generated from protobuf field repeated .google.cloud.asset.v1.MoveImpact blockers = 1;

Parameter
NameDescription
var array<Google\Cloud\Asset\V1\MoveImpact>
Returns
TypeDescription
$this

getWarnings

Warning information indicating that moving the target resource to the specified destination might be unsafe. This can include important policy information and configuration changes, but will not block moves at runtime.

Generated from protobuf field repeated .google.cloud.asset.v1.MoveImpact warnings = 2;

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setWarnings

Warning information indicating that moving the target resource to the specified destination might be unsafe. This can include important policy information and configuration changes, but will not block moves at runtime.

Generated from protobuf field repeated .google.cloud.asset.v1.MoveImpact warnings = 2;

Parameter
NameDescription
var array<Google\Cloud\Asset\V1\MoveImpact>
Returns
TypeDescription
$this