Interface BuildEventStreamProtos.TargetConfiguredOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BuildEventStreamProtos.TargetConfigured,BuildEventStreamProtos.TargetConfigured.Builder
- Enclosing class:
- BuildEventStreamProtos
public static interface BuildEventStreamProtos.TargetConfiguredOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetTag(int index) List of all tags associated with this target (for all possible configurations).com.google.protobuf.ByteStringgetTagBytes(int index) List of all tags associated with this target (for all possible configurations).intList of all tags associated with this target (for all possible configurations).List of all tags associated with this target (for all possible configurations).The kind of target (e.g., e.g.com.google.protobuf.ByteStringThe kind of target (e.g., e.g.The size of the test, if the target is a test target.intThe size of the test, if the target is a test target.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getTargetKind
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
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
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.
-