Google Cloud Dms V1 Client - Class ValueListFilter (1.5.0)

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

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
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
NameDescription
var int
Returns
TypeDescription
$this

getValues

Required. The list to be used to filter by

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setValues

Required. The list to be used to filter by

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this

getIgnoreCase

Required. Whether to ignore case when filtering by values. Defaults to false

Returns
TypeDescription
bool

setIgnoreCase

Required. Whether to ignore case when filtering by values. Defaults to false

Parameter
NameDescription
var bool
Returns
TypeDescription
$this