Uses of Class
com.google.cloud.clouddms.v1.ValuePresentInList
-
Packages that use ValuePresentInList Package Description com.google.cloud.clouddms.v1 A client to Database Migration API -
-
Uses of ValuePresentInList in com.google.cloud.clouddms.v1
Methods in com.google.cloud.clouddms.v1 that return ValuePresentInList Modifier and Type Method Description static ValuePresentInList
ValuePresentInList. forNumber(int value)
ValuePresentInList
ValueListFilter.Builder. getValuePresentList()
Required.ValuePresentInList
ValueListFilter. getValuePresentList()
Required.ValuePresentInList
ValueListFilterOrBuilder. getValuePresentList()
Required.static ValuePresentInList
ValuePresentInList. valueOf(int value)
Deprecated.static ValuePresentInList
ValuePresentInList. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static ValuePresentInList
ValuePresentInList. valueOf(String name)
Returns the enum constant of this type with the specified name.static ValuePresentInList[]
ValuePresentInList. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.clouddms.v1 that return types with arguments of type ValuePresentInList Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ValuePresentInList>
ValuePresentInList. internalGetValueMap()
Methods in com.google.cloud.clouddms.v1 with parameters of type ValuePresentInList Modifier and Type Method Description ValueListFilter.Builder
ValueListFilter.Builder. setValuePresentList(ValuePresentInList value)
Required.
-