Interface BuildEventStreamProtos.ProgressOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getStderr()
      The next chunk of stderr that bazel produced since the last progress event or the beginning of the build.
      com.google.protobuf.ByteString getStderrBytes()
      The next chunk of stderr that bazel produced since the last progress event or the beginning of the build.
      java.lang.String getStdout()
      The next chunk of stdout that bazel produced since the last progress event or the beginning of the build.
      com.google.protobuf.ByteString getStdoutBytes()
      The next chunk of stdout that bazel produced since the last progress event or the beginning of the build.
      • 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

      • getStdout

        java.lang.String getStdout()
         The next chunk of stdout that bazel produced since the last progress event
         or the beginning of the build.
         
        string stdout = 1;
        Returns:
        The stdout.
      • getStdoutBytes

        com.google.protobuf.ByteString getStdoutBytes()
         The next chunk of stdout that bazel produced since the last progress event
         or the beginning of the build.
         
        string stdout = 1;
        Returns:
        The bytes for stdout.
      • getStderr

        java.lang.String getStderr()
         The next chunk of stderr that bazel produced since the last progress event
         or the beginning of the build.
         
        string stderr = 2;
        Returns:
        The stderr.
      • getStderrBytes

        com.google.protobuf.ByteString getStderrBytes()
         The next chunk of stderr that bazel produced since the last progress event
         or the beginning of the build.
         
        string stderr = 2;
        Returns:
        The bytes for stderr.