Enum MigrationWarning.WarningCode (0.14.1)

public enum MigrationWarning.WarningCode extends Enum<MigrationWarning.WarningCode> implements ProtocolMessageEnum

Represents possible warning codes.

Protobuf enum google.events.cloud.vmmigration.v1.MigrationWarning.WarningCode

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ADAPTATION_WARNING

A warning originated from OS Adaptation.

ADAPTATION_WARNING = 1;

ADAPTATION_WARNING_VALUE

A warning originated from OS Adaptation.

ADAPTATION_WARNING = 1;

UNRECOGNIZED
WARNING_CODE_UNSPECIFIED

Default value. This value is not used.

WARNING_CODE_UNSPECIFIED = 0;

WARNING_CODE_UNSPECIFIED_VALUE

Default value. This value is not used.

WARNING_CODE_UNSPECIFIED = 0;

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()