Class BuildEventStreamProtos.TestResult
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos.TestResult
-
- All Implemented Interfaces:
BuildEventStreamProtos.TestResultOrBuilder,com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.io.Serializable
- Enclosing class:
- BuildEventStreamProtos
public static final class BuildEventStreamProtos.TestResult extends com.google.protobuf.GeneratedMessageV3 implements BuildEventStreamProtos.TestResultOrBuilder
Payload on events reporting about individual test action.
Protobuf typebuild_event_stream.TestResult- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBuildEventStreamProtos.TestResult.BuilderPayload on events reporting about individual test action.static classBuildEventStreamProtos.TestResult.ExecutionInfoMessage providing optional meta data on the execution of the test action, if available.static interfaceBuildEventStreamProtos.TestResult.ExecutionInfoOrBuilder-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static intCACHED_LOCALLY_FIELD_NUMBERstatic intEXECUTION_INFO_FIELD_NUMBERstatic intSTATUS_DETAILS_FIELD_NUMBERstatic intSTATUS_FIELD_NUMBERstatic intTEST_ACTION_OUTPUT_FIELD_NUMBERstatic intTEST_ATTEMPT_DURATION_FIELD_NUMBERstatic intTEST_ATTEMPT_DURATION_MILLIS_FIELD_NUMBERstatic intTEST_ATTEMPT_START_FIELD_NUMBERstatic intTEST_ATTEMPT_START_MILLIS_EPOCH_FIELD_NUMBERstatic intWARNING_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)booleangetCachedLocally()True, if the reported attempt is taken from the tool's local cache.static BuildEventStreamProtos.TestResultgetDefaultInstance()BuildEventStreamProtos.TestResultgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()BuildEventStreamProtos.TestResult.ExecutionInfogetExecutionInfo().build_event_stream.TestResult.ExecutionInfo execution_info = 8;BuildEventStreamProtos.TestResult.ExecutionInfoOrBuildergetExecutionInfoOrBuilder().build_event_stream.TestResult.ExecutionInfo execution_info = 8;com.google.protobuf.Parser<BuildEventStreamProtos.TestResult>getParserForType()intgetSerializedSize()BuildEventStreamProtos.TestStatusgetStatus()The status of this test.java.lang.StringgetStatusDetails()Additional details about the status of the test.com.google.protobuf.ByteStringgetStatusDetailsBytes()Additional details about the status of the test.intgetStatusValue()The status of this test.BuildEventStreamProtos.FilegetTestActionOutput(int index)Files (logs, test.xml, undeclared outputs, etc) generated by that test action.intgetTestActionOutputCount()Files (logs, test.xml, undeclared outputs, etc) generated by that test action.java.util.List<BuildEventStreamProtos.File>getTestActionOutputList()Files (logs, test.xml, undeclared outputs, etc) generated by that test action.BuildEventStreamProtos.FileOrBuildergetTestActionOutputOrBuilder(int index)Files (logs, test.xml, undeclared outputs, etc) generated by that test action.java.util.List<? extends BuildEventStreamProtos.FileOrBuilder>getTestActionOutputOrBuilderList()Files (logs, test.xml, undeclared outputs, etc) generated by that test action.com.google.protobuf.DurationgetTestAttemptDuration()Time the test took to run.longgetTestAttemptDurationMillis()Deprecated.build_event_stream.TestResult.test_attempt_duration_millis is deprecated.com.google.protobuf.DurationOrBuildergetTestAttemptDurationOrBuilder()Time the test took to run.com.google.protobuf.TimestampgetTestAttemptStart()Time at which the test attempt was started.longgetTestAttemptStartMillisEpoch()Deprecated.build_event_stream.TestResult.test_attempt_start_millis_epoch is deprecated.com.google.protobuf.TimestampOrBuildergetTestAttemptStartOrBuilder()Time at which the test attempt was started.com.google.protobuf.UnknownFieldSetgetUnknownFields()java.lang.StringgetWarning(int index)Warnings generated by that test action.com.google.protobuf.ByteStringgetWarningBytes(int index)Warnings generated by that test action.intgetWarningCount()Warnings generated by that test action.com.google.protobuf.ProtocolStringListgetWarningList()Warnings generated by that test action.booleanhasExecutionInfo().build_event_stream.TestResult.ExecutionInfo execution_info = 8;inthashCode()booleanhasTestAttemptDuration()Time the test took to run.booleanhasTestAttemptStart()Time at which the test attempt was started.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static BuildEventStreamProtos.TestResult.BuildernewBuilder()static BuildEventStreamProtos.TestResult.BuildernewBuilder(BuildEventStreamProtos.TestResult prototype)BuildEventStreamProtos.TestResult.BuildernewBuilderForType()protected BuildEventStreamProtos.TestResult.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected java.lang.ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static BuildEventStreamProtos.TestResultparseDelimitedFrom(java.io.InputStream input)static BuildEventStreamProtos.TestResultparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BuildEventStreamProtos.TestResultparseFrom(byte[] data)static BuildEventStreamProtos.TestResultparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BuildEventStreamProtos.TestResultparseFrom(com.google.protobuf.ByteString data)static BuildEventStreamProtos.TestResultparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BuildEventStreamProtos.TestResultparseFrom(com.google.protobuf.CodedInputStream input)static BuildEventStreamProtos.TestResultparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BuildEventStreamProtos.TestResultparseFrom(java.io.InputStream input)static BuildEventStreamProtos.TestResultparseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BuildEventStreamProtos.TestResultparseFrom(java.nio.ByteBuffer data)static BuildEventStreamProtos.TestResultparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<BuildEventStreamProtos.TestResult>parser()BuildEventStreamProtos.TestResult.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
STATUS_FIELD_NUMBER
public static final int STATUS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
STATUS_DETAILS_FIELD_NUMBER
public static final int STATUS_DETAILS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CACHED_LOCALLY_FIELD_NUMBER
public static final int CACHED_LOCALLY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TEST_ATTEMPT_START_MILLIS_EPOCH_FIELD_NUMBER
public static final int TEST_ATTEMPT_START_MILLIS_EPOCH_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TEST_ATTEMPT_START_FIELD_NUMBER
public static final int TEST_ATTEMPT_START_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TEST_ATTEMPT_DURATION_MILLIS_FIELD_NUMBER
public static final int TEST_ATTEMPT_DURATION_MILLIS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TEST_ATTEMPT_DURATION_FIELD_NUMBER
public static final int TEST_ATTEMPT_DURATION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TEST_ACTION_OUTPUT_FIELD_NUMBER
public static final int TEST_ACTION_OUTPUT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
WARNING_FIELD_NUMBER
public static final int WARNING_FIELD_NUMBER
- See Also:
- Constant Field Values
-
EXECUTION_INFO_FIELD_NUMBER
public static final int EXECUTION_INFO_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected java.lang.Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFieldsin interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getStatusValue
public int getStatusValue()
The status of this test.
.build_event_stream.TestStatus status = 5;- Specified by:
getStatusValuein interfaceBuildEventStreamProtos.TestResultOrBuilder- Returns:
- The enum numeric value on the wire for status.
-
getStatus
public BuildEventStreamProtos.TestStatus getStatus()
The status of this test.
.build_event_stream.TestStatus status = 5;- Specified by:
getStatusin interfaceBuildEventStreamProtos.TestResultOrBuilder- Returns:
- The status.
-
getStatusDetails
public java.lang.String getStatusDetails()
Additional details about the status of the test. This is intended for user display and must not be parsed.
string status_details = 9;- Specified by:
getStatusDetailsin interfaceBuildEventStreamProtos.TestResultOrBuilder- Returns:
- The statusDetails.
-
getStatusDetailsBytes
public com.google.protobuf.ByteString getStatusDetailsBytes()
Additional details about the status of the test. This is intended for user display and must not be parsed.
string status_details = 9;- Specified by:
getStatusDetailsBytesin interfaceBuildEventStreamProtos.TestResultOrBuilder- Returns:
- The bytes for statusDetails.
-
getCachedLocally
public boolean getCachedLocally()
True, if the reported attempt is taken from the tool's local cache.
bool cached_locally = 4;- Specified by:
getCachedLocallyin interfaceBuildEventStreamProtos.TestResultOrBuilder- Returns:
- The cachedLocally.
-
getTestAttemptStartMillisEpoch
@Deprecated public long getTestAttemptStartMillisEpoch()
Deprecated.build_event_stream.TestResult.test_attempt_start_millis_epoch is deprecated. See src/main/java/com/google/devtools/build/lib/buildeventstream/proto/build_event_stream.proto;l=632Time in milliseconds since the epoch at which the test attempt was started. Note: for cached test results, this is time can be before the start of the build. Deprecated, use `test_attempt_start` instead. TODO(yannic): Remove.
int64 test_attempt_start_millis_epoch = 6 [deprecated = true];- Specified by:
getTestAttemptStartMillisEpochin interfaceBuildEventStreamProtos.TestResultOrBuilder- Returns:
- The testAttemptStartMillisEpoch.
-
hasTestAttemptStart
public boolean hasTestAttemptStart()
Time at which the test attempt was started. Note: for cached test results, this is time can be before the start of the build.
.google.protobuf.Timestamp test_attempt_start = 10;- Specified by:
hasTestAttemptStartin interfaceBuildEventStreamProtos.TestResultOrBuilder- Returns:
- Whether the testAttemptStart field is set.
-
getTestAttemptStart
public com.google.protobuf.Timestamp getTestAttemptStart()
Time at which the test attempt was started. Note: for cached test results, this is time can be before the start of the build.
.google.protobuf.Timestamp test_attempt_start = 10;- Specified by:
getTestAttemptStartin interfaceBuildEventStreamProtos.TestResultOrBuilder- Returns:
- The testAttemptStart.
-
getTestAttemptStartOrBuilder
public com.google.protobuf.TimestampOrBuilder getTestAttemptStartOrBuilder()
Time at which the test attempt was started. Note: for cached test results, this is time can be before the start of the build.
.google.protobuf.Timestamp test_attempt_start = 10;- Specified by:
getTestAttemptStartOrBuilderin interfaceBuildEventStreamProtos.TestResultOrBuilder
-
getTestAttemptDurationMillis
@Deprecated public long getTestAttemptDurationMillis()
Deprecated.build_event_stream.TestResult.test_attempt_duration_millis is deprecated. See src/main/java/com/google/devtools/build/lib/buildeventstream/proto/build_event_stream.proto;l=645Time the test took to run. For locally cached results, this is the time the cached invocation took when it was invoked. Deprecated, use `test_attempt_duration` instead. TODO(yannic): Remove.
int64 test_attempt_duration_millis = 3 [deprecated = true];- Specified by:
getTestAttemptDurationMillisin interfaceBuildEventStreamProtos.TestResultOrBuilder- Returns:
- The testAttemptDurationMillis.
-
hasTestAttemptDuration
public boolean hasTestAttemptDuration()
Time the test took to run. For locally cached results, this is the time the cached invocation took when it was invoked.
.google.protobuf.Duration test_attempt_duration = 11;- Specified by:
hasTestAttemptDurationin interfaceBuildEventStreamProtos.TestResultOrBuilder- Returns:
- Whether the testAttemptDuration field is set.
-
getTestAttemptDuration
public com.google.protobuf.Duration getTestAttemptDuration()
Time the test took to run. For locally cached results, this is the time the cached invocation took when it was invoked.
.google.protobuf.Duration test_attempt_duration = 11;- Specified by:
getTestAttemptDurationin interfaceBuildEventStreamProtos.TestResultOrBuilder- Returns:
- The testAttemptDuration.
-
getTestAttemptDurationOrBuilder
public com.google.protobuf.DurationOrBuilder getTestAttemptDurationOrBuilder()
Time the test took to run. For locally cached results, this is the time the cached invocation took when it was invoked.
.google.protobuf.Duration test_attempt_duration = 11;- Specified by:
getTestAttemptDurationOrBuilderin interfaceBuildEventStreamProtos.TestResultOrBuilder
-
getTestActionOutputList
public java.util.List<BuildEventStreamProtos.File> getTestActionOutputList()
Files (logs, test.xml, undeclared outputs, etc) generated by that test action.
repeated .build_event_stream.File test_action_output = 2;- Specified by:
getTestActionOutputListin interfaceBuildEventStreamProtos.TestResultOrBuilder
-
getTestActionOutputOrBuilderList
public java.util.List<? extends BuildEventStreamProtos.FileOrBuilder> getTestActionOutputOrBuilderList()
Files (logs, test.xml, undeclared outputs, etc) generated by that test action.
repeated .build_event_stream.File test_action_output = 2;- Specified by:
getTestActionOutputOrBuilderListin interfaceBuildEventStreamProtos.TestResultOrBuilder
-
getTestActionOutputCount
public int getTestActionOutputCount()
Files (logs, test.xml, undeclared outputs, etc) generated by that test action.
repeated .build_event_stream.File test_action_output = 2;- Specified by:
getTestActionOutputCountin interfaceBuildEventStreamProtos.TestResultOrBuilder
-
getTestActionOutput
public BuildEventStreamProtos.File getTestActionOutput(int index)
Files (logs, test.xml, undeclared outputs, etc) generated by that test action.
repeated .build_event_stream.File test_action_output = 2;- Specified by:
getTestActionOutputin interfaceBuildEventStreamProtos.TestResultOrBuilder
-
getTestActionOutputOrBuilder
public BuildEventStreamProtos.FileOrBuilder getTestActionOutputOrBuilder(int index)
Files (logs, test.xml, undeclared outputs, etc) generated by that test action.
repeated .build_event_stream.File test_action_output = 2;- Specified by:
getTestActionOutputOrBuilderin interfaceBuildEventStreamProtos.TestResultOrBuilder
-
getWarningList
public com.google.protobuf.ProtocolStringList getWarningList()
Warnings generated by that test action.
repeated string warning = 7;- Specified by:
getWarningListin interfaceBuildEventStreamProtos.TestResultOrBuilder- Returns:
- A list containing the warning.
-
getWarningCount
public int getWarningCount()
Warnings generated by that test action.
repeated string warning = 7;- Specified by:
getWarningCountin interfaceBuildEventStreamProtos.TestResultOrBuilder- Returns:
- The count of warning.
-
getWarning
public java.lang.String getWarning(int index)
Warnings generated by that test action.
repeated string warning = 7;- Specified by:
getWarningin interfaceBuildEventStreamProtos.TestResultOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The warning at the given index.
-
getWarningBytes
public com.google.protobuf.ByteString getWarningBytes(int index)
Warnings generated by that test action.
repeated string warning = 7;- Specified by:
getWarningBytesin interfaceBuildEventStreamProtos.TestResultOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the warning at the given index.
-
hasExecutionInfo
public boolean hasExecutionInfo()
.build_event_stream.TestResult.ExecutionInfo execution_info = 8;- Specified by:
hasExecutionInfoin interfaceBuildEventStreamProtos.TestResultOrBuilder- Returns:
- Whether the executionInfo field is set.
-
getExecutionInfo
public BuildEventStreamProtos.TestResult.ExecutionInfo getExecutionInfo()
.build_event_stream.TestResult.ExecutionInfo execution_info = 8;- Specified by:
getExecutionInfoin interfaceBuildEventStreamProtos.TestResultOrBuilder- Returns:
- The executionInfo.
-
getExecutionInfoOrBuilder
public BuildEventStreamProtos.TestResult.ExecutionInfoOrBuilder getExecutionInfoOrBuilder()
.build_event_stream.TestResult.ExecutionInfo execution_info = 8;- Specified by:
getExecutionInfoOrBuilderin interfaceBuildEventStreamProtos.TestResultOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
java.io.IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static BuildEventStreamProtos.TestResult parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BuildEventStreamProtos.TestResult parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BuildEventStreamProtos.TestResult parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BuildEventStreamProtos.TestResult parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BuildEventStreamProtos.TestResult parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BuildEventStreamProtos.TestResult parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BuildEventStreamProtos.TestResult parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static BuildEventStreamProtos.TestResult parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static BuildEventStreamProtos.TestResult parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static BuildEventStreamProtos.TestResult parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static BuildEventStreamProtos.TestResult parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static BuildEventStreamProtos.TestResult parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilderForType
public BuildEventStreamProtos.TestResult.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static BuildEventStreamProtos.TestResult.Builder newBuilder()
-
newBuilder
public static BuildEventStreamProtos.TestResult.Builder newBuilder(BuildEventStreamProtos.TestResult prototype)
-
toBuilder
public BuildEventStreamProtos.TestResult.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected BuildEventStreamProtos.TestResult.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static BuildEventStreamProtos.TestResult getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<BuildEventStreamProtos.TestResult> parser()
-
getParserForType
public com.google.protobuf.Parser<BuildEventStreamProtos.TestResult> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public BuildEventStreamProtos.TestResult getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-