Interface TestMatrixEventDataOrBuilder (0.16.0)

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
Type Description
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
Type Description
ClientInfoOrBuilder

getCreateTime()

public abstract Timestamp getCreateTime()

Time the test matrix was created.

.google.protobuf.Timestamp create_time = 1;

Returns
Type Description
Timestamp

The createTime.

getCreateTimeOrBuilder()

public abstract TimestampOrBuilder getCreateTimeOrBuilder()

Time the test matrix was created.

.google.protobuf.Timestamp create_time = 1;

Returns
Type Description
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
Type Description
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
Type Description
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
Type Description
OutcomeSummary

The outcomeSummary.

getOutcomeSummaryValue()

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

getResultStorage()

public abstract ResultStorage getResultStorage()

Locations where test results are stored.

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

Returns
Type Description
ResultStorage

The resultStorage.

getResultStorageOrBuilder()

public abstract ResultStorageOrBuilder getResultStorageOrBuilder()

Locations where test results are stored.

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

Returns
Type Description
ResultStorageOrBuilder

getState()

public abstract TestState getState()

State of the test matrix.

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

Returns
Type Description
TestState

The state.

getStateValue()

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

ID of the test matrix this event belongs to.

string test_matrix_id = 7;

Returns
Type Description
String

The testMatrixId.

getTestMatrixIdBytes()

public abstract ByteString getTestMatrixIdBytes()

ID of the test matrix this event belongs to.

string test_matrix_id = 7;

Returns
Type Description
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
Type Description
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
Type Description
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
Type Description
boolean

Whether the resultStorage field is set.