Interface StreamsOuterClass.ReadReq.Options.FilterOptions.ExpressionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
StreamsOuterClass.ReadReq.Options.FilterOptions.Expression, StreamsOuterClass.ReadReq.Options.FilterOptions.Expression.Builder
Enclosing class:
StreamsOuterClass.ReadReq.Options.FilterOptions

public static interface StreamsOuterClass.ReadReq.Options.FilterOptions.ExpressionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getPrefix(int index)
    repeated string prefix = 2;
    com.google.protobuf.ByteString
    getPrefixBytes(int index)
    repeated string prefix = 2;
    int
    repeated string prefix = 2;
    repeated string prefix = 2;
    string regex = 1;
    com.google.protobuf.ByteString
    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 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

      List<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

      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.