Enum AnalyzeMoveRequest.AnalysisView (3.4.0)

public enum AnalyzeMoveRequest.AnalysisView extends Enum<AnalyzeMoveRequest.AnalysisView> implements ProtocolMessageEnum

View enum for supporting partial analysis responses.

Protobuf enum google.cloud.asset.v1.AnalyzeMoveRequest.AnalysisView

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ANALYSIS_VIEW_UNSPECIFIED

The default/unset value. The API will default to the FULL view.

ANALYSIS_VIEW_UNSPECIFIED = 0;

ANALYSIS_VIEW_UNSPECIFIED_VALUE

The default/unset value. The API will default to the FULL view.

ANALYSIS_VIEW_UNSPECIFIED = 0;

BASIC

Basic analysis only including blockers which will prevent the specified resource move at runtime.

BASIC = 2;

BASIC_VALUE

Basic analysis only including blockers which will prevent the specified resource move at runtime.

BASIC = 2;

FULL

Full analysis including all level of impacts of the specified resource move.

FULL = 1;

FULL_VALUE

Full analysis including all level of impacts of the specified resource move.

FULL = 1;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()