public static final class PlatformInboundInstruction.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<PlatformInboundInstruction.Builder> implements PlatformInboundInstructionOrBuilder
io.axoniq.axonserver.grpc.control.PlatformInboundInstruction
Modifier and Type | Method and Description |
---|---|
PlatformInboundInstruction.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
PlatformInboundInstruction |
build() |
PlatformInboundInstruction |
buildPartial() |
PlatformInboundInstruction.Builder |
clear() |
PlatformInboundInstruction.Builder |
clearEventProcessorInfo()
.io.axoniq.axonserver.grpc.control.EventProcessorInfo event_processor_info = 2; |
PlatformInboundInstruction.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
PlatformInboundInstruction.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
PlatformInboundInstruction.Builder |
clearRegister()
.io.axoniq.axonserver.grpc.control.ClientIdentification register = 1; |
PlatformInboundInstruction.Builder |
clearRequest() |
PlatformInboundInstruction.Builder |
clone() |
PlatformInboundInstruction |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
EventProcessorInfo |
getEventProcessorInfo()
.io.axoniq.axonserver.grpc.control.EventProcessorInfo event_processor_info = 2; |
EventProcessorInfo.Builder |
getEventProcessorInfoBuilder()
.io.axoniq.axonserver.grpc.control.EventProcessorInfo event_processor_info = 2; |
EventProcessorInfoOrBuilder |
getEventProcessorInfoOrBuilder()
.io.axoniq.axonserver.grpc.control.EventProcessorInfo event_processor_info = 2; |
ClientIdentification |
getRegister()
.io.axoniq.axonserver.grpc.control.ClientIdentification register = 1; |
ClientIdentification.Builder |
getRegisterBuilder()
.io.axoniq.axonserver.grpc.control.ClientIdentification register = 1; |
ClientIdentificationOrBuilder |
getRegisterOrBuilder()
.io.axoniq.axonserver.grpc.control.ClientIdentification register = 1; |
PlatformInboundInstruction.RequestCase |
getRequestCase() |
boolean |
hasEventProcessorInfo()
.io.axoniq.axonserver.grpc.control.EventProcessorInfo event_processor_info = 2; |
boolean |
hasRegister()
.io.axoniq.axonserver.grpc.control.ClientIdentification register = 1; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
PlatformInboundInstruction.Builder |
mergeEventProcessorInfo(EventProcessorInfo value)
.io.axoniq.axonserver.grpc.control.EventProcessorInfo event_processor_info = 2; |
PlatformInboundInstruction.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
PlatformInboundInstruction.Builder |
mergeFrom(com.google.protobuf.Message other) |
PlatformInboundInstruction.Builder |
mergeFrom(PlatformInboundInstruction other) |
PlatformInboundInstruction.Builder |
mergeRegister(ClientIdentification value)
.io.axoniq.axonserver.grpc.control.ClientIdentification register = 1; |
PlatformInboundInstruction.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
PlatformInboundInstruction.Builder |
setEventProcessorInfo(EventProcessorInfo.Builder builderForValue)
.io.axoniq.axonserver.grpc.control.EventProcessorInfo event_processor_info = 2; |
PlatformInboundInstruction.Builder |
setEventProcessorInfo(EventProcessorInfo value)
.io.axoniq.axonserver.grpc.control.EventProcessorInfo event_processor_info = 2; |
PlatformInboundInstruction.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
PlatformInboundInstruction.Builder |
setRegister(ClientIdentification.Builder builderForValue)
.io.axoniq.axonserver.grpc.control.ClientIdentification register = 1; |
PlatformInboundInstruction.Builder |
setRegister(ClientIdentification value)
.io.axoniq.axonserver.grpc.control.ClientIdentification register = 1; |
PlatformInboundInstruction.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
PlatformInboundInstruction.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<PlatformInboundInstruction.Builder>
public PlatformInboundInstruction.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<PlatformInboundInstruction.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<PlatformInboundInstruction.Builder>
public PlatformInboundInstruction getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public PlatformInboundInstruction build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public PlatformInboundInstruction buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public PlatformInboundInstruction.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<PlatformInboundInstruction.Builder>
public PlatformInboundInstruction.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<PlatformInboundInstruction.Builder>
public PlatformInboundInstruction.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface com.google.protobuf.Message.Builder
clearField
in class com.google.protobuf.GeneratedMessageV3.Builder<PlatformInboundInstruction.Builder>
public PlatformInboundInstruction.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.google.protobuf.Message.Builder
clearOneof
in class com.google.protobuf.GeneratedMessageV3.Builder<PlatformInboundInstruction.Builder>
public PlatformInboundInstruction.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<PlatformInboundInstruction.Builder>
public PlatformInboundInstruction.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<PlatformInboundInstruction.Builder>
public PlatformInboundInstruction.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<PlatformInboundInstruction.Builder>
public PlatformInboundInstruction.Builder mergeFrom(PlatformInboundInstruction other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<PlatformInboundInstruction.Builder>
public PlatformInboundInstruction.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<PlatformInboundInstruction.Builder>
IOException
public PlatformInboundInstruction.RequestCase getRequestCase()
getRequestCase
in interface PlatformInboundInstructionOrBuilder
public PlatformInboundInstruction.Builder clearRequest()
public boolean hasRegister()
.io.axoniq.axonserver.grpc.control.ClientIdentification register = 1;
hasRegister
in interface PlatformInboundInstructionOrBuilder
public ClientIdentification getRegister()
.io.axoniq.axonserver.grpc.control.ClientIdentification register = 1;
getRegister
in interface PlatformInboundInstructionOrBuilder
public PlatformInboundInstruction.Builder setRegister(ClientIdentification value)
.io.axoniq.axonserver.grpc.control.ClientIdentification register = 1;
public PlatformInboundInstruction.Builder setRegister(ClientIdentification.Builder builderForValue)
.io.axoniq.axonserver.grpc.control.ClientIdentification register = 1;
public PlatformInboundInstruction.Builder mergeRegister(ClientIdentification value)
.io.axoniq.axonserver.grpc.control.ClientIdentification register = 1;
public PlatformInboundInstruction.Builder clearRegister()
.io.axoniq.axonserver.grpc.control.ClientIdentification register = 1;
public ClientIdentification.Builder getRegisterBuilder()
.io.axoniq.axonserver.grpc.control.ClientIdentification register = 1;
public ClientIdentificationOrBuilder getRegisterOrBuilder()
.io.axoniq.axonserver.grpc.control.ClientIdentification register = 1;
getRegisterOrBuilder
in interface PlatformInboundInstructionOrBuilder
public boolean hasEventProcessorInfo()
.io.axoniq.axonserver.grpc.control.EventProcessorInfo event_processor_info = 2;
hasEventProcessorInfo
in interface PlatformInboundInstructionOrBuilder
public EventProcessorInfo getEventProcessorInfo()
.io.axoniq.axonserver.grpc.control.EventProcessorInfo event_processor_info = 2;
getEventProcessorInfo
in interface PlatformInboundInstructionOrBuilder
public PlatformInboundInstruction.Builder setEventProcessorInfo(EventProcessorInfo value)
.io.axoniq.axonserver.grpc.control.EventProcessorInfo event_processor_info = 2;
public PlatformInboundInstruction.Builder setEventProcessorInfo(EventProcessorInfo.Builder builderForValue)
.io.axoniq.axonserver.grpc.control.EventProcessorInfo event_processor_info = 2;
public PlatformInboundInstruction.Builder mergeEventProcessorInfo(EventProcessorInfo value)
.io.axoniq.axonserver.grpc.control.EventProcessorInfo event_processor_info = 2;
public PlatformInboundInstruction.Builder clearEventProcessorInfo()
.io.axoniq.axonserver.grpc.control.EventProcessorInfo event_processor_info = 2;
public EventProcessorInfo.Builder getEventProcessorInfoBuilder()
.io.axoniq.axonserver.grpc.control.EventProcessorInfo event_processor_info = 2;
public EventProcessorInfoOrBuilder getEventProcessorInfoOrBuilder()
.io.axoniq.axonserver.grpc.control.EventProcessorInfo event_processor_info = 2;
getEventProcessorInfoOrBuilder
in interface PlatformInboundInstructionOrBuilder
public final PlatformInboundInstruction.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<PlatformInboundInstruction.Builder>
public final PlatformInboundInstruction.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<PlatformInboundInstruction.Builder>
Copyright © 2010–2019. All rights reserved.