Interface StreamsOuterClass.ReadReq.Options.FilterOptions.ExpressionOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getPrefix​(int index)
      repeated string prefix = 2;
      com.google.protobuf.ByteString getPrefixBytes​(int index)
      repeated string prefix = 2;
      int getPrefixCount()
      repeated string prefix = 2;
      java.util.List<java.lang.String> getPrefixList()
      repeated string prefix = 2;
      java.lang.String getRegex()
      string regex = 1;
      com.google.protobuf.ByteString getRegexBytes()
      string regex = 1;
      • 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 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.