PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.clear() |
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.clearHeartbeat()
optional .io.axoniq.platform.grpc.HeartbeatRequest heartbeat = 99;
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.clearNodeNotification()
optional .io.axoniq.platform.grpc.NodeInfo node_notification = 1;
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.clearRequest() |
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.clearRequestReconnect()
optional .io.axoniq.platform.grpc.RequestReconnect request_reconnect = 3;
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.clearUnknownRequest()
optional .io.axoniq.platform.grpc.UnknownRequest unknown_request = 100;
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.clone() |
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.mergeFrom(com.google.protobuf.Message other) |
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.mergeFrom(PlatformOutboundInstruction other) |
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.mergeHeartbeat(HeartbeatRequest value)
optional .io.axoniq.platform.grpc.HeartbeatRequest heartbeat = 99;
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.mergeNodeNotification(NodeInfo value)
optional .io.axoniq.platform.grpc.NodeInfo node_notification = 1;
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.mergeRequestReconnect(RequestReconnect value)
optional .io.axoniq.platform.grpc.RequestReconnect request_reconnect = 3;
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.mergeUnknownRequest(UnknownRequest value)
optional .io.axoniq.platform.grpc.UnknownRequest unknown_request = 100;
|
static PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.newBuilder() |
static PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.newBuilder(PlatformOutboundInstruction prototype) |
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.newBuilderForType() |
protected PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.setHeartbeat(HeartbeatRequest.Builder builderForValue)
optional .io.axoniq.platform.grpc.HeartbeatRequest heartbeat = 99;
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.setHeartbeat(HeartbeatRequest value)
optional .io.axoniq.platform.grpc.HeartbeatRequest heartbeat = 99;
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.setNodeNotification(NodeInfo.Builder builderForValue)
optional .io.axoniq.platform.grpc.NodeInfo node_notification = 1;
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.setNodeNotification(NodeInfo value)
optional .io.axoniq.platform.grpc.NodeInfo node_notification = 1;
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.setRequestReconnect(RequestReconnect.Builder builderForValue)
optional .io.axoniq.platform.grpc.RequestReconnect request_reconnect = 3;
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.setRequestReconnect(RequestReconnect value)
optional .io.axoniq.platform.grpc.RequestReconnect request_reconnect = 3;
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.setUnknownRequest(UnknownRequest.Builder builderForValue)
optional .io.axoniq.platform.grpc.UnknownRequest unknown_request = 100;
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.setUnknownRequest(UnknownRequest value)
optional .io.axoniq.platform.grpc.UnknownRequest unknown_request = 100;
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.toBuilder() |