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,Message,MessageLite,MessageLiteOrBuilder,MessageOrBuilder,java.io.Serializable
- Enclosing class:
- BuildEventStreamProtos
public static final class BuildEventStreamProtos.TestResult extends 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
GeneratedMessageV3.BuilderParent, GeneratedMessageV3.ExtendableBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage,BuilderType extends GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, GeneratedMessageV3.ExtendableMessage<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.FieldAccessorTable, GeneratedMessageV3.UnusedPrivateParameter
-
Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite
AbstractMessageLite.InternalOneOfEnum
-
-
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-
Fields inherited from class com.google.protobuf.GeneratedMessageV3
alwaysUseFieldBuilders, unknownFields
-
Fields inherited from class com.google.protobuf.AbstractMessage
memoizedSize
-
Fields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)Compares the specified object with this message for equality.booleangetCachedLocally()True, if the reported attempt is taken from the tool's local cache.static BuildEventStreamProtos.TestResultgetDefaultInstance()BuildEventStreamProtos.TestResultgetDefaultInstanceForType()Get an instance of the type with no fields set.static Descriptors.DescriptorgetDescriptor()BuildEventStreamProtos.TestResult.ExecutionInfogetExecutionInfo().build_event_stream.TestResult.ExecutionInfo execution_info = 8;BuildEventStreamProtos.TestResult.ExecutionInfoOrBuildergetExecutionInfoOrBuilder().build_event_stream.TestResult.ExecutionInfo execution_info = 8;Parser<BuildEventStreamProtos.TestResult>getParserForType()Gets the parser for a message of the same type as this message.intgetSerializedSize()Get the number of bytes required to encode this message.BuildEventStreamProtos.TestStatusgetStatus()The status of this test.java.lang.StringgetStatusDetails()Additional details about the status of the test.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.DurationgetTestAttemptDuration()Time the test took to run.longgetTestAttemptDurationMillis()Deprecated.DurationOrBuildergetTestAttemptDurationOrBuilder()Time the test took to run.TimestampgetTestAttemptStart()Time at which the test attempt was started.longgetTestAttemptStartMillisEpoch()Deprecated.TimestampOrBuildergetTestAttemptStartOrBuilder()Time at which the test attempt was started.UnknownFieldSetgetUnknownFields()Get theUnknownFieldSetfor this message.java.lang.StringgetWarning(int index)Warnings generated by that test action.ByteStringgetWarningBytes(int index)Warnings generated by that test action.intgetWarningCount()Warnings generated by that test action.ProtocolStringListgetWarningList()Warnings generated by that test action.booleanhasExecutionInfo().build_event_stream.TestResult.ExecutionInfo execution_info = 8;inthashCode()Returns the hash code value for this message.booleanhasTestAttemptDuration()Time the test took to run.booleanhasTestAttemptStart()Time at which the test attempt was started.protected GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()Get the FieldAccessorTable for this type.booleanisInitialized()Returns true if all required fields in the message and all embedded messages are set, false otherwise.static BuildEventStreamProtos.TestResult.BuildernewBuilder()static BuildEventStreamProtos.TestResult.BuildernewBuilder(BuildEventStreamProtos.TestResult prototype)BuildEventStreamProtos.TestResult.BuildernewBuilderForType()Constructs a new builder for a message of the same type as this message.protected BuildEventStreamProtos.TestResult.BuildernewBuilderForType(GeneratedMessageV3.BuilderParent parent)TODO(xiaofeng): remove this together with GeneratedMessageV3.BuilderParent.protected java.lang.ObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameter unused)Creates a new instance of this message type.static BuildEventStreamProtos.TestResultparseDelimitedFrom(java.io.InputStream input)static BuildEventStreamProtos.TestResultparseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)static BuildEventStreamProtos.TestResultparseFrom(byte[] data)static BuildEventStreamProtos.TestResultparseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)static BuildEventStreamProtos.TestResultparseFrom(ByteString data)static BuildEventStreamProtos.TestResultparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static BuildEventStreamProtos.TestResultparseFrom(CodedInputStream input)static BuildEventStreamProtos.TestResultparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static BuildEventStreamProtos.TestResultparseFrom(java.io.InputStream input)static BuildEventStreamProtos.TestResultparseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)static BuildEventStreamProtos.TestResultparseFrom(java.nio.ByteBuffer data)static BuildEventStreamProtos.TestResultparseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry)static Parser<BuildEventStreamProtos.TestResult>parser()BuildEventStreamProtos.TestResult.BuildertoBuilder()Constructs a builder initialized with the current message.voidwriteTo(CodedOutputStream output)Serializes the message and writes it tooutput.-
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
-
Methods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
-
-
-
-
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(GeneratedMessageV3.UnusedPrivateParameter unused)
Description copied from class:GeneratedMessageV3Creates a new instance of this message type. Overridden in the generated code.- Overrides:
newInstancein classGeneratedMessageV3
-
getUnknownFields
public final UnknownFieldSet getUnknownFields()
Description copied from interface:MessageOrBuilderGet theUnknownFieldSetfor this message.- Specified by:
getUnknownFieldsin interfaceMessageOrBuilder- Overrides:
getUnknownFieldsin classGeneratedMessageV3
-
getDescriptor
public static final Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Description copied from class:GeneratedMessageV3Get the FieldAccessorTable for this type. We can't have the message class pass this in to the constructor because of bootstrapping trouble with DescriptorProtos.- Specified by:
internalGetFieldAccessorTablein classGeneratedMessageV3
-
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 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.Time 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 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 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.Time 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 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 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 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 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()
Description copied from interface:MessageLiteOrBuilderReturns true if all required fields in the message and all embedded messages are set, false otherwise.- Specified by:
isInitializedin interfaceMessageLiteOrBuilder- Overrides:
isInitializedin classGeneratedMessageV3
-
writeTo
public void writeTo(CodedOutputStream output) throws java.io.IOException
Description copied from interface:MessageLiteSerializes the message and writes it tooutput. This does not flush or close the stream.- Specified by:
writeToin interfaceMessageLite- Overrides:
writeToin classGeneratedMessageV3- Throws:
java.io.IOException
-
getSerializedSize
public int getSerializedSize()
Description copied from interface:MessageLiteGet the number of bytes required to encode this message. The result is only computed on the first call and memoized after that. If this message requires more than Integer.MAX_VALUE bytes to encode, the return value will be smaller than the actual number of bytes required and might be negative.- Specified by:
getSerializedSizein interfaceMessageLite- Overrides:
getSerializedSizein classGeneratedMessageV3
-
equals
public boolean equals(java.lang.Object obj)
Description copied from interface:MessageCompares the specified object with this message for equality. Returnstrueif the given object is a message of the same type (as defined bygetDescriptorForType()) and has identical values for all of its fields. Subclasses must implement this; inheritingObject.equals()is incorrect.- Specified by:
equalsin interfaceMessage- Overrides:
equalsin classAbstractMessage- Parameters:
obj- object to be compared for equality with this message- Returns:
trueif the specified object is equal to this message
-
hashCode
public int hashCode()
Description copied from interface:MessageReturns the hash code value for this message. The hash code of a message should mix the message's type (object identity of the descriptor) with its contents (known and unknown field values). Subclasses must implement this; inheritingObject.hashCode()is incorrect.- Specified by:
hashCodein interfaceMessage- Overrides:
hashCodein classAbstractMessage- Returns:
- the hash code value for this message
- See Also:
Map.hashCode()
-
parseFrom
public static BuildEventStreamProtos.TestResult parseFrom(java.nio.ByteBuffer data) throws InvalidProtocolBufferException
- Throws:
InvalidProtocolBufferException
-
parseFrom
public static BuildEventStreamProtos.TestResult parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
- Throws:
InvalidProtocolBufferException
-
parseFrom
public static BuildEventStreamProtos.TestResult parseFrom(ByteString data) throws InvalidProtocolBufferException
- Throws:
InvalidProtocolBufferException
-
parseFrom
public static BuildEventStreamProtos.TestResult parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
- Throws:
InvalidProtocolBufferException
-
parseFrom
public static BuildEventStreamProtos.TestResult parseFrom(byte[] data) throws InvalidProtocolBufferException
- Throws:
InvalidProtocolBufferException
-
parseFrom
public static BuildEventStreamProtos.TestResult parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
- Throws:
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, 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, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static BuildEventStreamProtos.TestResult parseFrom(CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static BuildEventStreamProtos.TestResult parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilderForType
public BuildEventStreamProtos.TestResult.Builder newBuilderForType()
Description copied from interface:MessageLiteConstructs a new builder for a message of the same type as this message.- Specified by:
newBuilderForTypein interfaceMessage- Specified by:
newBuilderForTypein interfaceMessageLite
-
newBuilder
public static BuildEventStreamProtos.TestResult.Builder newBuilder()
-
newBuilder
public static BuildEventStreamProtos.TestResult.Builder newBuilder(BuildEventStreamProtos.TestResult prototype)
-
toBuilder
public BuildEventStreamProtos.TestResult.Builder toBuilder()
Description copied from interface:MessageLiteConstructs a builder initialized with the current message. Use this to derive a new message from the current one.- Specified by:
toBuilderin interfaceMessage- Specified by:
toBuilderin interfaceMessageLite
-
newBuilderForType
protected BuildEventStreamProtos.TestResult.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Description copied from class:GeneratedMessageV3TODO(xiaofeng): remove this together with GeneratedMessageV3.BuilderParent.- Specified by:
newBuilderForTypein classGeneratedMessageV3
-
getDefaultInstance
public static BuildEventStreamProtos.TestResult getDefaultInstance()
-
parser
public static Parser<BuildEventStreamProtos.TestResult> parser()
-
getParserForType
public Parser<BuildEventStreamProtos.TestResult> getParserForType()
Description copied from interface:MessageLiteGets the parser for a message of the same type as this message.- Specified by:
getParserForTypein interfaceMessage- Specified by:
getParserForTypein interfaceMessageLite- Overrides:
getParserForTypein classGeneratedMessageV3
-
getDefaultInstanceForType
public BuildEventStreamProtos.TestResult getDefaultInstanceForType()
Description copied from interface:MessageLiteOrBuilderGet an instance of the type with no fields set. Because no fields are set, all getters for singular fields will return default values and repeated fields will appear empty. This may or may not be a singleton. This differs from thegetDefaultInstance()method of generated message classes in that this method is an abstract method of theMessageLiteinterface whereasgetDefaultInstance()is a static method of a specific class. They return the same thing.- Specified by:
getDefaultInstanceForTypein interfaceMessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfaceMessageOrBuilder
-
-