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 TypeMethodDescriptionbooleanMatch booleanlongMatch integerMatch string keywordcom.google.protobuf.ByteStringMatch string keywordgetText()Match textcom.google.protobuf.ByteStringMatch textbooleanMatch booleanbooleanMatch integerbooleanMatch string keywordbooleanhasText()Match textMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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()
-