public static final class AnswerProto.Answer extends com.google.protobuf.GeneratedMessageV3 implements AnswerProto.AnswerOrBuilder
session.Answer| Modifier and Type | Class and Description |
|---|---|
static class |
AnswerProto.Answer.AnswerCase |
static class |
AnswerProto.Answer.Builder
Protobuf type
session.Answer |
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 |
ANSWERGROUP_FIELD_NUMBER |
static int |
CONCEPTLIST_FIELD_NUMBER |
static int |
CONCEPTMAP_FIELD_NUMBER |
static int |
CONCEPTSET_FIELD_NUMBER |
static int |
CONCEPTSETMEASURE_FIELD_NUMBER |
static int |
VALUE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
AnswerProto.Answer.AnswerCase |
getAnswerCase() |
AnswerProto.AnswerGroup |
getAnswerGroup()
optional .session.AnswerGroup answerGroup = 1; |
AnswerProto.AnswerGroupOrBuilder |
getAnswerGroupOrBuilder()
optional .session.AnswerGroup answerGroup = 1; |
AnswerProto.ConceptList |
getConceptList()
optional .session.ConceptList conceptList = 3; |
AnswerProto.ConceptListOrBuilder |
getConceptListOrBuilder()
optional .session.ConceptList conceptList = 3; |
AnswerProto.ConceptMap |
getConceptMap()
optional .session.ConceptMap conceptMap = 2; |
AnswerProto.ConceptMapOrBuilder |
getConceptMapOrBuilder()
optional .session.ConceptMap conceptMap = 2; |
AnswerProto.ConceptSet |
getConceptSet()
optional .session.ConceptSet conceptSet = 4; |
AnswerProto.ConceptSetMeasure |
getConceptSetMeasure()
optional .session.ConceptSetMeasure conceptSetMeasure = 5; |
AnswerProto.ConceptSetMeasureOrBuilder |
getConceptSetMeasureOrBuilder()
optional .session.ConceptSetMeasure conceptSetMeasure = 5; |
AnswerProto.ConceptSetOrBuilder |
getConceptSetOrBuilder()
optional .session.ConceptSet conceptSet = 4; |
static AnswerProto.Answer |
getDefaultInstance() |
AnswerProto.Answer |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<AnswerProto.Answer> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
AnswerProto.Value |
getValue()
optional .session.Value value = 6; |
AnswerProto.ValueOrBuilder |
getValueOrBuilder()
optional .session.Value value = 6; |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static AnswerProto.Answer.Builder |
newBuilder() |
static AnswerProto.Answer.Builder |
newBuilder(AnswerProto.Answer prototype) |
AnswerProto.Answer.Builder |
newBuilderForType() |
protected AnswerProto.Answer.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static AnswerProto.Answer |
parseDelimitedFrom(InputStream input) |
static AnswerProto.Answer |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AnswerProto.Answer |
parseFrom(byte[] data) |
static AnswerProto.Answer |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AnswerProto.Answer |
parseFrom(com.google.protobuf.ByteString data) |
static AnswerProto.Answer |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AnswerProto.Answer |
parseFrom(com.google.protobuf.CodedInputStream input) |
static AnswerProto.Answer |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AnswerProto.Answer |
parseFrom(InputStream input) |
static AnswerProto.Answer |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<AnswerProto.Answer> |
parser() |
AnswerProto.Answer.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 ANSWERGROUP_FIELD_NUMBER
public static final int CONCEPTMAP_FIELD_NUMBER
public static final int CONCEPTLIST_FIELD_NUMBER
public static final int CONCEPTSET_FIELD_NUMBER
public static final int CONCEPTSETMEASURE_FIELD_NUMBER
public static final int VALUE_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 AnswerProto.Answer.AnswerCase getAnswerCase()
getAnswerCase in interface AnswerProto.AnswerOrBuilderpublic AnswerProto.AnswerGroup getAnswerGroup()
optional .session.AnswerGroup answerGroup = 1;getAnswerGroup in interface AnswerProto.AnswerOrBuilderpublic AnswerProto.AnswerGroupOrBuilder getAnswerGroupOrBuilder()
optional .session.AnswerGroup answerGroup = 1;getAnswerGroupOrBuilder in interface AnswerProto.AnswerOrBuilderpublic AnswerProto.ConceptMap getConceptMap()
optional .session.ConceptMap conceptMap = 2;getConceptMap in interface AnswerProto.AnswerOrBuilderpublic AnswerProto.ConceptMapOrBuilder getConceptMapOrBuilder()
optional .session.ConceptMap conceptMap = 2;getConceptMapOrBuilder in interface AnswerProto.AnswerOrBuilderpublic AnswerProto.ConceptList getConceptList()
optional .session.ConceptList conceptList = 3;getConceptList in interface AnswerProto.AnswerOrBuilderpublic AnswerProto.ConceptListOrBuilder getConceptListOrBuilder()
optional .session.ConceptList conceptList = 3;getConceptListOrBuilder in interface AnswerProto.AnswerOrBuilderpublic AnswerProto.ConceptSet getConceptSet()
optional .session.ConceptSet conceptSet = 4;getConceptSet in interface AnswerProto.AnswerOrBuilderpublic AnswerProto.ConceptSetOrBuilder getConceptSetOrBuilder()
optional .session.ConceptSet conceptSet = 4;getConceptSetOrBuilder in interface AnswerProto.AnswerOrBuilderpublic AnswerProto.ConceptSetMeasure getConceptSetMeasure()
optional .session.ConceptSetMeasure conceptSetMeasure = 5;getConceptSetMeasure in interface AnswerProto.AnswerOrBuilderpublic AnswerProto.ConceptSetMeasureOrBuilder getConceptSetMeasureOrBuilder()
optional .session.ConceptSetMeasure conceptSetMeasure = 5;getConceptSetMeasureOrBuilder in interface AnswerProto.AnswerOrBuilderpublic AnswerProto.Value getValue()
optional .session.Value value = 6;getValue in interface AnswerProto.AnswerOrBuilderpublic AnswerProto.ValueOrBuilder getValueOrBuilder()
optional .session.Value value = 6;getValueOrBuilder in interface AnswerProto.AnswerOrBuilderpublic 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 AnswerProto.Answer parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AnswerProto.Answer parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AnswerProto.Answer parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AnswerProto.Answer parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AnswerProto.Answer parseFrom(InputStream input) throws IOException
IOExceptionpublic static AnswerProto.Answer parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static AnswerProto.Answer parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static AnswerProto.Answer parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static AnswerProto.Answer parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static AnswerProto.Answer parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic AnswerProto.Answer.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static AnswerProto.Answer.Builder newBuilder()
public static AnswerProto.Answer.Builder newBuilder(AnswerProto.Answer prototype)
public AnswerProto.Answer.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected AnswerProto.Answer.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static AnswerProto.Answer getDefaultInstance()
public static com.google.protobuf.Parser<AnswerProto.Answer> parser()
public com.google.protobuf.Parser<AnswerProto.Answer> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public AnswerProto.Answer getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2018 Grakn Labs Ltd. All rights reserved.