Module: Google::Cloud::Asset::V1::AnalyzeMoveRequest::AnalysisView
- Defined in:
- proto_docs/google/cloud/asset/v1/asset_service.rb
Overview
View enum for supporting partial analysis responses.
Constant Summary collapse
- ANALYSIS_VIEW_UNSPECIFIED =
The default/unset value. The API will default to the FULL view.
0
- FULL =
Full analysis including all level of impacts of the specified resource move.
1
- BASIC =
Basic analysis only including blockers which will prevent the specified resource move at runtime.
2