Interface BuildEventStreamProtos.TargetConfiguredOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getTag​(int index)
      List of all tags associated with this target (for all possible configurations).
      com.google.protobuf.ByteString getTagBytes​(int index)
      List of all tags associated with this target (for all possible configurations).
      int getTagCount()
      List of all tags associated with this target (for all possible configurations).
      java.util.List<java.lang.String> getTagList()
      List of all tags associated with this target (for all possible configurations).
      java.lang.String getTargetKind()
      The kind of target (e.g., e.g.
      com.google.protobuf.ByteString getTargetKindBytes()
      The kind of target (e.g., e.g.
      BuildEventStreamProtos.TestSize getTestSize()
      The size of the test, if the target is a test target.
      int getTestSizeValue()
      The size of the test, if the target is a test target.
      • 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

      • 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

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

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