public static interface ConceptProto.ValueObjectOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBoolean()
optional bool boolean = 2; |
long |
getDate()
time since epoch in milliseconds
|
double |
getDouble()
optional double double = 6; |
float |
getFloat()
optional float float = 5; |
int |
getInteger()
optional int32 integer = 3; |
long |
getLong()
optional int64 long = 4; |
String |
getString()
optional string string = 1; |
com.google.protobuf.ByteString |
getStringBytes()
optional string string = 1; |
ConceptProto.ValueObject.ValueCase |
getValueCase() |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getString()
optional string string = 1;com.google.protobuf.ByteString getStringBytes()
optional string string = 1;boolean getBoolean()
optional bool boolean = 2;int getInteger()
optional int32 integer = 3;long getLong()
optional int64 long = 4;float getFloat()
optional float float = 5;double getDouble()
optional double double = 6;long getDate()
time since epoch in milliseconds
optional int64 date = 7;ConceptProto.ValueObject.ValueCase getValueCase()
Copyright © 2018 Grakn Labs Ltd. All rights reserved.