public static interface UserProtos.LikeFilterOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getEscape()
escape character (if any) present in the pattern
|
com.google.protobuf.ByteString |
getEscapeBytes()
escape character (if any) present in the pattern
|
String |
getPattern()
pattern to match
|
com.google.protobuf.ByteString |
getPatternBytes()
pattern to match
|
boolean |
hasEscape()
escape character (if any) present in the pattern
|
boolean |
hasPattern()
pattern to match
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasPattern()
pattern to match
optional string pattern = 1;
String getPattern()
pattern to match
optional string pattern = 1;
com.google.protobuf.ByteString getPatternBytes()
pattern to match
optional string pattern = 1;
boolean hasEscape()
escape character (if any) present in the pattern
optional string escape = 2;
String getEscape()
escape character (if any) present in the pattern
optional string escape = 2;
com.google.protobuf.ByteString getEscapeBytes()
escape character (if any) present in the pattern
optional string escape = 2;
Copyright © 1970 The Apache Software Foundation. All rights reserved.