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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ANALYSIS_VIEW_UNSPECIFIED |
The default/unset value. The API will default to the FULL view. |
ANALYSIS_VIEW_UNSPECIFIED_VALUE |
The default/unset value. The API will default to the FULL view. |
BASIC |
Basic analysis only including blockers which will prevent the specified resource move at runtime. |
BASIC_VALUE |
Basic analysis only including blockers which will prevent the specified resource move at runtime. |
FULL |
Full analysis including all level of impacts of the specified resource move. |
FULL_VALUE |
Full analysis including all level of impacts of the specified resource move. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |