Uses of Class
com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos.TestSize
-
Packages that use BuildEventStreamProtos.TestSize Package Description com.google.devtools.build.lib.buildeventstream -
-
Uses of BuildEventStreamProtos.TestSize in com.google.devtools.build.lib.buildeventstream
Methods in com.google.devtools.build.lib.buildeventstream that return BuildEventStreamProtos.TestSize Modifier and Type Method Description static BuildEventStreamProtos.TestSizeBuildEventStreamProtos.TestSize. forNumber(int value)BuildEventStreamProtos.TestSizeBuildEventStreamProtos.TargetComplete.Builder. getTestSize()Deprecated.build_event_stream.TargetComplete.test_size is deprecated.BuildEventStreamProtos.TestSizeBuildEventStreamProtos.TargetComplete. getTestSize()Deprecated.build_event_stream.TargetComplete.test_size is deprecated.BuildEventStreamProtos.TestSizeBuildEventStreamProtos.TargetCompleteOrBuilder. getTestSize()Deprecated.build_event_stream.TargetComplete.test_size is deprecated.BuildEventStreamProtos.TestSizeBuildEventStreamProtos.TargetConfigured.Builder. getTestSize()The size of the test, if the target is a test target.BuildEventStreamProtos.TestSizeBuildEventStreamProtos.TargetConfigured. getTestSize()The size of the test, if the target is a test target.BuildEventStreamProtos.TestSizeBuildEventStreamProtos.TargetConfiguredOrBuilder. getTestSize()The size of the test, if the target is a test target.static BuildEventStreamProtos.TestSizeBuildEventStreamProtos.TestSize. valueOf(int value)Deprecated.static BuildEventStreamProtos.TestSizeBuildEventStreamProtos.TestSize. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static BuildEventStreamProtos.TestSizeBuildEventStreamProtos.TestSize. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BuildEventStreamProtos.TestSize[]BuildEventStreamProtos.TestSize. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.devtools.build.lib.buildeventstream that return types with arguments of type BuildEventStreamProtos.TestSize Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<BuildEventStreamProtos.TestSize>BuildEventStreamProtos.TestSize. internalGetValueMap()Methods in com.google.devtools.build.lib.buildeventstream with parameters of type BuildEventStreamProtos.TestSize Modifier and Type Method Description BuildEventStreamProtos.TargetComplete.BuilderBuildEventStreamProtos.TargetComplete.Builder. setTestSize(BuildEventStreamProtos.TestSize value)Deprecated.build_event_stream.TargetComplete.test_size is deprecated.BuildEventStreamProtos.TargetConfigured.BuilderBuildEventStreamProtos.TargetConfigured.Builder. setTestSize(BuildEventStreamProtos.TestSize value)The size of the test, if the target is a test target.
-