Enum MappingRule.State (2.40.0)

public enum MappingRule.State extends Enum<MappingRule.State> implements ProtocolMessageEnum

The current mapping rule state such as enabled, disabled or deleted.

Protobuf enum google.cloud.clouddms.v1.MappingRule.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DELETED

The rule is logically deleted.

DELETED = 3;

DELETED_VALUE

The rule is logically deleted.

DELETED = 3;

DISABLED

The rule is disabled.

DISABLED = 2;

DISABLED_VALUE

The rule is disabled.

DISABLED = 2;

ENABLED

The rule is enabled.

ENABLED = 1;

ENABLED_VALUE

The rule is enabled.

ENABLED = 1;

STATE_UNSPECIFIED

The state of the mapping rule is unknown.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

The state of the mapping rule is unknown.

STATE_UNSPECIFIED = 0;

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