Class TestMatrixEventData.Builder (0.16.0)

public static final class TestMatrixEventData.Builder extends GeneratedMessageV3.Builder<TestMatrixEventData.Builder> implements TestMatrixEventDataOrBuilder

The data within all Firebase test matrix events.

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

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public TestMatrixEventData.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
TestMatrixEventData.Builder
Overrides

build()

public TestMatrixEventData build()
Returns
Type Description
TestMatrixEventData

buildPartial()

public TestMatrixEventData buildPartial()
Returns
Type Description
TestMatrixEventData

clear()

public TestMatrixEventData.Builder clear()
Returns
Type Description
TestMatrixEventData.Builder
Overrides

clearClientInfo()

public TestMatrixEventData.Builder clearClientInfo()

Information provided by the client that created the test matrix.

.google.events.firebase.testlab.v1.ClientInfo client_info = 6;

Returns
Type Description
TestMatrixEventData.Builder

clearCreateTime()

public TestMatrixEventData.Builder clearCreateTime()

Time the test matrix was created.

.google.protobuf.Timestamp create_time = 1;

Returns
Type Description
TestMatrixEventData.Builder

clearField(Descriptors.FieldDescriptor field)

public TestMatrixEventData.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
TestMatrixEventData.Builder
Overrides

clearInvalidMatrixDetails()

public TestMatrixEventData.Builder clearInvalidMatrixDetails()

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
TestMatrixEventData.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public TestMatrixEventData.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
TestMatrixEventData.Builder
Overrides

clearOutcomeSummary()

public TestMatrixEventData.Builder clearOutcomeSummary()

Outcome summary of the test matrix.

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

Returns
Type Description
TestMatrixEventData.Builder

This builder for chaining.

clearResultStorage()

public TestMatrixEventData.Builder clearResultStorage()

Locations where test results are stored.

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

Returns
Type Description
TestMatrixEventData.Builder

clearState()

public TestMatrixEventData.Builder clearState()

State of the test matrix.

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

Returns
Type Description
TestMatrixEventData.Builder

This builder for chaining.

clearTestMatrixId()

public TestMatrixEventData.Builder clearTestMatrixId()

ID of the test matrix this event belongs to.

string test_matrix_id = 7;

Returns
Type Description
TestMatrixEventData.Builder

This builder for chaining.

clone()

public TestMatrixEventData.Builder clone()
Returns
Type Description
TestMatrixEventData.Builder
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.

getClientInfoBuilder()

public ClientInfo.Builder getClientInfoBuilder()

Information provided by the client that created the test matrix.

.google.events.firebase.testlab.v1.ClientInfo client_info = 6;

Returns
Type Description
ClientInfo.Builder

getClientInfoOrBuilder()

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

Time the test matrix was created.

.google.protobuf.Timestamp create_time = 1;

Returns
Type Description
Timestamp

The createTime.

getCreateTimeBuilder()

public Timestamp.Builder getCreateTimeBuilder()

Time the test matrix was created.

.google.protobuf.Timestamp create_time = 1;

Returns
Type Description
Builder

getCreateTimeOrBuilder()

public TimestampOrBuilder getCreateTimeOrBuilder()

Time the test matrix was created.

.google.protobuf.Timestamp create_time = 1;

Returns
Type Description
TimestampOrBuilder

getDefaultInstanceForType()

public TestMatrixEventData getDefaultInstanceForType()
Returns
Type Description
TestMatrixEventData

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

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;

Returns
Type Description
OutcomeSummary

The outcomeSummary.

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.

getResultStorage()

public ResultStorage getResultStorage()

Locations where test results are stored.

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

Returns
Type Description
ResultStorage

The resultStorage.

getResultStorageBuilder()

public ResultStorage.Builder getResultStorageBuilder()

Locations where test results are stored.

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

Returns
Type Description
ResultStorage.Builder

getResultStorageOrBuilder()

public ResultStorageOrBuilder getResultStorageOrBuilder()

Locations where test results are stored.

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

Returns
Type Description
ResultStorageOrBuilder

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.

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.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeClientInfo(ClientInfo value)

public TestMatrixEventData.Builder mergeClientInfo(ClientInfo value)

Information provided by the client that created the test matrix.

.google.events.firebase.testlab.v1.ClientInfo client_info = 6;

Parameter
Name Description
value ClientInfo
Returns
Type Description
TestMatrixEventData.Builder

mergeCreateTime(Timestamp value)

public TestMatrixEventData.Builder mergeCreateTime(Timestamp value)

Time the test matrix was created.

.google.protobuf.Timestamp create_time = 1;

Parameter
Name Description
value Timestamp
Returns
Type Description
TestMatrixEventData.Builder

mergeFrom(TestMatrixEventData other)

public TestMatrixEventData.Builder mergeFrom(TestMatrixEventData other)
Parameter
Name Description
other TestMatrixEventData
Returns
Type Description
TestMatrixEventData.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public TestMatrixEventData.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TestMatrixEventData.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public TestMatrixEventData.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
TestMatrixEventData.Builder
Overrides

mergeResultStorage(ResultStorage value)

