Interface BuildEventStreamProtos.TargetConfiguredOrBuilder

    • Method Detail

      • getTargetKind

        java.lang.String getTargetKind()
         The kind of target (e.g.,  e.g. "cc_library rule", "source file",
         "generated file") where the completion is reported.
         
        string target_kind = 1;
        Returns:
        The targetKind.
      • getTargetKindBytes

        ByteString getTargetKindBytes()
         The kind of target (e.g.,  e.g. "cc_library rule", "source file",
         "generated file") where the completion is reported.
         
        string target_kind = 1;
        Returns:
        The bytes for targetKind.
      • getTestSizeValue

        int getTestSizeValue()
         The size of the test, if the target is a test target. Unset otherwise.
         
        .build_event_stream.TestSize test_size = 2;
        Returns:
        The enum numeric value on the wire for testSize.
      • getTestSize

        BuildEventStreamProtos.TestSize getTestSize()
         The size of the test, if the target is a test target. Unset otherwise.
         
        .build_event_stream.TestSize test_size = 2;
        Returns:
        The testSize.
      • getTagList

        java.util.List<java.lang.String> getTagList()
         List of all tags associated with this target (for all possible
         configurations).
         
        repeated string tag = 3;
        Returns:
        A list containing the tag.
      • getTagCount

        int getTagCount()
         List of all tags associated with this target (for all possible
         configurations).
         
        repeated string tag = 3;
        Returns:
        The count of tag.
      • getTag

        java.lang.String getTag​(int index)
         List of all tags associated with this target (for all possible
         configurations).
         
        repeated string tag = 3;
        Parameters:
        index - The index of the element to return.
        Returns:
        The tag at the given index.
      • getTagBytes

        ByteString getTagBytes​(int index)
         List of all tags associated with this target (for all possible
         configurations).
         
        repeated string tag = 3;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the tag at the given index.