Interface Points.MatchOrBuilder

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

public static interface Points.MatchOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Match boolean
    long
    Match integer
    Match string keyword
    com.google.protobuf.ByteString
    Match string keyword
     
    Match text
    com.google.protobuf.ByteString
    Match text
    boolean
    Match boolean
    boolean
    Match integer
    boolean
    Match string keyword
    boolean
    Match text

    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

    • hasKeyword

      boolean hasKeyword()
       Match string keyword
       
      string keyword = 1;
      Returns:
      Whether the keyword field is set.
    • getKeyword

      String getKeyword()
       Match string keyword
       
      string keyword = 1;
      Returns:
      The keyword.
    • getKeywordBytes

      com.google.protobuf.ByteString getKeywordBytes()
       Match string keyword
       
      string keyword = 1;
      Returns:
      The bytes for keyword.
    • hasInteger

      boolean hasInteger()
       Match integer
       
      int64 integer = 2;
      Returns:
      Whether the integer field is set.
    • getInteger

      long getInteger()
       Match integer
       
      int64 integer = 2;
      Returns:
      The integer.
    • hasBoolean

      boolean hasBoolean()
       Match boolean
       
      bool boolean = 3;
      Returns:
      Whether the boolean field is set.
    • getBoolean

      boolean getBoolean()
       Match boolean
       
      bool boolean = 3;
      Returns:
      The boolean.
    • hasText

      boolean hasText()
       Match text
       
      string text = 4;
      Returns:
      Whether the text field is set.
    • getText

      String getText()
       Match text
       
      string text = 4;
      Returns:
      The text.
    • getTextBytes

      com.google.protobuf.ByteString getTextBytes()
       Match text
       
      string text = 4;
      Returns:
      The bytes for text.
    • getMatchValueCase

      Points.Match.MatchValueCase getMatchValueCase()