Interface ExecuteCommandRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExecuteCommandRequest
,ExecuteCommandRequest.Builder
public interface ExecuteCommandRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetCode()
string code = 3;
com.google.protobuf.ByteString
string code = 3;
.io.deephaven.proto.backplane.grpc.Ticket console_id = 1;
.io.deephaven.proto.backplane.grpc.Ticket console_id = 1;
If set to `EXECUTE_SYSTEMIC` the command will be executed systemically.int
If set to `EXECUTE_SYSTEMIC` the command will be executed systemically.boolean
.io.deephaven.proto.backplane.grpc.Ticket console_id = 1;
boolean
If set to `EXECUTE_SYSTEMIC` the command will be executed systemically.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasConsoleId
boolean hasConsoleId().io.deephaven.proto.backplane.grpc.Ticket console_id = 1;
- Returns:
- Whether the consoleId field is set.
-
getConsoleId
Ticket getConsoleId().io.deephaven.proto.backplane.grpc.Ticket console_id = 1;
- Returns:
- The consoleId.
-
getConsoleIdOrBuilder
TicketOrBuilder getConsoleIdOrBuilder().io.deephaven.proto.backplane.grpc.Ticket console_id = 1;
-
getCode
String getCode()string code = 3;
- Returns:
- The code.
-
getCodeBytes
com.google.protobuf.ByteString getCodeBytes()string code = 3;
- Returns:
- The bytes for code.
-
hasSystemic
boolean hasSystemic()If set to `EXECUTE_SYSTEMIC` the command will be executed systemically. Failures in systemic code are treated as important failures and cause errors to be reported to the io.deephaven.engine.table.impl.util.AsyncClientErrorNotifier. If this is unset it is treated as `EXECUTE_NOT_SYSTEMIC`
optional .io.deephaven.proto.backplane.script.grpc.ExecuteCommandRequest.SystemicType systemic = 4;
- Returns:
- Whether the systemic field is set.
-
getSystemicValue
int getSystemicValue()If set to `EXECUTE_SYSTEMIC` the command will be executed systemically. Failures in systemic code are treated as important failures and cause errors to be reported to the io.deephaven.engine.table.impl.util.AsyncClientErrorNotifier. If this is unset it is treated as `EXECUTE_NOT_SYSTEMIC`
optional .io.deephaven.proto.backplane.script.grpc.ExecuteCommandRequest.SystemicType systemic = 4;
- Returns:
- The enum numeric value on the wire for systemic.
-
getSystemic
ExecuteCommandRequest.SystemicType getSystemic()If set to `EXECUTE_SYSTEMIC` the command will be executed systemically. Failures in systemic code are treated as important failures and cause errors to be reported to the io.deephaven.engine.table.impl.util.AsyncClientErrorNotifier. If this is unset it is treated as `EXECUTE_NOT_SYSTEMIC`
optional .io.deephaven.proto.backplane.script.grpc.ExecuteCommandRequest.SystemicType systemic = 4;
- Returns:
- The systemic.
-