Class GetScriptPathsRequest

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
io.deephaven.proto.controller.GetScriptPathsRequest
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, GetScriptPathsRequestOrBuilder, Serializable

@Generated public final class GetScriptPathsRequest extends com.google.protobuf.GeneratedMessage implements GetScriptPathsRequestOrBuilder
Protobuf type io.deephaven.proto.controller.GetScriptPathsRequest
See Also:
  • Field Details

    • COMMAND_FIELD_NUMBER

      public static final int COMMAND_FIELD_NUMBER
      See Also:
    • QUERYSERIAL_FIELD_NUMBER

      public static final int QUERYSERIAL_FIELD_NUMBER
      See Also:
    • EFFECTIVEUSER_FIELD_NUMBER

      public static final int EFFECTIVEUSER_FIELD_NUMBER
      See Also:
    • SCRIPTLOADERSTATEJSON_FIELD_NUMBER

      public static final int SCRIPTLOADERSTATEJSON_FIELD_NUMBER
      See Also:
    • USERELATIVEPATH_FIELD_NUMBER

      public static final int USERELATIVEPATH_FIELD_NUMBER
      See Also:
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage
    • getCookie

      public com.google.protobuf.ByteString getCookie()
      bytes cookie = 1;
      Specified by:
      getCookie in interface GetScriptPathsRequestOrBuilder
      Returns:
      The cookie.
    • getCommandValue

      public int getCommandValue()
      .io.deephaven.proto.controller.ScriptCommandEnum command = 2;
      Specified by:
      getCommandValue in interface GetScriptPathsRequestOrBuilder
      Returns:
      The enum numeric value on the wire for command.
    • getCommand

      public ScriptCommandEnum getCommand()
      .io.deephaven.proto.controller.ScriptCommandEnum command = 2;
      Specified by:
      getCommand in interface GetScriptPathsRequestOrBuilder
      Returns:
      The command.
    • hasQuerySerial

      public boolean hasQuerySerial()
      optional int64 querySerial = 3;
      Specified by:
      hasQuerySerial in interface GetScriptPathsRequestOrBuilder
      Returns:
      Whether the querySerial field is set.
    • getQuerySerial

      public long getQuerySerial()
      optional int64 querySerial = 3;
      Specified by:
      getQuerySerial in interface GetScriptPathsRequestOrBuilder
      Returns:
      The querySerial.
    • hasEffectiveUser

      public boolean hasEffectiveUser()
      optional string effectiveUser = 4;
      Specified by:
      hasEffectiveUser in interface GetScriptPathsRequestOrBuilder
      Returns:
      Whether the effectiveUser field is set.
    • getEffectiveUser

      public String getEffectiveUser()
      optional string effectiveUser = 4;
      Specified by:
      getEffectiveUser in interface GetScriptPathsRequestOrBuilder
      Returns:
      The effectiveUser.
    • getEffectiveUserBytes

      public com.google.protobuf.ByteString getEffectiveUserBytes()
      optional string effectiveUser = 4;
      Specified by:
      getEffectiveUserBytes in interface GetScriptPathsRequestOrBuilder
      Returns:
      The bytes for effectiveUser.
    • hasScriptLoaderStateJSON

      public boolean hasScriptLoaderStateJSON()
      optional string scriptLoaderStateJSON = 5;
      Specified by:
      hasScriptLoaderStateJSON in interface GetScriptPathsRequestOrBuilder
      Returns:
      Whether the scriptLoaderStateJSON field is set.
    • getScriptLoaderStateJSON

      public String getScriptLoaderStateJSON()
      optional string scriptLoaderStateJSON = 5;
      Specified by:
      getScriptLoaderStateJSON in interface GetScriptPathsRequestOrBuilder
      Returns:
      The scriptLoaderStateJSON.
    • getScriptLoaderStateJSONBytes

      public com.google.protobuf.ByteString getScriptLoaderStateJSONBytes()
      optional string scriptLoaderStateJSON = 5;
      Specified by:
      getScriptLoaderStateJSONBytes in interface GetScriptPathsRequestOrBuilder
      Returns:
      The bytes for scriptLoaderStateJSON.
    • getUseRelativePath

      public boolean getUseRelativePath()
      bool useRelativePath = 6;
      Specified by:
      getUseRelativePath in interface GetScriptPathsRequestOrBuilder
      Returns:
      The useRelativePath.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static GetScriptPathsRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static GetScriptPathsRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static GetScriptPathsRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static GetScriptPathsRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static GetScriptPathsRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static GetScriptPathsRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static GetScriptPathsRequest parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static GetScriptPathsRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static GetScriptPathsRequest parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static GetScriptPathsRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static GetScriptPathsRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static GetScriptPathsRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public GetScriptPathsRequest.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static GetScriptPathsRequest.Builder newBuilder()
    • newBuilder

      public static GetScriptPathsRequest.Builder newBuilder(GetScriptPathsRequest prototype)
    • toBuilder

      public GetScriptPathsRequest.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected GetScriptPathsRequest.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class com.google.protobuf.AbstractMessage
    • getDefaultInstance

      public static GetScriptPathsRequest getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<GetScriptPathsRequest> parser()
    • getParserForType

      public com.google.protobuf.Parser<GetScriptPathsRequest> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessage
    • getDefaultInstanceForType

      public GetScriptPathsRequest getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder