public static interface Query.RangeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFieldName()
optional string field_name = 1; |
com.google.protobuf.ByteString |
getFieldNameBytes()
optional string field_name = 1; |
java.lang.String |
getGreaterThan()
optional string greater_than = 3; |
com.google.protobuf.ByteString |
getGreaterThanBytes()
optional string greater_than = 3; |
java.lang.String |
getGreaterThanOrEqal()
optional string greater_than_or_eqal = 2; |
com.google.protobuf.ByteString |
getGreaterThanOrEqalBytes()
optional string greater_than_or_eqal = 2; |
java.lang.String |
getLessThan()
optional string less_than = 5; |
com.google.protobuf.ByteString |
getLessThanBytes()
optional string less_than = 5; |
java.lang.String |
getLessThanOrEqual()
optional string less_than_or_equal = 4; |
com.google.protobuf.ByteString |
getLessThanOrEqualBytes()
optional string less_than_or_equal = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getFieldName()
optional string field_name = 1;com.google.protobuf.ByteString getFieldNameBytes()
optional string field_name = 1;java.lang.String getGreaterThanOrEqal()
optional string greater_than_or_eqal = 2;com.google.protobuf.ByteString getGreaterThanOrEqalBytes()
optional string greater_than_or_eqal = 2;java.lang.String getGreaterThan()
optional string greater_than = 3;com.google.protobuf.ByteString getGreaterThanBytes()
optional string greater_than = 3;java.lang.String getLessThanOrEqual()
optional string less_than_or_equal = 4;com.google.protobuf.ByteString getLessThanOrEqualBytes()
optional string less_than_or_equal = 4;java.lang.String getLessThan()
optional string less_than = 5;com.google.protobuf.ByteString getLessThanBytes()
optional string less_than = 5;