Interface Persistent.CreateReq.AllOptions.FilterOptions.ExpressionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Persistent.CreateReq.AllOptions.FilterOptions.Expression,Persistent.CreateReq.AllOptions.FilterOptions.Expression.Builder
- Enclosing class:
- Persistent.CreateReq.AllOptions.FilterOptions
public static interface Persistent.CreateReq.AllOptions.FilterOptions.ExpressionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetPrefix(int index)repeated string prefix = 2;com.google.protobuf.ByteStringgetPrefixBytes(int index)repeated string prefix = 2;intgetPrefixCount()repeated string prefix = 2;java.util.List<java.lang.String>getPrefixList()repeated string prefix = 2;java.lang.StringgetRegex()string regex = 1;com.google.protobuf.ByteStringgetRegexBytes()string regex = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getRegex
java.lang.String getRegex()
string regex = 1;- Returns:
- The regex.
-
getRegexBytes
com.google.protobuf.ByteString getRegexBytes()
string regex = 1;- Returns:
- The bytes for regex.
-
getPrefixList
java.util.List<java.lang.String> getPrefixList()
repeated string prefix = 2;- Returns:
- A list containing the prefix.
-
getPrefixCount
int getPrefixCount()
repeated string prefix = 2;- Returns:
- The count of prefix.
-
getPrefix
java.lang.String getPrefix(int index)
repeated string prefix = 2;- Parameters:
index- The index of the element to return.- Returns:
- The prefix at the given index.
-
getPrefixBytes
com.google.protobuf.ByteString getPrefixBytes(int index)
repeated string prefix = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the prefix at the given index.
-
-