Google Cloud Asset V1 Client - Class AnalysisView (1.12.2)

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 \ AnalyzeMoveRequest

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
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;