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, 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 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.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 PlatformOutboundInstruction.RequestCase getRequestCase()
getRequestCase
in interface PlatformOutboundInstructionOrBuilder
public 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 PlatformOutboundInstructionOrBuilder
public 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 PlatformOutboundInstructionOrBuilder
public 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 PlatformOutboundInstructionOrBuilder
public 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 PlatformOutboundInstructionOrBuilder
public 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 PlatformOutboundInstructionOrBuilder
public 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 PlatformOutboundInstructionOrBuilder
public boolean hasPauseEventProcessor()
Instruction from AxonServer to Pause a Tracking Event Processor.
.io.axoniq.axonserver.grpc.control.EventProcessorReference pause_event_processor = 4;
hasPauseEventProcessor
in interface PlatformOutboundInstructionOrBuilder
public EventProcessorReference getPauseEventProcessor()
Instruction from AxonServer to Pause a Tracking Event Processor.
.io.axoniq.axonserver.grpc.control.EventProcessorReference pause_event_processor = 4;
getPauseEventProcessor
in interface PlatformOutboundInstructionOrBuilder
public EventProcessorReferenceOrBuilder getPauseEventProcessorOrBuilder()
Instruction from AxonServer to Pause a Tracking Event Processor.
.io.axoniq.axonserver.grpc.control.EventProcessorReference pause_event_processor = 4;
getPauseEventProcessorOrBuilder
in interface PlatformOutboundInstructionOrBuilder
public boolean hasStartEventProcessor()
Instruction from AxonServer to Start a Tracking Event Processor.
.io.axoniq.axonserver.grpc.control.EventProcessorReference start_event_processor = 5;
hasStartEventProcessor
in interface PlatformOutboundInstructionOrBuilder
public EventProcessorReference getStartEventProcessor()
Instruction from AxonServer to Start a Tracking Event Processor.
.io.axoniq.axonserver.grpc.control.EventProcessorReference start_event_processor = 5;
getStartEventProcessor
in interface PlatformOutboundInstructionOrBuilder
public EventProcessorReferenceOrBuilder getStartEventProcessorOrBuilder()
Instruction from AxonServer to Start a Tracking Event Processor.
.io.axoniq.axonserver.grpc.control.EventProcessorReference start_event_processor = 5;
getStartEventProcessorOrBuilder
in interface PlatformOutboundInstructionOrBuilder
public 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 PlatformOutboundInstructionOrBuilder
public 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 PlatformOutboundInstructionOrBuilder
public 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 PlatformOutboundInstructionOrBuilder
public 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 PlatformOutboundInstructionOrBuilder
public 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 PlatformOutboundInstructionOrBuilder
public 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 PlatformOutboundInstructionOrBuilder
public 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 PlatformOutboundInstructionOrBuilder
public 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 PlatformOutboundInstructionOrBuilder
public 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 PlatformOutboundInstructionOrBuilder
public 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 PlatformOutboundInstructionOrBuilder
public 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 PlatformOutboundInstructionOrBuilder
public 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 PlatformOutboundInstructionOrBuilder
public 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 PlatformOutboundInstructionOrBuilder
public 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 PlatformOutboundInstructionOrBuilder
public 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 PlatformOutboundInstructionOrBuilder
public boolean hasAck()
Acknowledgement of previously sent instruction via inbound stream
.io.axoniq.axonserver.grpc.InstructionAck ack = 11;
hasAck
in interface PlatformOutboundInstructionOrBuilder
public InstructionAck getAck()
Acknowledgement of previously sent instruction via inbound stream
.io.axoniq.axonserver.grpc.InstructionAck ack = 11;
getAck
in interface PlatformOutboundInstructionOrBuilder
public InstructionAckOrBuilder getAckOrBuilder()
Acknowledgement of previously sent instruction via inbound stream
.io.axoniq.axonserver.grpc.InstructionAck ack = 11;
getAckOrBuilder
in interface PlatformOutboundInstructionOrBuilder
public String getInstructionId()
Instruction identifier. If this identifier is set, this instruction will be acknowledged via inbound stream
string instruction_id = 12;
getInstructionId
in interface PlatformOutboundInstructionOrBuilder
public 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 PlatformOutboundInstructionOrBuilder
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 PlatformOutboundInstruction parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static PlatformOutboundInstruction parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static PlatformOutboundInstruction parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static PlatformOutboundInstruction parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static PlatformOutboundInstruction parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static PlatformOutboundInstruction parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static PlatformOutboundInstruction parseFrom(InputStream input) throws IOException
IOException
public static PlatformOutboundInstruction parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static PlatformOutboundInstruction parseDelimitedFrom(InputStream input) throws IOException
IOException
public static PlatformOutboundInstruction parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static PlatformOutboundInstruction parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static PlatformOutboundInstruction parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public PlatformOutboundInstruction.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static PlatformOutboundInstruction.Builder newBuilder()
public static PlatformOutboundInstruction.Builder newBuilder(PlatformOutboundInstruction prototype)
public PlatformOutboundInstruction.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected PlatformOutboundInstruction.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static PlatformOutboundInstruction getDefaultInstance()
public static com.google.protobuf.Parser<PlatformOutboundInstruction> parser()
public com.google.protobuf.Parser<PlatformOutboundInstruction> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public PlatformOutboundInstruction getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2010–2020. All rights reserved.