Reference documentation and code samples for the Cloud Database Migration Service V1 API class Google::Cloud::CloudDMS::V1::ValueListFilter.
A list of values to filter by in ConditionalColumnSetValue
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#ignore_case
def ignore_case() -> ::Boolean
Returns
- (::Boolean) — Required. Whether to ignore case when filtering by values. Defaults to false
#ignore_case=
def ignore_case=(value) -> ::Boolean
Parameter
- value (::Boolean) — Required. Whether to ignore case when filtering by values. Defaults to false
Returns
- (::Boolean) — Required. Whether to ignore case when filtering by values. Defaults to false
#value_present_list
def value_present_list() -> ::Google::Cloud::CloudDMS::V1::ValuePresentInList
Returns
- (::Google::Cloud::CloudDMS::V1::ValuePresentInList) — Required. Indicates whether the filter matches rows with values that are present in the list or those with values not present in it.
#value_present_list=
def value_present_list=(value) -> ::Google::Cloud::CloudDMS::V1::ValuePresentInList
Parameter
- value (::Google::Cloud::CloudDMS::V1::ValuePresentInList) — Required. Indicates whether the filter matches rows with values that are present in the list or those with values not present in it.
Returns
- (::Google::Cloud::CloudDMS::V1::ValuePresentInList) — Required. Indicates whether the filter matches rows with values that are present in the list or those with values not present in it.
#values
def values() -> ::Array<::String>
Returns
- (::Array<::String>) — Required. The list to be used to filter by
#values=
def values=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Required. The list to be used to filter by
Returns
- (::Array<::String>) — Required. The list to be used to filter by