public final class PlatformOutboundInstruction extends com.google.protobuf.GeneratedMessageV3 implements PlatformOutboundInstructionOrBuilder
An instruction or information from the AxonServer Platform to the Application NodeProtobuf type
io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction| Modifier and Type | Class and Description |
|---|---|
static class |
PlatformOutboundInstruction.Builder
An instruction or information from the AxonServer Platform to the Application Node
|
static class |
PlatformOutboundInstruction.RequestCase |
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 |
ACK_FIELD_NUMBER |
static int |
HEARTBEAT_FIELD_NUMBER |
static int |
INSTRUCTION_ID_FIELD_NUMBER |
static int |
MERGE_EVENT_PROCESSOR_SEGMENT_FIELD_NUMBER |
static int |
NODE_NOTIFICATION_FIELD_NUMBER |
static int |
PAUSE_EVENT_PROCESSOR_FIELD_NUMBER |
static int |
RELEASE_SEGMENT_FIELD_NUMBER |
static int |
REQUEST_EVENT_PROCESSOR_INFO_FIELD_NUMBER |
static int |
REQUEST_RECONNECT_FIELD_NUMBER |
static int |
SPLIT_EVENT_PROCESSOR_SEGMENT_FIELD_NUMBER |
static int |
START_EVENT_PROCESSOR_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
InstructionAck |
getAck()
Acknowledgement of previously sent instruction via inbound stream
|
InstructionAckOrBuilder |
getAckOrBuilder()
Acknowledgement of previously sent instruction via inbound stream
|
static PlatformOutboundInstruction |
getDefaultInstance() |
PlatformOutboundInstruction |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
Heartbeat |
getHeartbeat()
This heartbeat is used by AxonFramework in order to check if the connection is still alive
|
HeartbeatOrBuilder |
getHeartbeatOrBuilder()
This heartbeat is used by AxonFramework in order to check if the connection is still alive
|
String |
getInstructionId()
Instruction identifier.
|
com.google.protobuf.ByteString |
getInstructionIdBytes()
Instruction identifier.
|
EventProcessorSegmentReference |
getMergeEventProcessorSegment()
Instruction to merge two Segments in a Tracking Event Processor
|
EventProcessorSegmentReferenceOrBuilder |
getMergeEventProcessorSegmentOrBuilder()
Instruction to merge two Segments in a Tracking Event Processor
|
NodeInfo |
getNodeNotification()
Information provided by AxonServer which provides information about the AxonServer node the application is connected with
|
NodeInfoOrBuilder |
getNodeNotificationOrBuilder()
Information provided by AxonServer which provides information about the AxonServer node the application is connected with
|
com.google.protobuf.Parser<PlatformOutboundInstruction> |
getParserForType() |
EventProcessorReference |
getPauseEventProcessor()
Instruction from AxonServer to Pause a Tracking Event Processor.
|
EventProcessorReferenceOrBuilder |
getPauseEventProcessorOrBuilder()
Instruction from AxonServer to Pause a Tracking Event Processor.
|
EventProcessorSegmentReference |
getReleaseSegment()
Instruction from AxonServer to Release a specific segment in a Tracking Event Processor
|
EventProcessorSegmentReferenceOrBuilder |
getReleaseSegmentOrBuilder()
Instruction from AxonServer to Release a specific segment in a Tracking Event Processor
|
PlatformOutboundInstruction.RequestCase |
getRequestCase() |
EventProcessorReference |
getRequestEventProcessorInfo()
A request from AxonServer for status information of a specific Tracking Event Processor
|
EventProcessorReferenceOrBuilder |
getRequestEventProcessorInfoOrBuilder()
A request from AxonServer for status information of a specific Tracking Event Processor
|
RequestReconnect |
getRequestReconnect()
A request from AxonServer to the Application to migrate its connection to another node.
|
RequestReconnectOrBuilder |
getRequestReconnectOrBuilder()
A request from AxonServer to the Application to migrate its connection to another node.
|
int |
getSerializedSize() |
EventProcessorSegmentReference |
getSplitEventProcessorSegment()
Instruction to split a Segment in a Tracking Event Processor
|
EventProcessorSegmentReferenceOrBuilder |
getSplitEventProcessorSegmentOrBuilder()
Instruction to split a Segment in a Tracking Event Processor
|
EventProcessorReference |
getStartEventProcessor()
Instruction from AxonServer to Start a Tracking Event Processor.
|
EventProcessorReferenceOrBuilder |
getStartEventProcessorOrBuilder()
Instruction from AxonServer to Start a Tracking Event Processor.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasAck()
Acknowledgement of previously sent instruction via inbound stream
|
int |
hashCode() |
boolean |
hasHeartbeat()
This heartbeat is used by AxonFramework in order to check if the connection is still alive
|
boolean |
hasMergeEventProcessorSegment()
Instruction to merge two Segments in a Tracking Event Processor
|
boolean |
hasNodeNotification()
Information provided by AxonServer which provides information about the AxonServer node the application is connected with
|
boolean |
hasPauseEventProcessor()
Instruction from AxonServer to Pause a Tracking Event Processor.
|
boolean |
hasReleaseSegment()
Instruction from AxonServer to Release a specific segment in a Tracking Event Processor
|
boolean |
hasRequestEventProcessorInfo()
A request from AxonServer for status information of a specific Tracking Event Processor
|
boolean |
hasRequestReconnect()
A request from AxonServer to the Application to migrate its connection to another node.
|
boolean |
hasSplitEventProcessorSegment()
Instruction to split a Segment in a Tracking Event Processor
|
boolean |
hasStartEventProcessor()
Instruction from AxonServer to Start a Tracking Event Processor.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static PlatformOutboundInstruction.Builder |
newBuilder() |
static PlatformOutboundInstruction.Builder |
newBuilder(PlatformOutboundInstruction prototype) |
PlatformOutboundInstruction.Builder |
newBuilderForType() |
protected PlatformOutboundInstruction.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static PlatformOutboundInstruction |
parseDelimitedFrom(InputStream input) |
static PlatformOutboundInstruction |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PlatformOutboundInstruction |
parseFrom(byte[] data) |
static PlatformOutboundInstruction |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PlatformOutboundInstruction |
parseFrom(ByteBuffer data) |
static PlatformOutboundInstruction |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PlatformOutboundInstruction |
parseFrom(com.google.protobuf.ByteString data) |
static PlatformOutboundInstruction |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PlatformOutboundInstruction |
parseFrom(com.google.protobuf.CodedInputStream input) |
static PlatformOutboundInstruction |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PlatformOutboundInstruction |
parseFrom(InputStream input) |
static PlatformOutboundInstruction |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<PlatformOutboundInstruction> |
parser() |
PlatformOutboundInstruction.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 NODE_NOTIFICATION_FIELD_NUMBER
public static final int REQUEST_RECONNECT_FIELD_NUMBER
public static final int PAUSE_EVENT_PROCESSOR_FIELD_NUMBER
public static final int START_EVENT_PROCESSOR_FIELD_NUMBER
public static final int RELEASE_SEGMENT_FIELD_NUMBER
public static final int REQUEST_EVENT_PROCESSOR_INFO_FIELD_NUMBER
public static final int SPLIT_EVENT_PROCESSOR_SEGMENT_FIELD_NUMBER
public static final int MERGE_EVENT_PROCESSOR_SEGMENT_FIELD_NUMBER
public static final int HEARTBEAT_FIELD_NUMBER
public static final int ACK_FIELD_NUMBER
public static final int INSTRUCTION_ID_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 PlatformOutboundInstruction.RequestCase getRequestCase()
getRequestCase in interface PlatformOutboundInstructionOrBuilderpublic boolean hasNodeNotification()
Information provided by AxonServer which provides information about the AxonServer node the application is connected with
.io.axoniq.axonserver.grpc.control.NodeInfo node_notification = 1;hasNodeNotification in interface PlatformOutboundInstructionOrBuilderpublic NodeInfo getNodeNotification()
Information provided by AxonServer which provides information about the AxonServer node the application is connected with
.io.axoniq.axonserver.grpc.control.NodeInfo node_notification = 1;getNodeNotification in interface PlatformOutboundInstructionOrBuilderpublic NodeInfoOrBuilder getNodeNotificationOrBuilder()
Information provided by AxonServer which provides information about the AxonServer node the application is connected with
.io.axoniq.axonserver.grpc.control.NodeInfo node_notification = 1;getNodeNotificationOrBuilder in interface PlatformOutboundInstructionOrBuilderpublic boolean hasRequestReconnect()
A request from AxonServer to the Application to migrate its connection to another node. Clients SHOULD honor this request by closing their current connection, and using the GetPlatformServer RPC to request a new destination.
.io.axoniq.axonserver.grpc.control.RequestReconnect request_reconnect = 3;hasRequestReconnect in interface PlatformOutboundInstructionOrBuilderpublic RequestReconnect getRequestReconnect()
A request from AxonServer to the Application to migrate its connection to another node. Clients SHOULD honor this request by closing their current connection, and using the GetPlatformServer RPC to request a new destination.
.io.axoniq.axonserver.grpc.control.RequestReconnect request_reconnect = 3;getRequestReconnect in interface PlatformOutboundInstructionOrBuilderpublic RequestReconnectOrBuilder getRequestReconnectOrBuilder()
A request from AxonServer to the Application to migrate its connection to another node. Clients SHOULD honor this request by closing their current connection, and using the GetPlatformServer RPC to request a new destination.
.io.axoniq.axonserver.grpc.control.RequestReconnect request_reconnect = 3;getRequestReconnectOrBuilder in interface PlatformOutboundInstructionOrBuilderpublic boolean hasPauseEventProcessor()
Instruction from AxonServer to Pause a Tracking Event Processor.
.io.axoniq.axonserver.grpc.control.EventProcessorReference pause_event_processor = 4;hasPauseEventProcessor in interface PlatformOutboundInstructionOrBuilderpublic EventProcessorReference getPauseEventProcessor()
Instruction from AxonServer to Pause a Tracking Event Processor.
.io.axoniq.axonserver.grpc.control.EventProcessorReference pause_event_processor = 4;getPauseEventProcessor in interface PlatformOutboundInstructionOrBuilderpublic EventProcessorReferenceOrBuilder getPauseEventProcessorOrBuilder()
Instruction from AxonServer to Pause a Tracking Event Processor.
.io.axoniq.axonserver.grpc.control.EventProcessorReference pause_event_processor = 4;getPauseEventProcessorOrBuilder in interface PlatformOutboundInstructionOrBuilderpublic boolean hasStartEventProcessor()
Instruction from AxonServer to Start a Tracking Event Processor.
.io.axoniq.axonserver.grpc.control.EventProcessorReference start_event_processor = 5;hasStartEventProcessor in interface PlatformOutboundInstructionOrBuilderpublic EventProcessorReference getStartEventProcessor()
Instruction from AxonServer to Start a Tracking Event Processor.
.io.axoniq.axonserver.grpc.control.EventProcessorReference start_event_processor = 5;getStartEventProcessor in interface PlatformOutboundInstructionOrBuilderpublic EventProcessorReferenceOrBuilder getStartEventProcessorOrBuilder()
Instruction from AxonServer to Start a Tracking Event Processor.
.io.axoniq.axonserver.grpc.control.EventProcessorReference start_event_processor = 5;getStartEventProcessorOrBuilder in interface PlatformOutboundInstructionOrBuilderpublic boolean hasReleaseSegment()
Instruction from AxonServer to Release a specific segment in a Tracking Event Processor
.io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference release_segment = 6;hasReleaseSegment in interface PlatformOutboundInstructionOrBuilderpublic EventProcessorSegmentReference getReleaseSegment()
Instruction from AxonServer to Release a specific segment in a Tracking Event Processor
.io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference release_segment = 6;getReleaseSegment in interface PlatformOutboundInstructionOrBuilderpublic EventProcessorSegmentReferenceOrBuilder getReleaseSegmentOrBuilder()
Instruction from AxonServer to Release a specific segment in a Tracking Event Processor
.io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference release_segment = 6;getReleaseSegmentOrBuilder in interface PlatformOutboundInstructionOrBuilderpublic boolean hasRequestEventProcessorInfo()
A request from AxonServer for status information of a specific Tracking Event Processor
.io.axoniq.axonserver.grpc.control.EventProcessorReference request_event_processor_info = 7;hasRequestEventProcessorInfo in interface PlatformOutboundInstructionOrBuilderpublic EventProcessorReference getRequestEventProcessorInfo()
A request from AxonServer for status information of a specific Tracking Event Processor
.io.axoniq.axonserver.grpc.control.EventProcessorReference request_event_processor_info = 7;getRequestEventProcessorInfo in interface PlatformOutboundInstructionOrBuilderpublic EventProcessorReferenceOrBuilder getRequestEventProcessorInfoOrBuilder()
A request from AxonServer for status information of a specific Tracking Event Processor
.io.axoniq.axonserver.grpc.control.EventProcessorReference request_event_processor_info = 7;getRequestEventProcessorInfoOrBuilder in interface PlatformOutboundInstructionOrBuilderpublic boolean hasSplitEventProcessorSegment()
Instruction to split a Segment in a Tracking Event Processor
.io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference split_event_processor_segment = 8;hasSplitEventProcessorSegment in interface PlatformOutboundInstructionOrBuilderpublic EventProcessorSegmentReference getSplitEventProcessorSegment()
Instruction to split a Segment in a Tracking Event Processor
.io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference split_event_processor_segment = 8;getSplitEventProcessorSegment in interface PlatformOutboundInstructionOrBuilderpublic EventProcessorSegmentReferenceOrBuilder getSplitEventProcessorSegmentOrBuilder()
Instruction to split a Segment in a Tracking Event Processor
.io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference split_event_processor_segment = 8;getSplitEventProcessorSegmentOrBuilder in interface PlatformOutboundInstructionOrBuilderpublic boolean hasMergeEventProcessorSegment()
Instruction to merge two Segments in a Tracking Event Processor
.io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference merge_event_processor_segment = 9;hasMergeEventProcessorSegment in interface PlatformOutboundInstructionOrBuilderpublic EventProcessorSegmentReference getMergeEventProcessorSegment()
Instruction to merge two Segments in a Tracking Event Processor
.io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference merge_event_processor_segment = 9;getMergeEventProcessorSegment in interface PlatformOutboundInstructionOrBuilderpublic EventProcessorSegmentReferenceOrBuilder getMergeEventProcessorSegmentOrBuilder()
Instruction to merge two Segments in a Tracking Event Processor
.io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference merge_event_processor_segment = 9;getMergeEventProcessorSegmentOrBuilder in interface PlatformOutboundInstructionOrBuilderpublic boolean hasHeartbeat()
This heartbeat is used by AxonFramework in order to check if the connection is still alive
.io.axoniq.axonserver.grpc.control.Heartbeat heartbeat = 10;hasHeartbeat in interface PlatformOutboundInstructionOrBuilderpublic Heartbeat getHeartbeat()
This heartbeat is used by AxonFramework in order to check if the connection is still alive
.io.axoniq.axonserver.grpc.control.Heartbeat heartbeat = 10;getHeartbeat in interface PlatformOutboundInstructionOrBuilderpublic HeartbeatOrBuilder getHeartbeatOrBuilder()
This heartbeat is used by AxonFramework in order to check if the connection is still alive
.io.axoniq.axonserver.grpc.control.Heartbeat heartbeat = 10;getHeartbeatOrBuilder in interface PlatformOutboundInstructionOrBuilderpublic boolean hasAck()
Acknowledgement of previously sent instruction via inbound stream
.io.axoniq.axonserver.grpc.InstructionAck ack = 11;hasAck in interface PlatformOutboundInstructionOrBuilderpublic InstructionAck getAck()
Acknowledgement of previously sent instruction via inbound stream
.io.axoniq.axonserver.grpc.InstructionAck ack = 11;getAck in interface PlatformOutboundInstructionOrBuilderpublic InstructionAckOrBuilder getAckOrBuilder()
Acknowledgement of previously sent instruction via inbound stream
.io.axoniq.axonserver.grpc.InstructionAck ack = 11;getAckOrBuilder in interface PlatformOutboundInstructionOrBuilderpublic String getInstructionId()
Instruction identifier. If this identifier is set, this instruction will be acknowledged via inbound stream
string instruction_id = 12;getInstructionId in interface PlatformOutboundInstructionOrBuilderpublic com.google.protobuf.ByteString getInstructionIdBytes()
Instruction identifier. If this identifier is set, this instruction will be acknowledged via inbound stream
string instruction_id = 12;getInstructionIdBytes in interface PlatformOutboundInstructionOrBuilderpublic 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 PlatformOutboundInstruction parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PlatformOutboundInstruction parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PlatformOutboundInstruction parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PlatformOutboundInstruction parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PlatformOutboundInstruction parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PlatformOutboundInstruction parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PlatformOutboundInstruction parseFrom(InputStream input) throws IOException
IOExceptionpublic static PlatformOutboundInstruction parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PlatformOutboundInstruction parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static PlatformOutboundInstruction parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PlatformOutboundInstruction parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static PlatformOutboundInstruction parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic PlatformOutboundInstruction.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static PlatformOutboundInstruction.Builder newBuilder()
public static PlatformOutboundInstruction.Builder newBuilder(PlatformOutboundInstruction prototype)
public PlatformOutboundInstruction.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected PlatformOutboundInstruction.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static PlatformOutboundInstruction getDefaultInstance()
public static com.google.protobuf.Parser<PlatformOutboundInstruction> parser()
public com.google.protobuf.Parser<PlatformOutboundInstruction> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public PlatformOutboundInstruction getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2010–2020. All rights reserved.