Google Cloud Asset V1 Client - Class MoveAnalysis (1.9.2)

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

A message to group the analysis information.

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ display_name string

The user friendly display name of the analysis. E.g. IAM, Organization Policy etc.

↳ analysis Google\Cloud\Asset\V1\MoveAnalysisResult

Analysis result of moving the target resource.

↳ error Google\Rpc\Status

Description of error encountered when performing the analysis.

getDisplayName

The user friendly display name of the analysis. E.g. IAM, Organization Policy etc.

Generated from protobuf field string display_name = 1;

Returns
TypeDescription
string

setDisplayName

The user friendly display name of the analysis. E.g. IAM, Organization Policy etc.

Generated from protobuf field string display_name = 1;

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getAnalysis

Analysis result of moving the target resource.

Generated from protobuf field .google.cloud.asset.v1.MoveAnalysisResult analysis = 2;

Returns
TypeDescription
Google\Cloud\Asset\V1\MoveAnalysisResult|null

hasAnalysis

setAnalysis

Analysis result of moving the target resource.

Generated from protobuf field .google.cloud.asset.v1.MoveAnalysisResult analysis = 2;

Parameter
NameDescription
var Google\Cloud\Asset\V1\MoveAnalysisResult
Returns
TypeDescription
$this

getError

Description of error encountered when performing the analysis.

Generated from protobuf field .google.rpc.Status error = 3;

Returns
TypeDescription
Google\Rpc\Status|null

hasError

setError

Description of error encountered when performing the analysis.

Generated from protobuf field .google.rpc.Status error = 3;

Parameter
NameDescription
var Google\Rpc\Status
Returns
TypeDescription
$this

getResult

Returns
TypeDescription
string