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.
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
↳ error
getDisplayName
The user friendly display name of the analysis. E.g. IAM, Organization Policy etc.
Generated from protobuf field string display_name = 1;
string
setDisplayName
The user friendly display name of the analysis. E.g. IAM, Organization Policy etc.
Generated from protobuf field string display_name = 1;
var
string
$this
getAnalysis
Analysis result of moving the target resource.
Generated from protobuf field .google.cloud.asset.v1.MoveAnalysisResult analysis = 2;
hasAnalysis
setAnalysis
Analysis result of moving the target resource.
Generated from protobuf field .google.cloud.asset.v1.MoveAnalysisResult analysis = 2;
$this
getError
Description of error encountered when performing the analysis.
Generated from protobuf field .google.rpc.Status error = 3;
hasError
setError
Description of error encountered when performing the analysis.
Generated from protobuf field .google.rpc.Status error = 3;
$this
getResult
string

