public static final class ProcessingInstruction.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ProcessingInstruction.Builder> implements ProcessingInstructionOrBuilder
An instruction for routing components when routing or processing a message.Protobuf type
io.axoniq.axonserver.grpc.ProcessingInstruction
Modifier and Type | Method and Description |
---|---|
ProcessingInstruction.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ProcessingInstruction |
build() |
ProcessingInstruction |
buildPartial() |
ProcessingInstruction.Builder |
clear() |
ProcessingInstruction.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ProcessingInstruction.Builder |
clearKey()
The type of processing message.
|
ProcessingInstruction.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ProcessingInstruction.Builder |
clearValue()
The value associated with the processing key.
|
ProcessingInstruction.Builder |
clone() |
ProcessingInstruction |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
ProcessingKey |
getKey()
The type of processing message.
|
int |
getKeyValue()
The type of processing message.
|
MetaDataValue |
getValue()
The value associated with the processing key.
|
MetaDataValue.Builder |
getValueBuilder()
The value associated with the processing key.
|
MetaDataValueOrBuilder |
getValueOrBuilder()
The value associated with the processing key.
|
boolean |
hasValue()
The value associated with the processing key.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ProcessingInstruction.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ProcessingInstruction.Builder |
mergeFrom(com.google.protobuf.Message other) |
ProcessingInstruction.Builder |
mergeFrom(ProcessingInstruction other) |
ProcessingInstruction.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ProcessingInstruction.Builder |
mergeValue(MetaDataValue value)
The value associated with the processing key.
|
ProcessingInstruction.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ProcessingInstruction.Builder |
setKey(ProcessingKey value)
The type of processing message.
|
ProcessingInstruction.Builder |
setKeyValue(int value)
The type of processing message.
|
ProcessingInstruction.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ProcessingInstruction.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ProcessingInstruction.Builder |
setValue(MetaDataValue.Builder builderForValue)
The value associated with the processing key.
|
ProcessingInstruction.Builder |
setValue(MetaDataValue value)
The value associated with the processing key.
|
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<ProcessingInstruction.Builder>
public ProcessingInstruction.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<ProcessingInstruction.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<ProcessingInstruction.Builder>
public ProcessingInstruction getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public ProcessingInstruction build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public ProcessingInstruction buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public ProcessingInstruction.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<ProcessingInstruction.Builder>
public ProcessingInstruction.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<ProcessingInstruction.Builder>
public ProcessingInstruction.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface com.google.protobuf.Message.Builder
clearField
in class com.google.protobuf.GeneratedMessageV3.Builder<ProcessingInstruction.Builder>
public ProcessingInstruction.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.google.protobuf.Message.Builder
clearOneof
in class com.google.protobuf.GeneratedMessageV3.Builder<ProcessingInstruction.Builder>
public ProcessingInstruction.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<ProcessingInstruction.Builder>
public ProcessingInstruction.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<ProcessingInstruction.Builder>
public ProcessingInstruction.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<ProcessingInstruction.Builder>
public ProcessingInstruction.Builder mergeFrom(ProcessingInstruction other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<ProcessingInstruction.Builder>
public ProcessingInstruction.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<ProcessingInstruction.Builder>
IOException
public int getKeyValue()
The type of processing message.
.io.axoniq.axonserver.grpc.ProcessingKey key = 1;
getKeyValue
in interface ProcessingInstructionOrBuilder
public ProcessingInstruction.Builder setKeyValue(int value)
The type of processing message.
.io.axoniq.axonserver.grpc.ProcessingKey key = 1;
public ProcessingKey getKey()
The type of processing message.
.io.axoniq.axonserver.grpc.ProcessingKey key = 1;
getKey
in interface ProcessingInstructionOrBuilder
public ProcessingInstruction.Builder setKey(ProcessingKey value)
The type of processing message.
.io.axoniq.axonserver.grpc.ProcessingKey key = 1;
public ProcessingInstruction.Builder clearKey()
The type of processing message.
.io.axoniq.axonserver.grpc.ProcessingKey key = 1;
public boolean hasValue()
The value associated with the processing key.
.io.axoniq.axonserver.grpc.MetaDataValue value = 2;
hasValue
in interface ProcessingInstructionOrBuilder
public MetaDataValue getValue()
The value associated with the processing key.
.io.axoniq.axonserver.grpc.MetaDataValue value = 2;
getValue
in interface ProcessingInstructionOrBuilder
public ProcessingInstruction.Builder setValue(MetaDataValue value)
The value associated with the processing key.
.io.axoniq.axonserver.grpc.MetaDataValue value = 2;
public ProcessingInstruction.Builder setValue(MetaDataValue.Builder builderForValue)
The value associated with the processing key.
.io.axoniq.axonserver.grpc.MetaDataValue value = 2;
public ProcessingInstruction.Builder mergeValue(MetaDataValue value)
The value associated with the processing key.
.io.axoniq.axonserver.grpc.MetaDataValue value = 2;
public ProcessingInstruction.Builder clearValue()
The value associated with the processing key.
.io.axoniq.axonserver.grpc.MetaDataValue value = 2;
public MetaDataValue.Builder getValueBuilder()
The value associated with the processing key.
.io.axoniq.axonserver.grpc.MetaDataValue value = 2;
public MetaDataValueOrBuilder getValueOrBuilder()
The value associated with the processing key.
.io.axoniq.axonserver.grpc.MetaDataValue value = 2;
getValueOrBuilder
in interface ProcessingInstructionOrBuilder
public final ProcessingInstruction.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<ProcessingInstruction.Builder>
public final ProcessingInstruction.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<ProcessingInstruction.Builder>
Copyright © 2010–2020. All rights reserved.