public static final class SessionProto.Transaction.Iter.Res extends com.google.protobuf.GeneratedMessageV3 implements SessionProto.Transaction.Iter.ResOrBuilder
session.Transaction.Iter.Res| Modifier and Type | Class and Description |
|---|---|
static class |
SessionProto.Transaction.Iter.Res.Builder
Protobuf type
session.Transaction.Iter.Res |
static class |
SessionProto.Transaction.Iter.Res.ResCase |
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 |
CONCEPTMETHOD_ITER_RES_FIELD_NUMBER |
static int |
DONE_FIELD_NUMBER |
static int |
GETATTRIBUTES_ITER_RES_FIELD_NUMBER |
static int |
QUERY_ITER_RES_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ConceptProto.Method.Iter.Res |
getConceptMethodIterRes()
optional .session.Method.Iter.Res conceptMethod_iter_res = 4; |
ConceptProto.Method.Iter.ResOrBuilder |
getConceptMethodIterResOrBuilder()
optional .session.Method.Iter.Res conceptMethod_iter_res = 4; |
static SessionProto.Transaction.Iter.Res |
getDefaultInstance() |
SessionProto.Transaction.Iter.Res |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
boolean |
getDone()
optional bool done = 1; |
SessionProto.Transaction.GetAttributes.Iter.Res |
getGetAttributesIterRes()
optional .session.Transaction.GetAttributes.Iter.Res getAttributes_iter_res = 3; |
SessionProto.Transaction.GetAttributes.Iter.ResOrBuilder |
getGetAttributesIterResOrBuilder()
optional .session.Transaction.GetAttributes.Iter.Res getAttributes_iter_res = 3; |
com.google.protobuf.Parser<SessionProto.Transaction.Iter.Res> |
getParserForType() |
SessionProto.Transaction.Query.Iter.Res |
getQueryIterRes()
optional .session.Transaction.Query.Iter.Res query_iter_res = 2; |
SessionProto.Transaction.Query.Iter.ResOrBuilder |
getQueryIterResOrBuilder()
optional .session.Transaction.Query.Iter.Res query_iter_res = 2; |
SessionProto.Transaction.Iter.Res.ResCase |
getResCase() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static SessionProto.Transaction.Iter.Res.Builder |
newBuilder() |
static SessionProto.Transaction.Iter.Res.Builder |
newBuilder(SessionProto.Transaction.Iter.Res prototype) |
SessionProto.Transaction.Iter.Res.Builder |
newBuilderForType() |
protected SessionProto.Transaction.Iter.Res.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static SessionProto.Transaction.Iter.Res |
parseDelimitedFrom(InputStream input) |
static SessionProto.Transaction.Iter.Res |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SessionProto.Transaction.Iter.Res |
parseFrom(byte[] data) |
static SessionProto.Transaction.Iter.Res |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SessionProto.Transaction.Iter.Res |
parseFrom(com.google.protobuf.ByteString data) |
static SessionProto.Transaction.Iter.Res |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SessionProto.Transaction.Iter.Res |
parseFrom(com.google.protobuf.CodedInputStream input) |
static SessionProto.Transaction.Iter.Res |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SessionProto.Transaction.Iter.Res |
parseFrom(InputStream input) |
static SessionProto.Transaction.Iter.Res |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<SessionProto.Transaction.Iter.Res> |
parser() |
SessionProto.Transaction.Iter.Res.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 DONE_FIELD_NUMBER
public static final int QUERY_ITER_RES_FIELD_NUMBER
public static final int GETATTRIBUTES_ITER_RES_FIELD_NUMBER
public static final int CONCEPTMETHOD_ITER_RES_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 SessionProto.Transaction.Iter.Res.ResCase getResCase()
getResCase in interface SessionProto.Transaction.Iter.ResOrBuilderpublic boolean getDone()
optional bool done = 1;getDone in interface SessionProto.Transaction.Iter.ResOrBuilderpublic SessionProto.Transaction.Query.Iter.Res getQueryIterRes()
optional .session.Transaction.Query.Iter.Res query_iter_res = 2;getQueryIterRes in interface SessionProto.Transaction.Iter.ResOrBuilderpublic SessionProto.Transaction.Query.Iter.ResOrBuilder getQueryIterResOrBuilder()
optional .session.Transaction.Query.Iter.Res query_iter_res = 2;getQueryIterResOrBuilder in interface SessionProto.Transaction.Iter.ResOrBuilderpublic SessionProto.Transaction.GetAttributes.Iter.Res getGetAttributesIterRes()
optional .session.Transaction.GetAttributes.Iter.Res getAttributes_iter_res = 3;getGetAttributesIterRes in interface SessionProto.Transaction.Iter.ResOrBuilderpublic SessionProto.Transaction.GetAttributes.Iter.ResOrBuilder getGetAttributesIterResOrBuilder()
optional .session.Transaction.GetAttributes.Iter.Res getAttributes_iter_res = 3;getGetAttributesIterResOrBuilder in interface SessionProto.Transaction.Iter.ResOrBuilderpublic ConceptProto.Method.Iter.Res getConceptMethodIterRes()
optional .session.Method.Iter.Res conceptMethod_iter_res = 4;getConceptMethodIterRes in interface SessionProto.Transaction.Iter.ResOrBuilderpublic ConceptProto.Method.Iter.ResOrBuilder getConceptMethodIterResOrBuilder()
optional .session.Method.Iter.Res conceptMethod_iter_res = 4;getConceptMethodIterResOrBuilder in interface SessionProto.Transaction.Iter.ResOrBuilderpublic 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 SessionProto.Transaction.Iter.Res parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SessionProto.Transaction.Iter.Res parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SessionProto.Transaction.Iter.Res parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SessionProto.Transaction.Iter.Res parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SessionProto.Transaction.Iter.Res parseFrom(InputStream input) throws IOException
IOExceptionpublic static SessionProto.Transaction.Iter.Res parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static SessionProto.Transaction.Iter.Res parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static SessionProto.Transaction.Iter.Res parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static SessionProto.Transaction.Iter.Res parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static SessionProto.Transaction.Iter.Res parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic SessionProto.Transaction.Iter.Res.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static SessionProto.Transaction.Iter.Res.Builder newBuilder()
public static SessionProto.Transaction.Iter.Res.Builder newBuilder(SessionProto.Transaction.Iter.Res prototype)
public SessionProto.Transaction.Iter.Res.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected SessionProto.Transaction.Iter.Res.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static SessionProto.Transaction.Iter.Res getDefaultInstance()
public static com.google.protobuf.Parser<SessionProto.Transaction.Iter.Res> parser()
public com.google.protobuf.Parser<SessionProto.Transaction.Iter.Res> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public SessionProto.Transaction.Iter.Res getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2018 Grakn Labs Ltd. All rights reserved.