public enum ValuePresentInList extends Enum<ValuePresentInList> implements com.google.protobuf.ProtocolMessageEnum
Enum used by ValueListFilter to indicate whether the source value is in the supplied listProtobuf enum
google.cloud.clouddms.v1.ValuePresentInList| Enum Constant and Description |
|---|
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_NOT_LIST
If the source value is not in the supplied list at value_list
|
VALUE_PRESENT_IN_LIST_UNSPECIFIED
Value present in list unspecified
|
| Modifier and Type | Field and Description |
|---|---|
static int |
VALUE_PRESENT_IN_LIST_IF_VALUE_LIST_VALUE
If the source value is in the supplied list at value_list
|
static int |
VALUE_PRESENT_IN_LIST_IF_VALUE_NOT_LIST_VALUE
If the source value is not in the supplied list at value_list
|
static int |
VALUE_PRESENT_IN_LIST_UNSPECIFIED_VALUE
Value present in list unspecified
|
| Modifier and Type | Method and Description |
|---|---|
static ValuePresentInList |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<ValuePresentInList> |
internalGetValueMap() |
static ValuePresentInList |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ValuePresentInList |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ValuePresentInList |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValuePresentInList[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ValuePresentInList VALUE_PRESENT_IN_LIST_UNSPECIFIED
Value present in list unspecified
VALUE_PRESENT_IN_LIST_UNSPECIFIED = 0;public static final ValuePresentInList 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;public static final ValuePresentInList 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;public static final ValuePresentInList UNRECOGNIZED
public static final int VALUE_PRESENT_IN_LIST_UNSPECIFIED_VALUE
Value present in list unspecified
VALUE_PRESENT_IN_LIST_UNSPECIFIED = 0;public static final int 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;public static final int 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;public static ValuePresentInList[] values()
for (ValuePresentInList c : ValuePresentInList.values()) System.out.println(c);
public static ValuePresentInList valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static ValuePresentInList valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static ValuePresentInList forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<ValuePresentInList> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static ValuePresentInList valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.