public static interface RiakTsPB.TsCellOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getBooleanValue()
optional bool boolean_value = 4; |
double |
getDoubleValue()
optional double double_value = 5; |
long |
getSint64Value()
optional sint64 sint64_value = 2; |
long |
getTimestampValue()
optional sint64 timestamp_value = 3; |
com.google.protobuf.ByteString |
getVarcharValue()
optional bytes varchar_value = 1; |
boolean |
hasBooleanValue()
optional bool boolean_value = 4; |
boolean |
hasDoubleValue()
optional double double_value = 5; |
boolean |
hasSint64Value()
optional sint64 sint64_value = 2; |
boolean |
hasTimestampValue()
optional sint64 timestamp_value = 3; |
boolean |
hasVarcharValue()
optional bytes varchar_value = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasVarcharValue()
optional bytes varchar_value = 1;
com.google.protobuf.ByteString getVarcharValue()
optional bytes varchar_value = 1;
boolean hasSint64Value()
optional sint64 sint64_value = 2;
long getSint64Value()
optional sint64 sint64_value = 2;
boolean hasTimestampValue()
optional sint64 timestamp_value = 3;
long getTimestampValue()
optional sint64 timestamp_value = 3;
boolean hasBooleanValue()
optional bool boolean_value = 4;
boolean getBooleanValue()
optional bool boolean_value = 4;
boolean hasDoubleValue()
optional double double_value = 5;
double getDoubleValue()
optional double double_value = 5;
Copyright © 2016. All rights reserved.