Interface BuildEventStreamProtos.BuildEventId.ActionCompletedIdOrBuilder

    • Method Detail

      • getPrimaryOutput

        java.lang.String getPrimaryOutput()
        string primary_output = 1;
        Returns:
        The primaryOutput.
      • getPrimaryOutputBytes

        com.google.protobuf.ByteString getPrimaryOutputBytes()
        string primary_output = 1;
        Returns:
        The bytes for primaryOutput.
      • getLabel

        java.lang.String getLabel()
         Optional, the label of the owner of the action, for reference.
         
        string label = 2;
        Returns:
        The label.
      • getLabelBytes

        com.google.protobuf.ByteString getLabelBytes()
         Optional, the label of the owner of the action, for reference.
         
        string label = 2;
        Returns:
        The bytes for label.
      • hasConfiguration

        boolean hasConfiguration()
         Optional, the id of the configuration of the action owner.
         
        .build_event_stream.BuildEventId.ConfigurationId configuration = 3;
        Returns:
        Whether the configuration field is set.