Send feedback
Class TestMatrixEventData (0.15.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.15.0 keyboard_arrow_down
public final class TestMatrixEventData extends GeneratedMessageV3 implements TestMatrixEventDataOrBuilder
The data within all Firebase test matrix events.
Protobuf type google.events.firebase.testlab.v1.TestMatrixEventData
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
CLIENT_INFO_FIELD_NUMBER
public static final int CLIENT_INFO_FIELD_NUMBER
Field Value
Type
Description
int
CREATE_TIME_FIELD_NUMBER
public static final int CREATE_TIME_FIELD_NUMBER
Field Value
Type
Description
int
INVALID_MATRIX_DETAILS_FIELD_NUMBER
public static final int INVALID_MATRIX_DETAILS_FIELD_NUMBER
Field Value
Type
Description
int
OUTCOME_SUMMARY_FIELD_NUMBER
public static final int OUTCOME_SUMMARY_FIELD_NUMBER
Field Value
Type
Description
int
RESULT_STORAGE_FIELD_NUMBER
public static final int RESULT_STORAGE_FIELD_NUMBER
Field Value
Type
Description
int
STATE_FIELD_NUMBER
public static final int STATE_FIELD_NUMBER
Field Value
Type
Description
int
TEST_MATRIX_ID_FIELD_NUMBER
public static final int TEST_MATRIX_ID_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static TestMatrixEventData getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static TestMatrixEventData . Builder newBuilder ()
newBuilder(TestMatrixEventData prototype)
public static TestMatrixEventData . Builder newBuilder ( TestMatrixEventData prototype )
public static TestMatrixEventData parseDelimitedFrom ( InputStream input )
public static TestMatrixEventData parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static TestMatrixEventData parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static TestMatrixEventData parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static TestMatrixEventData parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static TestMatrixEventData parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static TestMatrixEventData parseFrom ( CodedInputStream input )
public static TestMatrixEventData parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static TestMatrixEventData parseFrom ( InputStream input )
public static TestMatrixEventData parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static TestMatrixEventData parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static TestMatrixEventData parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<TestMatrixEventData> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getClientInfo()
public ClientInfo getClientInfo ()
Information provided by the client that created the test matrix.
.google.events.firebase.testlab.v1.ClientInfo client_info = 6;
Returns
Type
Description
ClientInfo
The clientInfo.
getClientInfoOrBuilder()
public ClientInfoOrBuilder getClientInfoOrBuilder ()
Information provided by the client that created the test matrix.
.google.events.firebase.testlab.v1.ClientInfo client_info = 6;
getCreateTime()
public Timestamp getCreateTime ()
Time the test matrix was created.
.google.protobuf.Timestamp create_time = 1;
Returns
Type
Description
Timestamp
The createTime.
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder ()
Time the test matrix was created.
.google.protobuf.Timestamp create_time = 1;
getDefaultInstanceForType()
public TestMatrixEventData getDefaultInstanceForType ()
getInvalidMatrixDetails()
public String getInvalidMatrixDetails ()
Code that describes why the test matrix is considered invalid. Only set for
matrices in the INVALID state.
string invalid_matrix_details = 3;
Returns
Type
Description
String
The invalidMatrixDetails.
getInvalidMatrixDetailsBytes()
public ByteString getInvalidMatrixDetailsBytes ()
Code that describes why the test matrix is considered invalid. Only set for
matrices in the INVALID state.
string invalid_matrix_details = 3;
Returns
Type
Description
ByteString
The bytes for invalidMatrixDetails.
getOutcomeSummary()
public OutcomeSummary getOutcomeSummary ()
Outcome summary of the test matrix.
.google.events.firebase.testlab.v1.OutcomeSummary outcome_summary = 4;
getOutcomeSummaryValue()
public int getOutcomeSummaryValue ()
Outcome summary of the test matrix.
.google.events.firebase.testlab.v1.OutcomeSummary outcome_summary = 4;
Returns
Type
Description
int
The enum numeric value on the wire for outcomeSummary.
getParserForType()
public Parser<TestMatrixEventData> getParserForType ()
Overrides
getResultStorage()
public ResultStorage getResultStorage ()
Locations where test results are stored.
.google.events.firebase.testlab.v1.ResultStorage result_storage = 5;
getResultStorageOrBuilder()
public ResultStorageOrBuilder getResultStorageOrBuilder ()
Locations where test results are stored.
.google.events.firebase.testlab.v1.ResultStorage result_storage = 5;
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
getState()
public TestState getState ()
State of the test matrix.
.google.events.firebase.testlab.v1.TestState state = 2;
Returns
Type
Description
TestState
The state.
getStateValue()
public int getStateValue ()
State of the test matrix.
.google.events.firebase.testlab.v1.TestState state = 2;
Returns
Type
Description
int
The enum numeric value on the wire for state.
getTestMatrixId()
public String getTestMatrixId ()
ID of the test matrix this event belongs to.
string test_matrix_id = 7;
Returns
Type
Description
String
The testMatrixId.
getTestMatrixIdBytes()
public ByteString getTestMatrixIdBytes ()
ID of the test matrix this event belongs to.
string test_matrix_id = 7;
Returns
Type
Description
ByteString
The bytes for testMatrixId.
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Overrides
hasClientInfo()
public boolean hasClientInfo ()
Information provided by the client that created the test matrix.
.google.events.firebase.testlab.v1.ClientInfo client_info = 6;
Returns
Type
Description
boolean
Whether the clientInfo field is set.
hasCreateTime()
public boolean hasCreateTime ()
Time the test matrix was created.
.google.protobuf.Timestamp create_time = 1;
Returns
Type
Description
boolean
Whether the createTime field is set.
hasResultStorage()
public boolean hasResultStorage ()
Locations where test results are stored.
.google.events.firebase.testlab.v1.ResultStorage result_storage = 5;
Returns
Type
Description
boolean
Whether the resultStorage field is set.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public TestMatrixEventData . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected TestMatrixEventData . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public TestMatrixEventData . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]