Interface ListRequest.FilterPropsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getEq()
      string eq = 1 [json_name = "eq"];
      com.google.protobuf.ByteString getEqBytes()
      string eq = 1 [json_name = "eq"];
      boolean getExists()
      bool exists = 6 [json_name = "exists"];
      int getGte()
      sint32 gte = 4 [json_name = "gte"];
      boolean getIsempty()
      bool isempty = 7 [json_name = "isempty"];
      int getLte()
      sint32 lte = 5 [json_name = "lte"];
      java.lang.String getMatch()
      string match = 3 [json_name = "match"];
      com.google.protobuf.ByteString getMatchBytes()
      string match = 3 [json_name = "match"];
      java.lang.String getNe()
      string ne = 2 [json_name = "ne"];
      com.google.protobuf.ByteString getNeBytes()
      string ne = 2 [json_name = "ne"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getEq

        java.lang.String getEq()
        string eq = 1 [json_name = "eq"];
        Returns:
        The eq.
      • getEqBytes

        com.google.protobuf.ByteString getEqBytes()
        string eq = 1 [json_name = "eq"];
        Returns:
        The bytes for eq.
      • getNe

        java.lang.String getNe()
        string ne = 2 [json_name = "ne"];
        Returns:
        The ne.
      • getNeBytes

        com.google.protobuf.ByteString getNeBytes()
        string ne = 2 [json_name = "ne"];
        Returns:
        The bytes for ne.
      • getMatch

        java.lang.String getMatch()
        string match = 3 [json_name = "match"];
        Returns:
        The match.
      • getMatchBytes

        com.google.protobuf.ByteString getMatchBytes()
        string match = 3 [json_name = "match"];
        Returns:
        The bytes for match.
      • getGte

        int getGte()
        sint32 gte = 4 [json_name = "gte"];
        Returns:
        The gte.
      • getLte

        int getLte()
        sint32 lte = 5 [json_name = "lte"];
        Returns:
        The lte.
      • getExists

        boolean getExists()
        bool exists = 6 [json_name = "exists"];
        Returns:
        The exists.
      • getIsempty

        boolean getIsempty()
        bool isempty = 7 [json_name = "isempty"];
        Returns:
        The isempty.