public final class SubscriptionQueryResponse extends com.google.protobuf.GeneratedMessageV3 implements SubscriptionQueryResponseOrBuilder
Represents a Response Message for a Subscription QueryProtobuf type
io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse| Modifier and Type | Class and Description |
|---|---|
static class |
SubscriptionQueryResponse.Builder
Represents a Response Message for a Subscription Query
|
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()
Indicates the Query is complete, and no more Updates will be sent
|
QueryUpdateCompleteExceptionally |
getCompleteExceptionally()
Indicates the Query failed exceptionally, and no more Updates will be sent
|
QueryUpdateCompleteExceptionallyOrBuilder |
getCompleteExceptionallyOrBuilder()
Indicates the Query failed exceptionally, and no more Updates will be sent
|
QueryUpdateCompleteOrBuilder |
getCompleteOrBuilder()
Indicates the Query is complete, and no more Updates will be sent
|
static SubscriptionQueryResponse |
getDefaultInstance() |
SubscriptionQueryResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
QueryResponse |
getInitialResult()
Provides an Initial Response
|
QueryResponseOrBuilder |
getInitialResultOrBuilder()
Provides an Initial Response
|
String |
getMessageIdentifier()
The unique identifier for this message
|
com.google.protobuf.ByteString |
getMessageIdentifierBytes()
The unique identifier for this message
|
com.google.protobuf.Parser<SubscriptionQueryResponse> |
getParserForType() |
SubscriptionQueryResponse.ResponseCase |
getResponseCase() |
int |
getSerializedSize() |
String |
getSubscriptionIdentifier()
The identifier of the subscription query this is a response for
|
com.google.protobuf.ByteString |
getSubscriptionIdentifierBytes()
The identifier of the subscription query this is a response for
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
QueryUpdate |
getUpdate()
Provides an Update Response
|
QueryUpdateOrBuilder |
getUpdateOrBuilder()
Provides an Update Response
|
boolean |
hasComplete()
Indicates the Query is complete, and no more Updates will be sent
|
boolean |
hasCompleteExceptionally()
Indicates the Query failed exceptionally, and no more Updates will be sent
|
int |
hashCode() |
boolean |
hasInitialResult()
Provides an Initial Response
|
boolean |
hasUpdate()
Provides an Update Response
|
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, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, 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 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.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 SubscriptionQueryResponse.ResponseCase getResponseCase()
getResponseCase in interface SubscriptionQueryResponseOrBuilderpublic String getMessageIdentifier()
The unique identifier for this message
string message_identifier = 1;getMessageIdentifier in interface SubscriptionQueryResponseOrBuilderpublic com.google.protobuf.ByteString getMessageIdentifierBytes()
The unique identifier for this message
string message_identifier = 1;getMessageIdentifierBytes in interface SubscriptionQueryResponseOrBuilderpublic String getSubscriptionIdentifier()
The identifier of the subscription query this is a response for
string subscription_identifier = 2;getSubscriptionIdentifier in interface SubscriptionQueryResponseOrBuilderpublic com.google.protobuf.ByteString getSubscriptionIdentifierBytes()
The identifier of the subscription query this is a response for
string subscription_identifier = 2;getSubscriptionIdentifierBytes in interface SubscriptionQueryResponseOrBuilderpublic boolean hasInitialResult()
Provides an Initial Response
.io.axoniq.axonserver.grpc.query.QueryResponse initial_result = 3;hasInitialResult in interface SubscriptionQueryResponseOrBuilderpublic QueryResponse getInitialResult()
Provides an Initial Response
.io.axoniq.axonserver.grpc.query.QueryResponse initial_result = 3;getInitialResult in interface SubscriptionQueryResponseOrBuilderpublic QueryResponseOrBuilder getInitialResultOrBuilder()
Provides an Initial Response
.io.axoniq.axonserver.grpc.query.QueryResponse initial_result = 3;getInitialResultOrBuilder in interface SubscriptionQueryResponseOrBuilderpublic boolean hasUpdate()
Provides an Update Response
.io.axoniq.axonserver.grpc.query.QueryUpdate update = 4;hasUpdate in interface SubscriptionQueryResponseOrBuilderpublic QueryUpdate getUpdate()
Provides an Update Response
.io.axoniq.axonserver.grpc.query.QueryUpdate update = 4;getUpdate in interface SubscriptionQueryResponseOrBuilderpublic QueryUpdateOrBuilder getUpdateOrBuilder()
Provides an Update Response
.io.axoniq.axonserver.grpc.query.QueryUpdate update = 4;getUpdateOrBuilder in interface SubscriptionQueryResponseOrBuilderpublic boolean hasComplete()
Indicates the Query is complete, and no more Updates will be sent
.io.axoniq.axonserver.grpc.query.QueryUpdateComplete complete = 5;hasComplete in interface SubscriptionQueryResponseOrBuilderpublic QueryUpdateComplete getComplete()
Indicates the Query is complete, and no more Updates will be sent
.io.axoniq.axonserver.grpc.query.QueryUpdateComplete complete = 5;getComplete in interface SubscriptionQueryResponseOrBuilderpublic QueryUpdateCompleteOrBuilder getCompleteOrBuilder()
Indicates the Query is complete, and no more Updates will be sent
.io.axoniq.axonserver.grpc.query.QueryUpdateComplete complete = 5;getCompleteOrBuilder in interface SubscriptionQueryResponseOrBuilderpublic boolean hasCompleteExceptionally()
Indicates the Query failed exceptionally, and no more Updates will be sent
.io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally complete_exceptionally = 6;hasCompleteExceptionally in interface SubscriptionQueryResponseOrBuilderpublic QueryUpdateCompleteExceptionally getCompleteExceptionally()
Indicates the Query failed exceptionally, and no more Updates will be sent
.io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally complete_exceptionally = 6;getCompleteExceptionally in interface SubscriptionQueryResponseOrBuilderpublic QueryUpdateCompleteExceptionallyOrBuilder getCompleteExceptionallyOrBuilder()
Indicates the Query failed exceptionally, and no more Updates will be sent
.io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally complete_exceptionally = 6;getCompleteExceptionallyOrBuilder in interface SubscriptionQueryResponseOrBuilderpublic 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 SubscriptionQueryResponse parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SubscriptionQueryResponse parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SubscriptionQueryResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SubscriptionQueryResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SubscriptionQueryResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SubscriptionQueryResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SubscriptionQueryResponse parseFrom(InputStream input) throws IOException
IOExceptionpublic static SubscriptionQueryResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static SubscriptionQueryResponse parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static SubscriptionQueryResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static SubscriptionQueryResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static SubscriptionQueryResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic SubscriptionQueryResponse.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static SubscriptionQueryResponse.Builder newBuilder()
public static SubscriptionQueryResponse.Builder newBuilder(SubscriptionQueryResponse prototype)
public SubscriptionQueryResponse.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected SubscriptionQueryResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static SubscriptionQueryResponse getDefaultInstance()
public static com.google.protobuf.Parser<SubscriptionQueryResponse> parser()
public com.google.protobuf.Parser<SubscriptionQueryResponse> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public SubscriptionQueryResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2010–2020. All rights reserved.