Reference documentation and code samples for the Google Cloud Asset V1 Client class AnalysisView.
View enum for supporting partial analysis responses.
Protobuf type google.cloud.asset.v1.AnalyzeMoveRequest.AnalysisView
Namespace
Google \ Cloud \ Asset \ V1 \ AnalyzeMoveRequestMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
ANALYSIS_VIEW_UNSPECIFIED
Value: 0
The default/unset value.
The API will default to the FULL view.
Generated from protobuf enum ANALYSIS_VIEW_UNSPECIFIED = 0;
FULL
Value: 1
Full analysis including all level of impacts of the specified resource move.
Generated from protobuf enum FULL = 1;
BASIC
Value: 2
Basic analysis only including blockers which will prevent the specified resource move at runtime.
Generated from protobuf enum BASIC = 2;