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, 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()
The unique identifier for this message
string message_identifier = 1;
getMessageIdentifier
in interface SubscriptionQueryResponseOrBuilder
public com.google.protobuf.ByteString getMessageIdentifierBytes()
The unique identifier for this message
string message_identifier = 1;
getMessageIdentifierBytes
in interface SubscriptionQueryResponseOrBuilder
public String getSubscriptionIdentifier()
The identifier of the subscription query this is a response for
string subscription_identifier = 2;
getSubscriptionIdentifier
in interface SubscriptionQueryResponseOrBuilder
public com.google.protobuf.ByteString getSubscriptionIdentifierBytes()
The identifier of the subscription query this is a response for
string subscription_identifier = 2;
getSubscriptionIdentifierBytes
in interface SubscriptionQueryResponseOrBuilder
public boolean hasInitialResult()
Provides an Initial Response
.io.axoniq.axonserver.grpc.query.QueryResponse initial_result = 3;
hasInitialResult
in interface SubscriptionQueryResponseOrBuilder
public QueryResponse getInitialResult()
Provides an Initial Response
.io.axoniq.axonserver.grpc.query.QueryResponse initial_result = 3;
getInitialResult
in interface SubscriptionQueryResponseOrBuilder
public QueryResponseOrBuilder getInitialResultOrBuilder()
Provides an Initial Response
.io.axoniq.axonserver.grpc.query.QueryResponse initial_result = 3;
getInitialResultOrBuilder
in interface SubscriptionQueryResponseOrBuilder
public boolean hasUpdate()
Provides an Update Response
.io.axoniq.axonserver.grpc.query.QueryUpdate update = 4;
hasUpdate
in interface SubscriptionQueryResponseOrBuilder
public QueryUpdate getUpdate()
Provides an Update Response
.io.axoniq.axonserver.grpc.query.QueryUpdate update = 4;
getUpdate
in interface SubscriptionQueryResponseOrBuilder
public QueryUpdateOrBuilder getUpdateOrBuilder()
Provides an Update Response
.io.axoniq.axonserver.grpc.query.QueryUpdate update = 4;
getUpdateOrBuilder
in interface SubscriptionQueryResponseOrBuilder
public 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 SubscriptionQueryResponseOrBuilder
public 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 SubscriptionQueryResponseOrBuilder
public 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 SubscriptionQueryResponseOrBuilder
public 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 SubscriptionQueryResponseOrBuilder
public 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 SubscriptionQueryResponseOrBuilder
public 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 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–2020. All rights reserved.