public TestMatrixEventData.Builder mergeResultStorage(ResultStorage value)

Locations where test results are stored.

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

Parameter
Name Description
value ResultStorage
Returns
Type Description
TestMatrixEventData.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final TestMatrixEventData.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
TestMatrixEventData.Builder
Overrides

setClientInfo(ClientInfo value)

public TestMatrixEventData.Builder setClientInfo(ClientInfo value)

Information provided by the client that created the test matrix.

.google.events.firebase.testlab.v1.ClientInfo client_info = 6;

Parameter
Name Description
value ClientInfo
Returns
Type Description
TestMatrixEventData.Builder

setClientInfo(ClientInfo.Builder builderForValue)

public TestMatrixEventData.Builder setClientInfo(ClientInfo.Builder builderForValue)

Information provided by the client that created the test matrix.

.google.events.firebase.testlab.v1.ClientInfo client_info = 6;

Parameter
Name Description
builderForValue ClientInfo.Builder
Returns
Type Description
TestMatrixEventData.Builder

setCreateTime(Timestamp value)

public TestMatrixEventData.Builder setCreateTime(Timestamp value)

Time the test matrix was created.

.google.protobuf.Timestamp create_time = 1;

Parameter
Name Description
value Timestamp
Returns
Type Description
TestMatrixEventData.Builder

setCreateTime(Timestamp.Builder builderForValue)

public TestMatrixEventData.Builder setCreateTime(Timestamp.Builder builderForValue)

Time the test matrix was created.

.google.protobuf.Timestamp create_time = 1;

Parameter
Name Description
builderForValue Builder
Returns
Type Description
TestMatrixEventData.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public TestMatrixEventData.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
TestMatrixEventData.Builder
Overrides

setInvalidMatrixDetails(String value)

public TestMatrixEventData.Builder setInvalidMatrixDetails(String value)

Code that describes why the test matrix is considered invalid. Only set for matrices in the INVALID state.

string invalid_matrix_details = 3;

Parameter
Name Description
value String

The invalidMatrixDetails to set.

Returns
Type Description
TestMatrixEventData.Builder

This builder for chaining.

setInvalidMatrixDetailsBytes(ByteString value)

public TestMatrixEventData.Builder setInvalidMatrixDetailsBytes(ByteString value)

Code that describes why the test matrix is considered invalid. Only set for matrices in the INVALID state.

string invalid_matrix_details = 3;

Parameter
Name Description
value ByteString

The bytes for invalidMatrixDetails to set.

Returns
Type Description
TestMatrixEventData.Builder

This builder for chaining.

setOutcomeSummary(OutcomeSummary value)

public TestMatrixEventData.Builder setOutcomeSummary(OutcomeSummary value)

Outcome summary of the test matrix.

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

Parameter
Name Description
value OutcomeSummary

The outcomeSummary to set.

Returns
Type Description
TestMatrixEventData.Builder

This builder for chaining.

setOutcomeSummaryValue(int value)

public TestMatrixEventData.Builder setOutcomeSummaryValue(int value)

Outcome summary of the test matrix.

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

Parameter
Name Description
value int

The enum numeric value on the wire for outcomeSummary to set.

Returns
Type Description
TestMatrixEventData.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public TestMatrixEventData.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
TestMatrixEventData.Builder
Overrides

setResultStorage(ResultStorage value)

public TestMatrixEventData.Builder setResultStorage(ResultStorage value)

Locations where test results are stored.

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

Parameter
Name Description
value ResultStorage
Returns
Type Description
TestMatrixEventData.Builder

setResultStorage(ResultStorage.Builder builderForValue)

public TestMatrixEventData.Builder setResultStorage(ResultStorage.Builder builderForValue)

Locations where test results are stored.

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

Parameter
Name Description
builderForValue ResultStorage.Builder
Returns
Type Description
TestMatrixEventData.Builder

setState(TestState value)

public TestMatrixEventData.Builder setState(TestState value)

State of the test matrix.

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

Parameter
Name Description
value TestState

The state to set.

Returns
Type Description
TestMatrixEventData.Builder

This builder for chaining.

setStateValue(int value)

public TestMatrixEventData.Builder setStateValue(int value)

State of the test matrix.

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

Parameter
Name Description
value int

The enum numeric value on the wire for state to set.

Returns
Type Description
TestMatrixEventData.Builder

This builder for chaining.

setTestMatrixId(String value)

public TestMatrixEventData.Builder setTestMatrixId(String value)

ID of the test matrix this event belongs to.

string test_matrix_id = 7;

Parameter
Name Description
value String

The testMatrixId to set.

Returns
Type Description
TestMatrixEventData.Builder

This builder for chaining.

setTestMatrixIdBytes(ByteString value)

public TestMatrixEventData.Builder setTestMatrixIdBytes(ByteString value)

ID of the test matrix this event belongs to.

string test_matrix_id = 7;

Parameter
Name Description
value ByteString

The bytes for testMatrixId to set.

Returns
Type Description
TestMatrixEventData.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final TestMatrixEventData.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
TestMatrixEventData.Builder
Overrides