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
Modifier and TypeMethodDescriptiongetPrefix(int index) repeated string prefix = 2;com.google.protobuf.ByteStringgetPrefixBytes(int index) repeated string prefix = 2;intrepeated string prefix = 2;repeated string prefix = 2;getRegex()string regex = 1;com.google.protobuf.ByteStringstring regex = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getRegex
String getRegex()string regex = 1;- Returns:
- The regex.
-
getRegexBytes
com.google.protobuf.ByteString getRegexBytes()string regex = 1;- Returns:
- The bytes for regex.
-
getPrefixList
repeated string prefix = 2;- Returns:
- A list containing the prefix.
-
getPrefixCount
int getPrefixCount()repeated string prefix = 2;- Returns:
- The count of prefix.
-
getPrefix
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.
-