public final class SubscriptionQueryResponse extends com.google.protobuf.GeneratedMessageV3 implements SubscriptionQueryResponseOrBuilder
io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse
Modifier and Type | Class and Description |
---|---|
static class |
SubscriptionQueryResponse.Builder
Protobuf type
io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse |
static class |
SubscriptionQueryResponse.ResponseCase |
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 |
COMPLETE_EXCEPTIONALLY_FIELD_NUMBER |
static int |
COMPLETE_FIELD_NUMBER |
static int |
INITIAL_RESULT_FIELD_NUMBER |
static int |
MESSAGE_IDENTIFIER_FIELD_NUMBER |
static int |
SUBSCRIPTION_IDENTIFIER_FIELD_NUMBER |
static int |
UPDATE_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
QueryUpdateComplete |
getComplete()
.io.axoniq.axonserver.grpc.query.QueryUpdateComplete complete = 5; |
QueryUpdateCompleteExceptionally |
getCompleteExceptionally()
.io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally complete_exceptionally = 6; |
QueryUpdateCompleteExceptionallyOrBuilder |
getCompleteExceptionallyOrBuilder()
.io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally complete_exceptionally = 6; |
QueryUpdateCompleteOrBuilder |
getCompleteOrBuilder()
.io.axoniq.axonserver.grpc.query.QueryUpdateComplete complete = 5; |
static SubscriptionQueryResponse |
getDefaultInstance() |
SubscriptionQueryResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
QueryResponse |
getInitialResult()
.io.axoniq.axonserver.grpc.query.QueryResponse initial_result = 3; |
QueryResponseOrBuilder |
getInitialResultOrBuilder()
.io.axoniq.axonserver.grpc.query.QueryResponse initial_result = 3; |
String |
getMessageIdentifier()
string message_identifier = 1; |
com.google.protobuf.ByteString |
getMessageIdentifierBytes()
string message_identifier = 1; |
com.google.protobuf.Parser<SubscriptionQueryResponse> |
getParserForType() |
SubscriptionQueryResponse.ResponseCase |
getResponseCase() |
int |
getSerializedSize() |
String |
getSubscriptionIdentifier()
string subscription_identifier = 2; |
com.google.protobuf.ByteString |
getSubscriptionIdentifierBytes()
string subscription_identifier = 2; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
QueryUpdate |
getUpdate()
.io.axoniq.axonserver.grpc.query.QueryUpdate update = 4; |
QueryUpdateOrBuilder |
getUpdateOrBuilder()
.io.axoniq.axonserver.grpc.query.QueryUpdate update = 4; |
boolean |
hasComplete()
.io.axoniq.axonserver.grpc.query.QueryUpdateComplete complete = 5; |
boolean |
hasCompleteExceptionally()
.io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally complete_exceptionally = 6; |
int |
hashCode() |
boolean |
hasInitialResult()
.io.axoniq.axonserver.grpc.query.QueryResponse initial_result = 3; |
boolean |
hasUpdate()
.io.axoniq.axonserver.grpc.query.QueryUpdate update = 4; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static SubscriptionQueryResponse.Builder |
newBuilder() |
static SubscriptionQueryResponse.Builder |
newBuilder(SubscriptionQueryResponse prototype) |
SubscriptionQueryResponse.Builder |
newBuilderForType() |
protected SubscriptionQueryResponse.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static SubscriptionQueryResponse |
parseDelimitedFrom(InputStream input) |
static SubscriptionQueryResponse |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SubscriptionQueryResponse |
parseFrom(byte[] data) |
static SubscriptionQueryResponse |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SubscriptionQueryResponse |
parseFrom(ByteBuffer data) |
static SubscriptionQueryResponse |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SubscriptionQueryResponse |
parseFrom(com.google.protobuf.ByteString data) |
static SubscriptionQueryResponse |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SubscriptionQueryResponse |
parseFrom(com.google.protobuf.CodedInputStream input) |
static SubscriptionQueryResponse |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SubscriptionQueryResponse |
parseFrom(InputStream input) |
static SubscriptionQueryResponse |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<SubscriptionQueryResponse> |
parser() |
SubscriptionQueryResponse.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, 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, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final int MESSAGE_IDENTIFIER_FIELD_NUMBER
public static final int SUBSCRIPTION_IDENTIFIER_FIELD_NUMBER
public static final int INITIAL_RESULT_FIELD_NUMBER
public static final int UPDATE_FIELD_NUMBER
public static final int COMPLETE_FIELD_NUMBER
public static final int COMPLETE_EXCEPTIONALLY_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3
public SubscriptionQueryResponse.ResponseCase getResponseCase()
getResponseCase
in interface SubscriptionQueryResponseOrBuilder
public String getMessageIdentifier()
string message_identifier = 1;
getMessageIdentifier
in interface SubscriptionQueryResponseOrBuilder
public com.google.protobuf.ByteString getMessageIdentifierBytes()
string message_identifier = 1;
getMessageIdentifierBytes
in interface SubscriptionQueryResponseOrBuilder
public String getSubscriptionIdentifier()
string subscription_identifier = 2;
getSubscriptionIdentifier
in interface SubscriptionQueryResponseOrBuilder
public com.google.protobuf.ByteString getSubscriptionIdentifierBytes()
string subscription_identifier = 2;
getSubscriptionIdentifierBytes
in interface SubscriptionQueryResponseOrBuilder
public boolean hasInitialResult()
.io.axoniq.axonserver.grpc.query.QueryResponse initial_result = 3;
hasInitialResult
in interface SubscriptionQueryResponseOrBuilder
public QueryResponse getInitialResult()
.io.axoniq.axonserver.grpc.query.QueryResponse initial_result = 3;
getInitialResult
in interface SubscriptionQueryResponseOrBuilder
public QueryResponseOrBuilder getInitialResultOrBuilder()
.io.axoniq.axonserver.grpc.query.QueryResponse initial_result = 3;
getInitialResultOrBuilder
in interface SubscriptionQueryResponseOrBuilder
public boolean hasUpdate()
.io.axoniq.axonserver.grpc.query.QueryUpdate update = 4;
hasUpdate
in interface SubscriptionQueryResponseOrBuilder
public QueryUpdate getUpdate()
.io.axoniq.axonserver.grpc.query.QueryUpdate update = 4;
getUpdate
in interface SubscriptionQueryResponseOrBuilder
public QueryUpdateOrBuilder getUpdateOrBuilder()
.io.axoniq.axonserver.grpc.query.QueryUpdate update = 4;
getUpdateOrBuilder
in interface SubscriptionQueryResponseOrBuilder
public boolean hasComplete()
.io.axoniq.axonserver.grpc.query.QueryUpdateComplete complete = 5;
hasComplete
in interface SubscriptionQueryResponseOrBuilder
public QueryUpdateComplete getComplete()
.io.axoniq.axonserver.grpc.query.QueryUpdateComplete complete = 5;
getComplete
in interface SubscriptionQueryResponseOrBuilder
public QueryUpdateCompleteOrBuilder getCompleteOrBuilder()
.io.axoniq.axonserver.grpc.query.QueryUpdateComplete complete = 5;
getCompleteOrBuilder
in interface SubscriptionQueryResponseOrBuilder
public boolean hasCompleteExceptionally()
.io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally complete_exceptionally = 6;
hasCompleteExceptionally
in interface SubscriptionQueryResponseOrBuilder
public QueryUpdateCompleteExceptionally getCompleteExceptionally()
.io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally complete_exceptionally = 6;
getCompleteExceptionally
in interface SubscriptionQueryResponseOrBuilder
public QueryUpdateCompleteExceptionallyOrBuilder getCompleteExceptionallyOrBuilder()
.io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally complete_exceptionally = 6;
getCompleteExceptionallyOrBuilder
in interface SubscriptionQueryResponseOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static SubscriptionQueryResponse parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static SubscriptionQueryResponse parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static SubscriptionQueryResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static SubscriptionQueryResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static SubscriptionQueryResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static SubscriptionQueryResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static SubscriptionQueryResponse parseFrom(InputStream input) throws IOException
IOException
public static SubscriptionQueryResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static SubscriptionQueryResponse parseDelimitedFrom(InputStream input) throws IOException
IOException
public static SubscriptionQueryResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static SubscriptionQueryResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static SubscriptionQueryResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public SubscriptionQueryResponse.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static SubscriptionQueryResponse.Builder newBuilder()
public static SubscriptionQueryResponse.Builder newBuilder(SubscriptionQueryResponse prototype)
public SubscriptionQueryResponse.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected SubscriptionQueryResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static SubscriptionQueryResponse getDefaultInstance()
public static com.google.protobuf.Parser<SubscriptionQueryResponse> parser()
public com.google.protobuf.Parser<SubscriptionQueryResponse> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public SubscriptionQueryResponse getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2010–2019. All rights reserved.