Enum ValuePresentInList (2.40.0)

public enum ValuePresentInList extends Enum<ValuePresentInList> implements ProtocolMessageEnum

Enum used by ValueListFilter to indicate whether the source value is in the supplied list

Protobuf enum google.cloud.clouddms.v1.ValuePresentInList

Implements

ProtocolMessageEnum

Static Fields

NameDescription
UNRECOGNIZED
VALUE_PRESENT_IN_LIST_IF_VALUE_LIST

If the source value is in the supplied list at value_list

VALUE_PRESENT_IN_LIST_IF_VALUE_LIST = 1;

VALUE_PRESENT_IN_LIST_IF_VALUE_LIST_VALUE

If the source value is in the supplied list at value_list

VALUE_PRESENT_IN_LIST_IF_VALUE_LIST = 1;

VALUE_PRESENT_IN_LIST_IF_VALUE_NOT_LIST

If the source value is not in the supplied list at value_list

VALUE_PRESENT_IN_LIST_IF_VALUE_NOT_LIST = 2;

VALUE_PRESENT_IN_LIST_IF_VALUE_NOT_LIST_VALUE

If the source value is not in the supplied list at value_list

VALUE_PRESENT_IN_LIST_IF_VALUE_NOT_LIST = 2;

VALUE_PRESENT_IN_LIST_UNSPECIFIED

Value present in list unspecified

VALUE_PRESENT_IN_LIST_UNSPECIFIED = 0;

VALUE_PRESENT_IN_LIST_UNSPECIFIED_VALUE

Value present in list unspecified

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