Interface UserProtos.LikeFilterOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
UserProtos.LikeFilter, UserProtos.LikeFilter.Builder
Enclosing class:
UserProtos

public static interface UserProtos.LikeFilterOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    escape character (if any) present in the pattern
    com.google.protobuf.ByteString
    escape character (if any) present in the pattern
    pattern to match
    com.google.protobuf.ByteString
    pattern to match
    boolean
    escape character (if any) present in the pattern
    boolean
    pattern to match

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasPattern

      boolean hasPattern()
       pattern to match
       
      optional string pattern = 1;
      Returns:
      Whether the pattern field is set.
    • getPattern

      String getPattern()
       pattern to match
       
      optional string pattern = 1;
      Returns:
      The pattern.
    • getPatternBytes

      com.google.protobuf.ByteString getPatternBytes()
       pattern to match
       
      optional string pattern = 1;
      Returns:
      The bytes for pattern.
    • hasEscape

      boolean hasEscape()
       escape character (if any) present in the pattern
       
      optional string escape = 2;
      Returns:
      Whether the escape field is set.
    • getEscape

      String getEscape()
       escape character (if any) present in the pattern
       
      optional string escape = 2;
      Returns:
      The escape.
    • getEscapeBytes

      com.google.protobuf.ByteString getEscapeBytes()
       escape character (if any) present in the pattern
       
      optional string escape = 2;
      Returns:
      The bytes for escape.