Interface BuildEventStreamProtos.WorkspaceConfigOrBuilder

    • Method Detail

      • getLocalExecRoot

        java.lang.String getLocalExecRoot()
         The root of the local blaze exec root. All output files live underneath
         this at "blaze-out/".
         
        string local_exec_root = 1;
        Returns:
        The localExecRoot.
      • getLocalExecRootBytes

        ByteString getLocalExecRootBytes()
         The root of the local blaze exec root. All output files live underneath
         this at "blaze-out/".
         
        string local_exec_root = 1;
        Returns:
        The bytes for localExecRoot.