Class GetScriptPathsRequest.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<GetScriptPathsRequest.Builder>
io.deephaven.proto.controller.GetScriptPathsRequest.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, GetScriptPathsRequestOrBuilder, Cloneable
Enclosing class:
GetScriptPathsRequest

public static final class GetScriptPathsRequest.Builder extends com.google.protobuf.GeneratedMessage.Builder<GetScriptPathsRequest.Builder> implements GetScriptPathsRequestOrBuilder
Protobuf type io.deephaven.proto.controller.GetScriptPathsRequest
  • 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.Builder<GetScriptPathsRequest.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<GetScriptPathsRequest.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<GetScriptPathsRequest.Builder>
    • getDefaultInstanceForType

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

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

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

      public GetScriptPathsRequest.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<GetScriptPathsRequest.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<GetScriptPathsRequest.Builder>
    • mergeFrom

      public GetScriptPathsRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<GetScriptPathsRequest.Builder>
      Throws:
      IOException
    • getCookie

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

      public GetScriptPathsRequest.Builder setCookie(com.google.protobuf.ByteString value)
      bytes cookie = 1;
      Parameters:
      value - The cookie to set.
      Returns:
      This builder for chaining.
    • clearCookie

      public GetScriptPathsRequest.Builder clearCookie()
      bytes cookie = 1;
      Returns:
      This builder for chaining.
    • 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.
    • setCommandValue

      public GetScriptPathsRequest.Builder setCommandValue(int value)
      .io.deephaven.proto.controller.ScriptCommandEnum command = 2;
      Parameters:
      value - The enum numeric value on the wire for command to set.
      Returns:
      This builder for chaining.
    • getCommand

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

      .io.deephaven.proto.controller.ScriptCommandEnum command = 2;
      Parameters:
      value - The command to set.
      Returns:
      This builder for chaining.
    • clearCommand

      public GetScriptPathsRequest.Builder clearCommand()
      .io.deephaven.proto.controller.ScriptCommandEnum command = 2;
      Returns:
      This builder for chaining.
    • 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.
    • setQuerySerial

      public GetScriptPathsRequest.Builder setQuerySerial(long value)
      optional int64 querySerial = 3;
      Parameters:
      value - The querySerial to set.
      Returns:
      This builder for chaining.
    • clearQuerySerial

      public GetScriptPathsRequest.Builder clearQuerySerial()
      optional int64 querySerial = 3;
      Returns:
      This builder for chaining.
    • 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.
    • setEffectiveUser

      public GetScriptPathsRequest.Builder setEffectiveUser(String value)
      optional string effectiveUser = 4;
      Parameters:
      value - The effectiveUser to set.
      Returns:
      This builder for chaining.
    • clearEffectiveUser

      public GetScriptPathsRequest.Builder clearEffectiveUser()
      optional string effectiveUser = 4;
      Returns:
      This builder for chaining.
    • setEffectiveUserBytes

      public GetScriptPathsRequest.Builder setEffectiveUserBytes(com.google.protobuf.ByteString value)
      optional string effectiveUser = 4;
      Parameters:
      value - The bytes for effectiveUser to set.
      Returns:
      This builder for chaining.
    • 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.
    • setScriptLoaderStateJSON

      public GetScriptPathsRequest.Builder setScriptLoaderStateJSON(String value)
      optional string scriptLoaderStateJSON = 5;
      Parameters:
      value - The scriptLoaderStateJSON to set.
      Returns:
      This builder for chaining.
    • clearScriptLoaderStateJSON

      public GetScriptPathsRequest.Builder clearScriptLoaderStateJSON()
      optional string scriptLoaderStateJSON = 5;
      Returns:
      This builder for chaining.
    • setScriptLoaderStateJSONBytes

      public GetScriptPathsRequest.Builder setScriptLoaderStateJSONBytes(com.google.protobuf.ByteString value)
      optional string scriptLoaderStateJSON = 5;
      Parameters:
      value - The bytes for scriptLoaderStateJSON to set.
      Returns:
      This builder for chaining.
    • getUseRelativePath

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

      public GetScriptPathsRequest.Builder setUseRelativePath(boolean value)
      bool useRelativePath = 6;
      Parameters:
      value - The useRelativePath to set.
      Returns:
      This builder for chaining.
    • clearUseRelativePath

      public GetScriptPathsRequest.Builder clearUseRelativePath()
      bool useRelativePath = 6;
      Returns:
      This builder for chaining.