public interface InListFilterOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getCaseSensitive()
If true, the string value is case sensitive.
|
String |
getValues(int index)
The list of string values.
|
com.google.protobuf.ByteString |
getValuesBytes(int index)
The list of string values.
|
int |
getValuesCount()
The list of string values.
|
List<String> |
getValuesList()
The list of string values.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getValuesList()
The list of string values. Must be non-empty.
repeated string values = 1;int getValuesCount()
The list of string values. Must be non-empty.
repeated string values = 1;String getValues(int index)
The list of string values. Must be non-empty.
repeated string values = 1;index - The index of the element to return.com.google.protobuf.ByteString getValuesBytes(int index)
The list of string values. Must be non-empty.
repeated string values = 1;index - The index of the value to return.boolean getCaseSensitive()
If true, the string value is case sensitive.
bool case_sensitive = 2;Copyright © 2023 Google LLC. All rights reserved.