Reference documentation and code samples for the Google Cloud Dms V1 Client class ValuePresentInList.
Enum used by ValueListFilter to indicate whether the source value is in the supplied list
Protobuf type google.cloud.clouddms.v1.ValuePresentInList
Namespace
Google \ Cloud \ CloudDms \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
VALUE_PRESENT_IN_LIST_UNSPECIFIED
Value: 0Value present in list unspecified
Generated from protobuf enum VALUE_PRESENT_IN_LIST_UNSPECIFIED = 0;
VALUE_PRESENT_IN_LIST_IF_VALUE_LIST
Value: 1If the source value is in the supplied list at value_list
Generated from protobuf enum VALUE_PRESENT_IN_LIST_IF_VALUE_LIST = 1;
VALUE_PRESENT_IN_LIST_IF_VALUE_NOT_LIST
Value: 2If the source value is not in the supplied list at value_list
Generated from protobuf enum VALUE_PRESENT_IN_LIST_IF_VALUE_NOT_LIST = 2;