public interface ValueListFilterOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getIgnoreCase()
Required.
|
ValuePresentInList |
getValuePresentList()
Required.
|
int |
getValuePresentListValue()
Required.
|
String |
getValues(int index)
Required.
|
com.google.protobuf.ByteString |
getValuesBytes(int index)
Required.
|
int |
getValuesCount()
Required.
|
List<String> |
getValuesList()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getValuePresentListValue()
Required. Indicates whether the filter matches rows with values that are present in the list or those with values not present in it.
.google.cloud.clouddms.v1.ValuePresentInList value_present_list = 1 [(.google.api.field_behavior) = REQUIRED];
ValuePresentInList getValuePresentList()
Required. Indicates whether the filter matches rows with values that are present in the list or those with values not present in it.
.google.cloud.clouddms.v1.ValuePresentInList value_present_list = 1 [(.google.api.field_behavior) = REQUIRED];
List<String> getValuesList()
Required. The list to be used to filter by
repeated string values = 2 [(.google.api.field_behavior) = REQUIRED];int getValuesCount()
Required. The list to be used to filter by
repeated string values = 2 [(.google.api.field_behavior) = REQUIRED];String getValues(int index)
Required. The list to be used to filter by
repeated string values = 2 [(.google.api.field_behavior) = REQUIRED];index - The index of the element to return.com.google.protobuf.ByteString getValuesBytes(int index)
Required. The list to be used to filter by
repeated string values = 2 [(.google.api.field_behavior) = REQUIRED];index - The index of the value to return.boolean getIgnoreCase()
Required. Whether to ignore case when filtering by values. Defaults to false
bool ignore_case = 3 [(.google.api.field_behavior) = REQUIRED];Copyright © 2024 Google LLC. All rights reserved.