public static interface Service.StringClauseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getComparator()
OneOf ("==", "!=", "~")
|
com.google.protobuf.ByteString |
getComparatorBytes()
OneOf ("==", "!=", "~")
|
String |
getValue()
String value for comparison.
|
com.google.protobuf.ByteString |
getValueBytes()
String value for comparison.
|
boolean |
hasComparator()
OneOf ("==", "!=", "~")
|
boolean |
hasValue()
String value for comparison.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasComparator()
OneOf ("==", "!=", "~")
optional string comparator = 1;
String getComparator()
OneOf ("==", "!=", "~")
optional string comparator = 1;
com.google.protobuf.ByteString getComparatorBytes()
OneOf ("==", "!=", "~")
optional string comparator = 1;
boolean hasValue()
String value for comparison.
optional string value = 2;
String getValue()
String value for comparison.
optional string value = 2;
com.google.protobuf.ByteString getValueBytes()
String value for comparison.
optional string value = 2;
Copyright © 2018. All rights reserved.