Reference documentation and code samples for the Google Cloud Dms V1 Client class ValueListFilter.
A list of values to filter by in ConditionalColumnSetValue
Generated from protobuf message google.cloud.clouddms.v1.ValueListFilter
Namespace
Google \ Cloud \ CloudDms \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ value_present_list
int
Required. Indicates whether the filter matches rows with values that are present in the list or those with values not present in it.
↳ values
array
Required. The list to be used to filter by
↳ ignore_case
bool
Required. Whether to ignore case when filtering by values. Defaults to false
getValuePresentList
Required. Indicates whether the filter matches rows with values that are present in the list or those with values not present in it.
int
setValuePresentList
Required. Indicates whether the filter matches rows with values that are present in the list or those with values not present in it.
var
int
$this
getValues
Required. The list to be used to filter by
setValues
Required. The list to be used to filter by
var
string[]
$this
getIgnoreCase
Required. Whether to ignore case when filtering by values. Defaults to false
bool
setIgnoreCase
Required. Whether to ignore case when filtering by values. Defaults to false
var
bool
$this