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.
Parameters | |
---|---|
Name | Description |
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.
Returns | |
---|---|
Type | Description |
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.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getValues
Required. The list to be used to filter by
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setValues
Required. The list to be used to filter by
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |
getIgnoreCase
Required. Whether to ignore case when filtering by values. Defaults to false
Returns | |
---|---|
Type | Description |
bool |
setIgnoreCase
Required. Whether to ignore case when filtering by values. Defaults to false
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |