Interface GetScriptRequestOrBuilder

All Superinterfaces:
io.deephaven.shadow.core.com.google.protobuf.MessageLiteOrBuilder, io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GetScriptRequest, GetScriptRequest.Builder

public interface GetScriptRequestOrBuilder extends io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .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;
    string scriptPath = 6;
    io.deephaven.shadow.core.com.google.protobuf.ByteString
    string scriptPath = 6;
    boolean
    bool useRelativePath = 7;
    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.
    • getScriptPath

      String getScriptPath()
      string scriptPath = 6;
      Returns:
      The scriptPath.
    • getScriptPathBytes

      io.deephaven.shadow.core.com.google.protobuf.ByteString getScriptPathBytes()
      string scriptPath = 6;
      Returns:
      The bytes for scriptPath.
    • getUseRelativePath

      boolean getUseRelativePath()
      bool useRelativePath = 7;
      Returns:
      The useRelativePath.