Google Cloud Dms V1 Client - Class ValuePresentInList (1.4.2)

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 \ V1

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

VALUE_PRESENT_IN_LIST_UNSPECIFIED

Value: 0

Value present in list unspecified

Generated from protobuf enum VALUE_PRESENT_IN_LIST_UNSPECIFIED = 0;

VALUE_PRESENT_IN_LIST_IF_VALUE_LIST

Value: 1

If 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: 2

If 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;