public static interface Persistent.CreateReq.AllOptions.FilterOptions.ExpressionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPrefix(int index)
repeated string prefix = 2; |
com.google.protobuf.ByteString |
getPrefixBytes(int index)
repeated string prefix = 2; |
int |
getPrefixCount()
repeated string prefix = 2; |
java.util.List<java.lang.String> |
getPrefixList()
repeated string prefix = 2; |
java.lang.String |
getRegex()
string regex = 1; |
com.google.protobuf.ByteString |
getRegexBytes()
string regex = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getRegex()
string regex = 1;com.google.protobuf.ByteString getRegexBytes()
string regex = 1;java.util.List<java.lang.String> getPrefixList()
repeated string prefix = 2;int getPrefixCount()
repeated string prefix = 2;java.lang.String getPrefix(int index)
repeated string prefix = 2;index - The index of the element to return.com.google.protobuf.ByteString getPrefixBytes(int index)
repeated string prefix = 2;index - The index of the value to return.