Interface TestMatrixEventDataOrBuilder (0.14.1)

public interface TestMatrixEventDataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getClientInfo()

public abstract 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 abstract 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 abstract Timestamp getCreateTime()

Time the test matrix was created.

.google.protobuf.Timestamp create_time = 1;

Returns
TypeDescription
Timestamp

The createTime.

getCreateTimeOrBuilder()

public abstract TimestampOrBuilder getCreateTimeOrBuilder()

Time the test matrix was created.

.google.protobuf.Timestamp create_time = 1;

Returns
TypeDescription
TimestampOrBuilder

getInvalidMatrixDetails()

public abstract 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 abstract 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 abstract OutcomeSummary getOutcomeSummary()

Outcome summary of the test matrix.

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

Returns
TypeDescription
OutcomeSummary

The outcomeSummary.

getOutcomeSummaryValue()

public abstract 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.

getResultStorage()

public abstract ResultStorage getResultStorage()

Locations where test results are stored.

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

Returns
TypeDescription
ResultStorage

The resultStorage.

getResultStorageOrBuilder()

public abstract ResultStorageOrBuilder getResultStorageOrBuilder()

Locations where test results are stored.

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

Returns
TypeDescription
ResultStorageOrBuilder

getState()

public abstract TestState getState()

State of the test matrix.

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

Returns
TypeDescription
TestState

The state.

getStateValue()

public abstract 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 abstract String getTestMatrixId()

ID of the test matrix this event belongs to.

string test_matrix_id = 7;

Returns
TypeDescription
String

The testMatrixId.

getTestMatrixIdBytes()

public abstract ByteString getTestMatrixIdBytes()

ID of the test matrix this event belongs to.

string test_matrix_id = 7;

Returns
TypeDescription
ByteString

The bytes for testMatrixId.

hasClientInfo()

public abstract 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 abstract 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 abstract 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.