Interface BuildEventStreamProtos.WorkspaceConfigOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getLocalExecRoot()
      The root of the local blaze exec root.
      com.google.protobuf.ByteString getLocalExecRootBytes()
      The root of the local blaze exec root.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • 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

        com.google.protobuf.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.