Class TestMatrixEventData.Builder (0.14.1)

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public TestMatrixEventData.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
TestMatrixEventData.Builder
Overrides

build()

public TestMatrixEventData build()
Returns
TypeDescription
TestMatrixEventData

buildPartial()

public TestMatrixEventData buildPartial()
Returns
TypeDescription
TestMatrixEventData

clear()

public TestMatrixEventData.Builder clear()
Returns
TypeDescription
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
TypeDescription
TestMatrixEventData.Builder

clearCreateTime()

public TestMatrixEventData.Builder clearCreateTime()

Time the test matrix was created.

.google.protobuf.Timestamp create_time = 1;

Returns
TypeDescription
TestMatrixEventData.Builder

clearField(Descriptors.FieldDescriptor field)

public TestMatrixEventData.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
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
TypeDescription
TestMatrixEventData.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public TestMatrixEventData.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
TestMatrixEventData.Builder
Overrides

clearOutcomeSummary()

public TestMatrixEventData.Builder clearOutcomeSummary()

Outcome summary of the test matrix.

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

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

clearState()

public TestMatrixEventData.Builder clearState()

State of the test matrix.

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

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

This builder for chaining.

clone()

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

getCreateTime()

public Timestamp getCreateTime()

Time the test matrix was created.

.google.protobuf.Timestamp create_time = 1;

Returns
TypeDescription
Timestamp

The createTime.

getCreateTimeBuilder()

public Timestamp.Builder getCreateTimeBuilder()

Time the test matrix was created.

.google.protobuf.Timestamp create_time = 1;

Returns
TypeDescription
Builder

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

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
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
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.

getResultStorage()

public ResultStorage getResultStorage()

Locations where test results are stored.

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

Returns
TypeDescription
ResultStorage

The resultStorage.

getResultStorageBuilder()

public ResultStorage.Builder getResultStorageBuilder()

Locations where test results are stored.

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

Returns
TypeDescription
ResultStorage.Builder

getResultStorageOrBuilder()

public ResultStorageOrBuilder getResultStorageOrBuilder()

Locations where test results are stored.

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

Returns
TypeDescription
ResultStorageOrBuilder

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.

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.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
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
NameDescription
valueClientInfo
Returns
TypeDescription
TestMatrixEventData.Builder

mergeCreateTime(Timestamp value)

public TestMatrixEventData.Builder mergeCreateTime(Timestamp value)

Time the test matrix was created.

.google.protobuf.Timestamp create_time = 1;

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
TestMatrixEventData.Builder

mergeFrom(TestMatrixEventData other)

public TestMatrixEventData.Builder mergeFrom(TestMatrixEventData other)
Parameter
NameDescription
otherTestMatrixEventData
Returns
TypeDescription
TestMatrixEventData.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public TestMatrixEventData.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TestMatrixEventData.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public TestMatrixEventData.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
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
NameDescription
valueResultStorage
Returns
TypeDescription
TestMatrixEventData.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final TestMatrixEventData.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
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
NameDescription
valueClientInfo
Returns
TypeDescription
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
NameDescription
builderForValueClientInfo.Builder
Returns
TypeDescription
TestMatrixEventData.Builder

setCreateTime(Timestamp value)

public TestMatrixEventData.Builder setCreateTime(Timestamp value)

Time the test matrix was created.

.google.protobuf.Timestamp create_time = 1;

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
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
NameDescription
builderForValueBuilder
Returns
TypeDescription
TestMatrixEventData.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public TestMatrixEventData.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
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
NameDescription
valueString

The invalidMatrixDetails to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for invalidMatrixDetails to set.

Returns
TypeDescription
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
NameDescription
valueOutcomeSummary

The outcomeSummary to set.

Returns
TypeDescription
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
NameDescription
valueint

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

Returns
TypeDescription
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
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
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
NameDescription
valueResultStorage
Returns
TypeDescription
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
NameDescription
builderForValueResultStorage.Builder
Returns
TypeDescription
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
NameDescription
valueTestState

The state to set.

Returns
TypeDescription
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
NameDescription
valueint

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

Returns
TypeDescription
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
NameDescription
valueString

The testMatrixId to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for testMatrixId to set.

Returns
TypeDescription
TestMatrixEventData.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final TestMatrixEventData.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
TestMatrixEventData.Builder
Overrides