Interface Gateway.ExecMessageOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Gateway.ExecMessage, Gateway.ExecMessage.Builder
Enclosing class:
Gateway

public static interface Gateway.ExecMessageOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details Link icon

    • getProcessID Link icon

      String getProcessID()
      string ProcessID = 1;
      Returns:
      The processID.
    • getProcessIDBytes Link icon

      com.google.protobuf.ByteString getProcessIDBytes()
      string ProcessID = 1;
      Returns:
      The bytes for processID.
    • hasInit Link icon

      boolean hasInit()
       InitMessage sent from client to server will start a new process in a
       container
       
      .moby.buildkit.v1.frontend.InitMessage Init = 2;
      Returns:
      Whether the init field is set.
    • getInit Link icon

       InitMessage sent from client to server will start a new process in a
       container
       
      .moby.buildkit.v1.frontend.InitMessage Init = 2;
      Returns:
      The init.
    • getInitOrBuilder Link icon

      Gateway.InitMessageOrBuilder getInitOrBuilder()
       InitMessage sent from client to server will start a new process in a
       container
       
      .moby.buildkit.v1.frontend.InitMessage Init = 2;
    • hasFile Link icon

      boolean hasFile()
       FdMessage used from client to server for input (stdin) and
       from server to client for output (stdout, stderr)
       
      .moby.buildkit.v1.frontend.FdMessage File = 3;
      Returns:
      Whether the file field is set.
    • getFile Link icon

       FdMessage used from client to server for input (stdin) and
       from server to client for output (stdout, stderr)
       
      .moby.buildkit.v1.frontend.FdMessage File = 3;
      Returns:
      The file.
    • getFileOrBuilder Link icon

      Gateway.FdMessageOrBuilder getFileOrBuilder()
       FdMessage used from client to server for input (stdin) and
       from server to client for output (stdout, stderr)
       
      .moby.buildkit.v1.frontend.FdMessage File = 3;
    • hasResize Link icon

      boolean hasResize()
       ResizeMessage used from client to server for terminal resize events
       
      .moby.buildkit.v1.frontend.ResizeMessage Resize = 4;
      Returns:
      Whether the resize field is set.
    • getResize Link icon

       ResizeMessage used from client to server for terminal resize events
       
      .moby.buildkit.v1.frontend.ResizeMessage Resize = 4;
      Returns:
      The resize.
    • getResizeOrBuilder Link icon

      Gateway.ResizeMessageOrBuilder getResizeOrBuilder()
       ResizeMessage used from client to server for terminal resize events
       
      .moby.buildkit.v1.frontend.ResizeMessage Resize = 4;
    • hasStarted Link icon

      boolean hasStarted()
       StartedMessage sent from server to client after InitMessage to
       indicate the process has started.
       
      .moby.buildkit.v1.frontend.StartedMessage Started = 5;
      Returns:
      Whether the started field is set.
    • getStarted Link icon

       StartedMessage sent from server to client after InitMessage to
       indicate the process has started.
       
      .moby.buildkit.v1.frontend.StartedMessage Started = 5;
      Returns:
      The started.
    • getStartedOrBuilder Link icon

      Gateway.StartedMessageOrBuilder getStartedOrBuilder()
       StartedMessage sent from server to client after InitMessage to
       indicate the process has started.
       
      .moby.buildkit.v1.frontend.StartedMessage Started = 5;
    • hasExit Link icon

      boolean hasExit()
       ExitMessage sent from server to client will contain the exit code
       when the process ends.
       
      .moby.buildkit.v1.frontend.ExitMessage Exit = 6;
      Returns:
      Whether the exit field is set.
    • getExit Link icon

       ExitMessage sent from server to client will contain the exit code
       when the process ends.
       
      .moby.buildkit.v1.frontend.ExitMessage Exit = 6;
      Returns:
      The exit.
    • getExitOrBuilder Link icon

      Gateway.ExitMessageOrBuilder getExitOrBuilder()
       ExitMessage sent from server to client will contain the exit code
       when the process ends.
       
      .moby.buildkit.v1.frontend.ExitMessage Exit = 6;
    • hasDone Link icon

      boolean hasDone()
       DoneMessage from server to client will be the last message for any
       process.  Note that FdMessage might be sent after ExitMessage.
       
      .moby.buildkit.v1.frontend.DoneMessage Done = 7;
      Returns:
      Whether the done field is set.
    • getDone Link icon

       DoneMessage from server to client will be the last message for any
       process.  Note that FdMessage might be sent after ExitMessage.
       
      .moby.buildkit.v1.frontend.DoneMessage Done = 7;
      Returns:
      The done.
    • getDoneOrBuilder Link icon

      Gateway.DoneMessageOrBuilder getDoneOrBuilder()
       DoneMessage from server to client will be the last message for any
       process.  Note that FdMessage might be sent after ExitMessage.
       
      .moby.buildkit.v1.frontend.DoneMessage Done = 7;
    • hasSignal Link icon

      boolean hasSignal()
       SignalMessage is used from client to server to send signal events
       
      .moby.buildkit.v1.frontend.SignalMessage Signal = 8;
      Returns:
      Whether the signal field is set.
    • getSignal Link icon

       SignalMessage is used from client to server to send signal events
       
      .moby.buildkit.v1.frontend.SignalMessage Signal = 8;
      Returns:
      The signal.
    • getSignalOrBuilder Link icon

      Gateway.SignalMessageOrBuilder getSignalOrBuilder()
       SignalMessage is used from client to server to send signal events
       
      .moby.buildkit.v1.frontend.SignalMessage Signal = 8;
    • getInputCase Link icon