public static final class ConceptProto.ValueObject extends com.google.protobuf.GeneratedMessageV3 implements ConceptProto.ValueObjectOrBuilder
session.ValueObject| Modifier and Type | Class and Description |
|---|---|
static class |
ConceptProto.ValueObject.Builder
Protobuf type
session.ValueObject |
static class |
ConceptProto.ValueObject.ValueCase |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
BOOLEAN_FIELD_NUMBER |
static int |
DATE_FIELD_NUMBER |
static int |
DOUBLE_FIELD_NUMBER |
static int |
FLOAT_FIELD_NUMBER |
static int |
INTEGER_FIELD_NUMBER |
static int |
LONG_FIELD_NUMBER |
static int |
STRING_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
boolean |
getBoolean()
optional bool boolean = 2; |
long |
getDate()
time since epoch in milliseconds
|
static ConceptProto.ValueObject |
getDefaultInstance() |
ConceptProto.ValueObject |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
double |
getDouble()
optional double double = 6; |
float |
getFloat()
optional float float = 5; |
int |
getInteger()
optional int32 integer = 3; |
long |
getLong()
optional int64 long = 4; |
com.google.protobuf.Parser<ConceptProto.ValueObject> |
getParserForType() |
int |
getSerializedSize() |
String |
getString()
optional string string = 1; |
com.google.protobuf.ByteString |
getStringBytes()
optional string string = 1; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
ConceptProto.ValueObject.ValueCase |
getValueCase() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ConceptProto.ValueObject.Builder |
newBuilder() |
static ConceptProto.ValueObject.Builder |
newBuilder(ConceptProto.ValueObject prototype) |
ConceptProto.ValueObject.Builder |
newBuilderForType() |
protected ConceptProto.ValueObject.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static ConceptProto.ValueObject |
parseDelimitedFrom(InputStream input) |
static ConceptProto.ValueObject |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ConceptProto.ValueObject |
parseFrom(byte[] data) |
static ConceptProto.ValueObject |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ConceptProto.ValueObject |
parseFrom(com.google.protobuf.ByteString data) |
static ConceptProto.ValueObject |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ConceptProto.ValueObject |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ConceptProto.ValueObject |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ConceptProto.ValueObject |
parseFrom(InputStream input) |
static ConceptProto.ValueObject |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ConceptProto.ValueObject> |
parser() |
ConceptProto.ValueObject.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int STRING_FIELD_NUMBER
public static final int BOOLEAN_FIELD_NUMBER
public static final int INTEGER_FIELD_NUMBER
public static final int LONG_FIELD_NUMBER
public static final int FLOAT_FIELD_NUMBER
public static final int DOUBLE_FIELD_NUMBER
public static final int DATE_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public ConceptProto.ValueObject.ValueCase getValueCase()
getValueCase in interface ConceptProto.ValueObjectOrBuilderpublic String getString()
optional string string = 1;getString in interface ConceptProto.ValueObjectOrBuilderpublic com.google.protobuf.ByteString getStringBytes()
optional string string = 1;getStringBytes in interface ConceptProto.ValueObjectOrBuilderpublic boolean getBoolean()
optional bool boolean = 2;getBoolean in interface ConceptProto.ValueObjectOrBuilderpublic int getInteger()
optional int32 integer = 3;getInteger in interface ConceptProto.ValueObjectOrBuilderpublic long getLong()
optional int64 long = 4;getLong in interface ConceptProto.ValueObjectOrBuilderpublic float getFloat()
optional float float = 5;getFloat in interface ConceptProto.ValueObjectOrBuilderpublic double getDouble()
optional double double = 6;getDouble in interface ConceptProto.ValueObjectOrBuilderpublic long getDate()
time since epoch in milliseconds
optional int64 date = 7;getDate in interface ConceptProto.ValueObjectOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static ConceptProto.ValueObject parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ConceptProto.ValueObject parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ConceptProto.ValueObject parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ConceptProto.ValueObject parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ConceptProto.ValueObject parseFrom(InputStream input) throws IOException
IOExceptionpublic static ConceptProto.ValueObject parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ConceptProto.ValueObject parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ConceptProto.ValueObject parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ConceptProto.ValueObject parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ConceptProto.ValueObject parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ConceptProto.ValueObject.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ConceptProto.ValueObject.Builder newBuilder()
public static ConceptProto.ValueObject.Builder newBuilder(ConceptProto.ValueObject prototype)
public ConceptProto.ValueObject.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected ConceptProto.ValueObject.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static ConceptProto.ValueObject getDefaultInstance()
public static com.google.protobuf.Parser<ConceptProto.ValueObject> parser()
public com.google.protobuf.Parser<ConceptProto.ValueObject> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public ConceptProto.ValueObject getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2018 Grakn Labs Ltd. All rights reserved.