Package io.deephaven.proto.controller
Interface GetScriptPathsRequestOrBuilder
- All Superinterfaces:
io.deephaven.shadow.core.com.google.protobuf.MessageLiteOrBuilder
,io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetScriptPathsRequest
,GetScriptPathsRequest.Builder
public interface GetScriptPathsRequestOrBuilder
extends io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.io.deephaven.proto.controller.ScriptCommandEnum command = 2;
int
.io.deephaven.proto.controller.ScriptCommandEnum command = 2;
io.deephaven.shadow.core.com.google.protobuf.ByteString
bytes cookie = 1;
optional string effectiveUser = 4;
io.deephaven.shadow.core.com.google.protobuf.ByteString
optional string effectiveUser = 4;
long
optional int64 querySerial = 3;
optional string scriptLoaderStateJSON = 5;
io.deephaven.shadow.core.com.google.protobuf.ByteString
optional string scriptLoaderStateJSON = 5;
boolean
bool useRelativePath = 6;
boolean
optional string effectiveUser = 4;
boolean
optional int64 querySerial = 3;
boolean
optional string scriptLoaderStateJSON = 5;
Methods inherited from interface io.deephaven.shadow.core.com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getCookie
io.deephaven.shadow.core.com.google.protobuf.ByteString getCookie()bytes cookie = 1;
- Returns:
- The cookie.
-
getCommandValue
int getCommandValue().io.deephaven.proto.controller.ScriptCommandEnum command = 2;
- Returns:
- The enum numeric value on the wire for command.
-
getCommand
ScriptCommandEnum getCommand().io.deephaven.proto.controller.ScriptCommandEnum command = 2;
- Returns:
- The command.
-
hasQuerySerial
boolean hasQuerySerial()optional int64 querySerial = 3;
- Returns:
- Whether the querySerial field is set.
-
getQuerySerial
long getQuerySerial()optional int64 querySerial = 3;
- Returns:
- The querySerial.
-
hasEffectiveUser
boolean hasEffectiveUser()optional string effectiveUser = 4;
- Returns:
- Whether the effectiveUser field is set.
-
getEffectiveUser
String getEffectiveUser()optional string effectiveUser = 4;
- Returns:
- The effectiveUser.
-
getEffectiveUserBytes
io.deephaven.shadow.core.com.google.protobuf.ByteString getEffectiveUserBytes()optional string effectiveUser = 4;
- Returns:
- The bytes for effectiveUser.
-
hasScriptLoaderStateJSON
boolean hasScriptLoaderStateJSON()optional string scriptLoaderStateJSON = 5;
- Returns:
- Whether the scriptLoaderStateJSON field is set.
-
getScriptLoaderStateJSON
String getScriptLoaderStateJSON()optional string scriptLoaderStateJSON = 5;
- Returns:
- The scriptLoaderStateJSON.
-
getScriptLoaderStateJSONBytes
io.deephaven.shadow.core.com.google.protobuf.ByteString getScriptLoaderStateJSONBytes()optional string scriptLoaderStateJSON = 5;
- Returns:
- The bytes for scriptLoaderStateJSON.
-
getUseRelativePath
boolean getUseRelativePath()bool useRelativePath = 6;
- Returns:
- The useRelativePath.
-