Class TestMatrixEventData (0.14.1)

public final class TestMatrixEventData extends GeneratedMessageV3 implements TestMatrixEventDataOrBuilder

The data within all Firebase test matrix events.

Protobuf type google.events.firebase.testlab.v1.TestMatrixEventData

Static Fields

CLIENT_INFO_FIELD_NUMBER

public static final int CLIENT_INFO_FIELD_NUMBER
Field Value
TypeDescription
int

CREATE_TIME_FIELD_NUMBER

public static final int CREATE_TIME_FIELD_NUMBER
Field Value
TypeDescription
int

INVALID_MATRIX_DETAILS_FIELD_NUMBER

public static final int INVALID_MATRIX_DETAILS_FIELD_NUMBER
Field Value
TypeDescription
int

OUTCOME_SUMMARY_FIELD_NUMBER

public static final int OUTCOME_SUMMARY_FIELD_NUMBER
Field Value
TypeDescription
int

RESULT_STORAGE_FIELD_NUMBER

public static final int RESULT_STORAGE_FIELD_NUMBER
Field Value
TypeDescription
int

STATE_FIELD_NUMBER

public static final int STATE_FIELD_NUMBER
Field Value
TypeDescription
int

TEST_MATRIX_ID_FIELD_NUMBER

public static final int TEST_MATRIX_ID_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static TestMatrixEventData getDefaultInstance()
Returns
TypeDescription
TestMatrixEventData

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static TestMatrixEventData.Builder newBuilder()
Returns
TypeDescription
TestMatrixEventData.Builder

newBuilder(TestMatrixEventData prototype)

public static TestMatrixEventData.Builder newBuilder(TestMatrixEventData prototype)
Parameter
NameDescription
prototypeTestMatrixEventData
Returns
TypeDescription
TestMatrixEventData.Builder

parseDelimitedFrom(InputStream input)

public static TestMatrixEventData parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
TestMatrixEventData
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static TestMatrixEventData parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TestMatrixEventData
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static TestMatrixEventData parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
TestMatrixEventData
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static TestMatrixEventData parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TestMatrixEventData
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static TestMatrixEventData parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
TestMatrixEventData
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static TestMatrixEventData parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TestMatrixEventData
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static TestMatrixEventData parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
TestMatrixEventData
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static TestMatrixEventData parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TestMatrixEventData
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static TestMatrixEventData parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
TestMatrixEventData
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static TestMatrixEventData parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TestMatrixEventData
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static TestMatrixEventData parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
TestMatrixEventData
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static TestMatrixEventData parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TestMatrixEventData
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<TestMatrixEventData> parser()
Returns
TypeDescription
Parser<TestMatrixEventData>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
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
TypeDescription
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;

Returns
TypeDescription
ClientInfoOrBuilder

getCreateTime()

public Timestamp getCreateTime()

Time the test matrix was created.

.google.protobuf.Timestamp create_time = 1;

Returns
TypeDescription
Timestamp

The createTime.

getCreateTimeOrBuilder()

public TimestampOrBuilder getCreateTimeOrBuilder()

Time the test matrix was created.

.google.protobuf.Timestamp create_time = 1;

Returns
TypeDescription
TimestampOrBuilder

getDefaultInstanceForType()

public TestMatrixEventData getDefaultInstanceForType()
Returns
TypeDescription
TestMatrixEventData

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
TypeDescription
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
TypeDescription
ByteString

The bytes for invalidMatrixDetails.

getOutcomeSummary()

public OutcomeSummary getOutcomeSummary()

Outcome summary of the test matrix.

.google.events.firebase.testlab.v1.OutcomeSummary outcome_summary = 4;

Returns
TypeDescription
OutcomeSummary

The outcomeSummary.

getOutcomeSummaryValue()

public int getOutcomeSummaryValue()

Outcome summary of the test matrix.

.google.events.firebase.testlab.v1.OutcomeSummary outcome_summary = 4;

Returns
TypeDescription
int

The enum numeric value on the wire for outcomeSummary.

getParserForType()

public Parser<TestMatrixEventData> getParserForType()
Returns
TypeDescription
Parser<TestMatrixEventData>
Overrides

getResultStorage()

public ResultStorage getResultStorage()

Locations where test results are stored.

.google.events.firebase.testlab.v1.ResultStorage result_storage = 5;

Returns
TypeDescription
ResultStorage

The resultStorage.

getResultStorageOrBuilder()

public ResultStorageOrBuilder getResultStorageOrBuilder()

Locations where test results are stored.

.google.events.firebase.testlab.v1.ResultStorage result_storage = 5;

Returns
TypeDescription
ResultStorageOrBuilder

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getState()

public TestState getState()

State of the test matrix.

.google.events.firebase.testlab.v1.TestState state = 2;

Returns
TypeDescription
TestState

The state.

getStateValue()

public int getStateValue()

State of the test matrix.

.google.events.firebase.testlab.v1.TestState state = 2;

Returns
TypeDescription
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
TypeDescription
String

The testMatrixId.

getTestMatrixIdBytes()

public ByteString getTestMatrixIdBytes()

ID of the test matrix this event belongs to.

string test_matrix_id = 7;

Returns
TypeDescription
ByteString

The bytes for testMatrixId.

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
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
TypeDescription
boolean

Whether the clientInfo field is set.

hasCreateTime()

public boolean hasCreateTime()

Time the test matrix was created.

.google.protobuf.Timestamp create_time = 1;

Returns
TypeDescription
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
TypeDescription
boolean

Whether the resultStorage field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public TestMatrixEventData.Builder newBuilderForType()
Returns
TypeDescription
TestMatrixEventData.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected TestMatrixEventData.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
TestMatrixEventData.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public TestMatrixEventData.Builder toBuilder()
Returns
TypeDescription
TestMatrixEventData.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException