public static final class InstructionAck.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<InstructionAck.Builder> implements InstructionAckOrBuilder
Message describing instruction acknowledgementProtobuf type
io.axoniq.axonserver.grpc.InstructionAck
Modifier and Type | Method and Description |
---|---|
InstructionAck.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
InstructionAck |
build() |
InstructionAck |
buildPartial() |
InstructionAck.Builder |
clear() |
InstructionAck.Builder |
clearError()
Set if instruction acknowledgement failed.
|
InstructionAck.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
InstructionAck.Builder |
clearInstructionId()
The identifier of the instruction
|
InstructionAck.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
InstructionAck.Builder |
clearSuccess()
Indicator whether the instruction was acknowledged successfully
|
InstructionAck.Builder |
clone() |
InstructionAck |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
ErrorMessage |
getError()
Set if instruction acknowledgement failed.
|
ErrorMessage.Builder |
getErrorBuilder()
Set if instruction acknowledgement failed.
|
ErrorMessageOrBuilder |
getErrorOrBuilder()
Set if instruction acknowledgement failed.
|
String |
getInstructionId()
The identifier of the instruction
|
com.google.protobuf.ByteString |
getInstructionIdBytes()
The identifier of the instruction
|
boolean |
getSuccess()
Indicator whether the instruction was acknowledged successfully
|
boolean |
hasError()
Set if instruction acknowledgement failed.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
InstructionAck.Builder |
mergeError(ErrorMessage value)
Set if instruction acknowledgement failed.
|
InstructionAck.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
InstructionAck.Builder |
mergeFrom(InstructionAck other) |
InstructionAck.Builder |
mergeFrom(com.google.protobuf.Message other) |
InstructionAck.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
InstructionAck.Builder |
setError(ErrorMessage.Builder builderForValue)
Set if instruction acknowledgement failed.
|
InstructionAck.Builder |
setError(ErrorMessage value)
Set if instruction acknowledgement failed.
|
InstructionAck.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
InstructionAck.Builder |
setInstructionId(String value)
The identifier of the instruction
|
InstructionAck.Builder |
setInstructionIdBytes(com.google.protobuf.ByteString value)
The identifier of the instruction
|
InstructionAck.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
InstructionAck.Builder |
setSuccess(boolean value)
Indicator whether the instruction was acknowledged successfully
|
InstructionAck.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3.Builder<InstructionAck.Builder>
public InstructionAck.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageV3.Builder<InstructionAck.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessageV3.Builder<InstructionAck.Builder>
public InstructionAck getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public InstructionAck build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public InstructionAck buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public InstructionAck.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageV3.Builder<InstructionAck.Builder>
public InstructionAck.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField
in interface com.google.protobuf.Message.Builder
setField
in class com.google.protobuf.GeneratedMessageV3.Builder<InstructionAck.Builder>
public InstructionAck.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface com.google.protobuf.Message.Builder
clearField
in class com.google.protobuf.GeneratedMessageV3.Builder<InstructionAck.Builder>
public InstructionAck.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.google.protobuf.Message.Builder
clearOneof
in class com.google.protobuf.GeneratedMessageV3.Builder<InstructionAck.Builder>
public InstructionAck.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface com.google.protobuf.Message.Builder
setRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<InstructionAck.Builder>
public InstructionAck.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface com.google.protobuf.Message.Builder
addRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<InstructionAck.Builder>
public InstructionAck.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<InstructionAck.Builder>
public InstructionAck.Builder mergeFrom(InstructionAck other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<InstructionAck.Builder>
public InstructionAck.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<InstructionAck.Builder>
IOException
public String getInstructionId()
The identifier of the instruction
string instruction_id = 1;
getInstructionId
in interface InstructionAckOrBuilder
public com.google.protobuf.ByteString getInstructionIdBytes()
The identifier of the instruction
string instruction_id = 1;
getInstructionIdBytes
in interface InstructionAckOrBuilder
public InstructionAck.Builder setInstructionId(String value)
The identifier of the instruction
string instruction_id = 1;
public InstructionAck.Builder clearInstructionId()
The identifier of the instruction
string instruction_id = 1;
public InstructionAck.Builder setInstructionIdBytes(com.google.protobuf.ByteString value)
The identifier of the instruction
string instruction_id = 1;
public boolean getSuccess()
Indicator whether the instruction was acknowledged successfully
bool success = 2;
getSuccess
in interface InstructionAckOrBuilder
public InstructionAck.Builder setSuccess(boolean value)
Indicator whether the instruction was acknowledged successfully
bool success = 2;
public InstructionAck.Builder clearSuccess()
Indicator whether the instruction was acknowledged successfully
bool success = 2;
public boolean hasError()
Set if instruction acknowledgement failed.
.io.axoniq.axonserver.grpc.ErrorMessage error = 3;
hasError
in interface InstructionAckOrBuilder
public ErrorMessage getError()
Set if instruction acknowledgement failed.
.io.axoniq.axonserver.grpc.ErrorMessage error = 3;
getError
in interface InstructionAckOrBuilder
public InstructionAck.Builder setError(ErrorMessage value)
Set if instruction acknowledgement failed.
.io.axoniq.axonserver.grpc.ErrorMessage error = 3;
public InstructionAck.Builder setError(ErrorMessage.Builder builderForValue)
Set if instruction acknowledgement failed.
.io.axoniq.axonserver.grpc.ErrorMessage error = 3;
public InstructionAck.Builder mergeError(ErrorMessage value)
Set if instruction acknowledgement failed.
.io.axoniq.axonserver.grpc.ErrorMessage error = 3;
public InstructionAck.Builder clearError()
Set if instruction acknowledgement failed.
.io.axoniq.axonserver.grpc.ErrorMessage error = 3;
public ErrorMessage.Builder getErrorBuilder()
Set if instruction acknowledgement failed.
.io.axoniq.axonserver.grpc.ErrorMessage error = 3;
public ErrorMessageOrBuilder getErrorOrBuilder()
Set if instruction acknowledgement failed.
.io.axoniq.axonserver.grpc.ErrorMessage error = 3;
getErrorOrBuilder
in interface InstructionAckOrBuilder
public final InstructionAck.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<InstructionAck.Builder>
public final InstructionAck.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<InstructionAck.Builder>
Copyright © 2010–2020. All rights reserved.