summaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2018-04-06 06:37:49 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-04-06 06:37:49 +0000
commitf64099ea656e8bf64acd85c179c6878510908b35 (patch)
treed7e87bb04279382029b19f3b6ddd8947d5f96d49 /src/main
parent4ce8cbfbcddb01e4c4707e2be2a096aef34da771 (diff)
parent813ec7d4b1d20b436c87b4435d8ec4e4c91e9f24 (diff)
downloaddashboard-f64099ea656e8bf64acd85c179c6878510908b35.tar.gz
Merge "Modified protobuf file."
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/com/android/vts/proto/TestSuiteResultMessageProto.java705
1 files changed, 542 insertions, 163 deletions
diff --git a/src/main/java/com/android/vts/proto/TestSuiteResultMessageProto.java b/src/main/java/com/android/vts/proto/TestSuiteResultMessageProto.java
index 3d4cdd0..59d439e 100644
--- a/src/main/java/com/android/vts/proto/TestSuiteResultMessageProto.java
+++ b/src/main/java/com/android/vts/proto/TestSuiteResultMessageProto.java
@@ -46,6 +46,32 @@ public final class TestSuiteResultMessageProto {
/**
* <pre>
+ * GCS path to the corresponding result files
+ * </pre>
+ *
+ * <code>optional string result_path = 2;</code>
+ */
+ boolean hasResultPath();
+ /**
+ * <pre>
+ * GCS path to the corresponding result files
+ * </pre>
+ *
+ * <code>optional string result_path = 2;</code>
+ */
+ java.lang.String getResultPath();
+ /**
+ * <pre>
+ * GCS path to the corresponding result files
+ * </pre>
+ *
+ * <code>optional string result_path = 2;</code>
+ */
+ com.google.protobuf.ByteString
+ getResultPathBytes();
+
+ /**
+ * <pre>
* test suite build info
* </pre>
*
@@ -185,6 +211,20 @@ public final class TestSuiteResultMessageProto {
getHostNameBytes();
/**
+ * <code>optional string suite_name = 27;</code>
+ */
+ boolean hasSuiteName();
+ /**
+ * <code>optional string suite_name = 27;</code>
+ */
+ java.lang.String getSuiteName();
+ /**
+ * <code>optional string suite_name = 27;</code>
+ */
+ com.google.protobuf.ByteString
+ getSuiteNameBytes();
+
+ /**
* <pre>
* attributes of Build tag
* </pre>
@@ -285,6 +325,7 @@ public final class TestSuiteResultMessageProto {
}
private TestSuiteResultMessage() {
accessToken_ = "";
+ resultPath_ = "";
branch_ = "";
target_ = "";
buildId_ = "";
@@ -294,6 +335,7 @@ public final class TestSuiteResultMessageProto {
startTime_ = 0L;
endTime_ = 0L;
hostName_ = "";
+ suiteName_ = "";
buildSystemFingerprint_ = "";
buildVendorFingerprint_ = "";
passedTestCaseCount_ = 0;
@@ -336,87 +378,99 @@ public final class TestSuiteResultMessageProto {
accessToken_ = bs;
break;
}
- case 90: {
+ case 18: {
com.google.protobuf.ByteString bs = input.readBytes();
bitField0_ |= 0x00000002;
+ resultPath_ = bs;
+ break;
+ }
+ case 90: {
+ com.google.protobuf.ByteString bs = input.readBytes();
+ bitField0_ |= 0x00000004;
branch_ = bs;
break;
}
case 98: {
com.google.protobuf.ByteString bs = input.readBytes();
- bitField0_ |= 0x00000004;
+ bitField0_ |= 0x00000008;
target_ = bs;
break;
}
case 106: {
com.google.protobuf.ByteString bs = input.readBytes();
- bitField0_ |= 0x00000008;
+ bitField0_ |= 0x00000010;
buildId_ = bs;
break;
}
case 170: {
com.google.protobuf.ByteString bs = input.readBytes();
- bitField0_ |= 0x00000010;
+ bitField0_ |= 0x00000020;
suitePlan_ = bs;
break;
}
case 178: {
com.google.protobuf.ByteString bs = input.readBytes();
- bitField0_ |= 0x00000020;
+ bitField0_ |= 0x00000040;
suiteVersion_ = bs;
break;
}
case 186: {
com.google.protobuf.ByteString bs = input.readBytes();
- bitField0_ |= 0x00000040;
+ bitField0_ |= 0x00000080;
suiteBuildNumber_ = bs;
break;
}
case 192: {
- bitField0_ |= 0x00000080;
+ bitField0_ |= 0x00000100;
startTime_ = input.readInt64();
break;
}
case 200: {
- bitField0_ |= 0x00000100;
+ bitField0_ |= 0x00000200;
endTime_ = input.readInt64();
break;
}
case 210: {
com.google.protobuf.ByteString bs = input.readBytes();
- bitField0_ |= 0x00000200;
+ bitField0_ |= 0x00000400;
hostName_ = bs;
break;
}
+ case 218: {
+ com.google.protobuf.ByteString bs = input.readBytes();
+ bitField0_ |= 0x00000800;
+ suiteName_ = bs;
+ break;
+ }
case 250: {
com.google.protobuf.ByteString bs = input.readBytes();
- bitField0_ |= 0x00000400;
+ bitField0_ |= 0x00001000;
buildSystemFingerprint_ = bs;
break;
}
case 258: {
com.google.protobuf.ByteString bs = input.readBytes();
- bitField0_ |= 0x00000800;
+ bitField0_ |= 0x00002000;
buildVendorFingerprint_ = bs;
break;
}
case 328: {
- bitField0_ |= 0x00001000;
+ bitField0_ |= 0x00004000;
passedTestCaseCount_ = input.readInt32();
break;
}
case 336: {
- bitField0_ |= 0x00002000;
+ bitField0_ |= 0x00008000;
failedTestCaseCount_ = input.readInt32();
break;
}
case 344: {
- bitField0_ |= 0x00004000;
+ bitField0_ |= 0x00010000;
modulesDone_ = input.readInt32();
break;
}
case 352: {
- bitField0_ |= 0x00008000;
+ bitField0_ |= 0x00020000;
modulesTotal_ = input.readInt32();
break;
}
@@ -499,6 +553,60 @@ public final class TestSuiteResultMessageProto {
}
}
+ public static final int RESULT_PATH_FIELD_NUMBER = 2;
+ private volatile java.lang.Object resultPath_;
+ /**
+ * <pre>
+ * GCS path to the corresponding result files
+ * </pre>
+ *
+ * <code>optional string result_path = 2;</code>
+ */
+ public boolean hasResultPath() {
+ return ((bitField0_ & 0x00000002) == 0x00000002);
+ }
+ /**
+ * <pre>
+ * GCS path to the corresponding result files
+ * </pre>
+ *
+ * <code>optional string result_path = 2;</code>
+ */
+ public java.lang.String getResultPath() {
+ java.lang.Object ref = resultPath_;
+ if (ref instanceof java.lang.String) {
+ return (java.lang.String) ref;
+ } else {
+ com.google.protobuf.ByteString bs =
+ (com.google.protobuf.ByteString) ref;
+ java.lang.String s = bs.toStringUtf8();
+ if (bs.isValidUtf8()) {
+ resultPath_ = s;
+ }
+ return s;
+ }
+ }
+ /**
+ * <pre>
+ * GCS path to the corresponding result files
+ * </pre>
+ *
+ * <code>optional string result_path = 2;</code>
+ */
+ public com.google.protobuf.ByteString
+ getResultPathBytes() {
+ java.lang.Object ref = resultPath_;
+ if (ref instanceof java.lang.String) {
+ com.google.protobuf.ByteString b =
+ com.google.protobuf.ByteString.copyFromUtf8(
+ (java.lang.String) ref);
+ resultPath_ = b;
+ return b;
+ } else {
+ return (com.google.protobuf.ByteString) ref;
+ }
+ }
+
public static final int BRANCH_FIELD_NUMBER = 11;
private volatile java.lang.Object branch_;
/**
@@ -509,7 +617,7 @@ public final class TestSuiteResultMessageProto {
* <code>required string branch = 11;</code>
*/
public boolean hasBranch() {
- return ((bitField0_ & 0x00000002) == 0x00000002);
+ return ((bitField0_ & 0x00000004) == 0x00000004);
}
/**
* <pre>
@@ -559,7 +667,7 @@ public final class TestSuiteResultMessageProto {
* <code>required string target = 12;</code>
*/
public boolean hasTarget() {
- return ((bitField0_ & 0x00000004) == 0x00000004);
+ return ((bitField0_ & 0x00000008) == 0x00000008);
}
/**
* <code>required string target = 12;</code>
@@ -601,7 +709,7 @@ public final class TestSuiteResultMessageProto {
* <code>required string build_id = 13;</code>
*/
public boolean hasBuildId() {
- return ((bitField0_ & 0x00000008) == 0x00000008);
+ return ((bitField0_ & 0x00000010) == 0x00000010);
}
/**
* <code>required string build_id = 13;</code>
@@ -647,7 +755,7 @@ public final class TestSuiteResultMessageProto {
* <code>optional string suite_plan = 21;</code>
*/
public boolean hasSuitePlan() {
- return ((bitField0_ & 0x00000010) == 0x00000010);
+ return ((bitField0_ & 0x00000020) == 0x00000020);
}
/**
* <pre>
@@ -697,7 +805,7 @@ public final class TestSuiteResultMessageProto {
* <code>optional string suite_version = 22;</code>
*/
public boolean hasSuiteVersion() {
- return ((bitField0_ & 0x00000020) == 0x00000020);
+ return ((bitField0_ & 0x00000040) == 0x00000040);
}
/**
* <code>optional string suite_version = 22;</code>
@@ -739,7 +847,7 @@ public final class TestSuiteResultMessageProto {
* <code>optional string suite_build_number = 23;</code>
*/
public boolean hasSuiteBuildNumber() {
- return ((bitField0_ & 0x00000040) == 0x00000040);
+ return ((bitField0_ & 0x00000080) == 0x00000080);
}
/**
* <code>optional string suite_build_number = 23;</code>
@@ -781,7 +889,7 @@ public final class TestSuiteResultMessageProto {
* <code>optional int64 start_time = 24;</code>
*/
public boolean hasStartTime() {
- return ((bitField0_ & 0x00000080) == 0x00000080);
+ return ((bitField0_ & 0x00000100) == 0x00000100);
}
/**
* <code>optional int64 start_time = 24;</code>
@@ -796,7 +904,7 @@ public final class TestSuiteResultMessageProto {
* <code>optional int64 end_time = 25;</code>
*/
public boolean hasEndTime() {
- return ((bitField0_ & 0x00000100) == 0x00000100);
+ return ((bitField0_ & 0x00000200) == 0x00000200);
}
/**
* <code>optional int64 end_time = 25;</code>
@@ -811,7 +919,7 @@ public final class TestSuiteResultMessageProto {
* <code>optional string host_name = 26;</code>
*/
public boolean hasHostName() {
- return ((bitField0_ & 0x00000200) == 0x00000200);
+ return ((bitField0_ & 0x00000400) == 0x00000400);
}
/**
* <code>optional string host_name = 26;</code>
@@ -847,6 +955,48 @@ public final class TestSuiteResultMessageProto {
}
}
+ public static final int SUITE_NAME_FIELD_NUMBER = 27;
+ private volatile java.lang.Object suiteName_;
+ /**
+ * <code>optional string suite_name = 27;</code>
+ */
+ public boolean hasSuiteName() {
+ return ((bitField0_ & 0x00000800) == 0x00000800);
+ }
+ /**
+ * <code>optional string suite_name = 27;</code>
+ */
+ public java.lang.String getSuiteName() {
+ java.lang.Object ref = suiteName_;
+ if (ref instanceof java.lang.String) {
+ return (java.lang.String) ref;
+ } else {
+ com.google.protobuf.ByteString bs =
+ (com.google.protobuf.ByteString) ref;
+ java.lang.String s = bs.toStringUtf8();
+ if (bs.isValidUtf8()) {
+ suiteName_ = s;
+ }
+ return s;
+ }
+ }
+ /**
+ * <code>optional string suite_name = 27;</code>
+ */
+ public com.google.protobuf.ByteString
+ getSuiteNameBytes() {
+ java.lang.Object ref = suiteName_;
+ if (ref instanceof java.lang.String) {
+ com.google.protobuf.ByteString b =
+ com.google.protobuf.ByteString.copyFromUtf8(
+ (java.lang.String) ref);
+ suiteName_ = b;
+ return b;
+ } else {
+ return (com.google.protobuf.ByteString) ref;
+ }
+ }
+
public static final int BUILD_SYSTEM_FINGERPRINT_FIELD_NUMBER = 31;
private volatile java.lang.Object buildSystemFingerprint_;
/**
@@ -857,7 +1007,7 @@ public final class TestSuiteResultMessageProto {
* <code>optional string build_system_fingerprint = 31;</code>
*/
public boolean hasBuildSystemFingerprint() {
- return ((bitField0_ & 0x00000400) == 0x00000400);
+ return ((bitField0_ & 0x00001000) == 0x00001000);
}
/**
* <pre>
@@ -907,7 +1057,7 @@ public final class TestSuiteResultMessageProto {
* <code>optional string build_vendor_fingerprint = 32;</code>
*/
public boolean hasBuildVendorFingerprint() {
- return ((bitField0_ & 0x00000800) == 0x00000800);
+ return ((bitField0_ & 0x00002000) == 0x00002000);
}
/**
* <code>optional string build_vendor_fingerprint = 32;</code>
@@ -953,7 +1103,7 @@ public final class TestSuiteResultMessageProto {
* <code>optional int32 passed_test_case_count = 41;</code>
*/
public boolean hasPassedTestCaseCount() {
- return ((bitField0_ & 0x00001000) == 0x00001000);
+ return ((bitField0_ & 0x00004000) == 0x00004000);
}
/**
* <pre>
@@ -972,7 +1122,7 @@ public final class TestSuiteResultMessageProto {
* <code>optional int32 failed_test_case_count = 42;</code>
*/
public boolean hasFailedTestCaseCount() {
- return ((bitField0_ & 0x00002000) == 0x00002000);
+ return ((bitField0_ & 0x00008000) == 0x00008000);
}
/**
* <code>optional int32 failed_test_case_count = 42;</code>
@@ -987,7 +1137,7 @@ public final class TestSuiteResultMessageProto {
* <code>optional int32 modules_done = 43;</code>
*/
public boolean hasModulesDone() {
- return ((bitField0_ & 0x00004000) == 0x00004000);
+ return ((bitField0_ & 0x00010000) == 0x00010000);
}
/**
* <code>optional int32 modules_done = 43;</code>
@@ -1002,7 +1152,7 @@ public final class TestSuiteResultMessageProto {
* <code>optional int32 modules_total = 44;</code>
*/
public boolean hasModulesTotal() {
- return ((bitField0_ & 0x00008000) == 0x00008000);
+ return ((bitField0_ & 0x00020000) == 0x00020000);
}
/**
* <code>optional int32 modules_total = 44;</code>
@@ -1039,48 +1189,54 @@ public final class TestSuiteResultMessageProto {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, accessToken_);
}
if (((bitField0_ & 0x00000002) == 0x00000002)) {
- com.google.protobuf.GeneratedMessageV3.writeString(output, 11, branch_);
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 2, resultPath_);
}
if (((bitField0_ & 0x00000004) == 0x00000004)) {
- com.google.protobuf.GeneratedMessageV3.writeString(output, 12, target_);
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 11, branch_);
}
if (((bitField0_ & 0x00000008) == 0x00000008)) {
- com.google.protobuf.GeneratedMessageV3.writeString(output, 13, buildId_);
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 12, target_);
}
if (((bitField0_ & 0x00000010) == 0x00000010)) {
- com.google.protobuf.GeneratedMessageV3.writeString(output, 21, suitePlan_);
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 13, buildId_);
}
if (((bitField0_ & 0x00000020) == 0x00000020)) {
- com.google.protobuf.GeneratedMessageV3.writeString(output, 22, suiteVersion_);
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 21, suitePlan_);
}
if (((bitField0_ & 0x00000040) == 0x00000040)) {
- com.google.protobuf.GeneratedMessageV3.writeString(output, 23, suiteBuildNumber_);
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 22, suiteVersion_);
}
if (((bitField0_ & 0x00000080) == 0x00000080)) {
- output.writeInt64(24, startTime_);
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 23, suiteBuildNumber_);
}
if (((bitField0_ & 0x00000100) == 0x00000100)) {
- output.writeInt64(25, endTime_);
+ output.writeInt64(24, startTime_);
}
if (((bitField0_ & 0x00000200) == 0x00000200)) {
- com.google.protobuf.GeneratedMessageV3.writeString(output, 26, hostName_);
+ output.writeInt64(25, endTime_);
}
if (((bitField0_ & 0x00000400) == 0x00000400)) {
- com.google.protobuf.GeneratedMessageV3.writeString(output, 31, buildSystemFingerprint_);
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 26, hostName_);
}
if (((bitField0_ & 0x00000800) == 0x00000800)) {
- com.google.protobuf.GeneratedMessageV3.writeString(output, 32, buildVendorFingerprint_);
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 27, suiteName_);
}
if (((bitField0_ & 0x00001000) == 0x00001000)) {
- output.writeInt32(41, passedTestCaseCount_);
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 31, buildSystemFingerprint_);
}
if (((bitField0_ & 0x00002000) == 0x00002000)) {
- output.writeInt32(42, failedTestCaseCount_);
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 32, buildVendorFingerprint_);
}
if (((bitField0_ & 0x00004000) == 0x00004000)) {
- output.writeInt32(43, modulesDone_);
+ output.writeInt32(41, passedTestCaseCount_);
}
if (((bitField0_ & 0x00008000) == 0x00008000)) {
+ output.writeInt32(42, failedTestCaseCount_);
+ }
+ if (((bitField0_ & 0x00010000) == 0x00010000)) {
+ output.writeInt32(43, modulesDone_);
+ }
+ if (((bitField0_ & 0x00020000) == 0x00020000)) {
output.writeInt32(44, modulesTotal_);
}
unknownFields.writeTo(output);
@@ -1095,53 +1251,59 @@ public final class TestSuiteResultMessageProto {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, accessToken_);
}
if (((bitField0_ & 0x00000002) == 0x00000002)) {
- size += com.google.protobuf.GeneratedMessageV3.computeStringSize(11, branch_);
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, resultPath_);
}
if (((bitField0_ & 0x00000004) == 0x00000004)) {
- size += com.google.protobuf.GeneratedMessageV3.computeStringSize(12, target_);
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(11, branch_);
}
if (((bitField0_ & 0x00000008) == 0x00000008)) {
- size += com.google.protobuf.GeneratedMessageV3.computeStringSize(13, buildId_);
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(12, target_);
}
if (((bitField0_ & 0x00000010) == 0x00000010)) {
- size += com.google.protobuf.GeneratedMessageV3.computeStringSize(21, suitePlan_);
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(13, buildId_);
}
if (((bitField0_ & 0x00000020) == 0x00000020)) {
- size += com.google.protobuf.GeneratedMessageV3.computeStringSize(22, suiteVersion_);
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(21, suitePlan_);
}
if (((bitField0_ & 0x00000040) == 0x00000040)) {
- size += com.google.protobuf.GeneratedMessageV3.computeStringSize(23, suiteBuildNumber_);
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(22, suiteVersion_);
}
if (((bitField0_ & 0x00000080) == 0x00000080)) {
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(23, suiteBuildNumber_);
+ }
+ if (((bitField0_ & 0x00000100) == 0x00000100)) {
size += com.google.protobuf.CodedOutputStream
.computeInt64Size(24, startTime_);
}
- if (((bitField0_ & 0x00000100) == 0x00000100)) {
+ if (((bitField0_ & 0x00000200) == 0x00000200)) {
size += com.google.protobuf.CodedOutputStream
.computeInt64Size(25, endTime_);
}
- if (((bitField0_ & 0x00000200) == 0x00000200)) {
+ if (((bitField0_ & 0x00000400) == 0x00000400)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(26, hostName_);
}
- if (((bitField0_ & 0x00000400) == 0x00000400)) {
+ if (((bitField0_ & 0x00000800) == 0x00000800)) {
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(27, suiteName_);
+ }
+ if (((bitField0_ & 0x00001000) == 0x00001000)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(31, buildSystemFingerprint_);
}
- if (((bitField0_ & 0x00000800) == 0x00000800)) {
+ if (((bitField0_ & 0x00002000) == 0x00002000)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(32, buildVendorFingerprint_);
}
- if (((bitField0_ & 0x00001000) == 0x00001000)) {
+ if (((bitField0_ & 0x00004000) == 0x00004000)) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(41, passedTestCaseCount_);
}
- if (((bitField0_ & 0x00002000) == 0x00002000)) {
+ if (((bitField0_ & 0x00008000) == 0x00008000)) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(42, failedTestCaseCount_);
}
- if (((bitField0_ & 0x00004000) == 0x00004000)) {
+ if (((bitField0_ & 0x00010000) == 0x00010000)) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(43, modulesDone_);
}
- if (((bitField0_ & 0x00008000) == 0x00008000)) {
+ if (((bitField0_ & 0x00020000) == 0x00020000)) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(44, modulesTotal_);
}
@@ -1167,6 +1329,11 @@ public final class TestSuiteResultMessageProto {
result = result && getAccessToken()
.equals(other.getAccessToken());
}
+ result = result && (hasResultPath() == other.hasResultPath());
+ if (hasResultPath()) {
+ result = result && getResultPath()
+ .equals(other.getResultPath());
+ }
result = result && (hasBranch() == other.hasBranch());
if (hasBranch()) {
result = result && getBranch()
@@ -1212,6 +1379,11 @@ public final class TestSuiteResultMessageProto {
result = result && getHostName()
.equals(other.getHostName());
}
+ result = result && (hasSuiteName() == other.hasSuiteName());
+ if (hasSuiteName()) {
+ result = result && getSuiteName()
+ .equals(other.getSuiteName());
+ }
result = result && (hasBuildSystemFingerprint() == other.hasBuildSystemFingerprint());
if (hasBuildSystemFingerprint()) {
result = result && getBuildSystemFingerprint()
@@ -1257,6 +1429,10 @@ public final class TestSuiteResultMessageProto {
hash = (37 * hash) + ACCESS_TOKEN_FIELD_NUMBER;
hash = (53 * hash) + getAccessToken().hashCode();
}
+ if (hasResultPath()) {
+ hash = (37 * hash) + RESULT_PATH_FIELD_NUMBER;
+ hash = (53 * hash) + getResultPath().hashCode();
+ }
if (hasBranch()) {
hash = (37 * hash) + BRANCH_FIELD_NUMBER;
hash = (53 * hash) + getBranch().hashCode();
@@ -1295,6 +1471,10 @@ public final class TestSuiteResultMessageProto {
hash = (37 * hash) + HOST_NAME_FIELD_NUMBER;
hash = (53 * hash) + getHostName().hashCode();
}
+ if (hasSuiteName()) {
+ hash = (37 * hash) + SUITE_NAME_FIELD_NUMBER;
+ hash = (53 * hash) + getSuiteName().hashCode();
+ }
if (hasBuildSystemFingerprint()) {
hash = (37 * hash) + BUILD_SYSTEM_FINGERPRINT_FIELD_NUMBER;
hash = (53 * hash) + getBuildSystemFingerprint().hashCode();
@@ -1443,36 +1623,40 @@ public final class TestSuiteResultMessageProto {
super.clear();
accessToken_ = "";
bitField0_ = (bitField0_ & ~0x00000001);
- branch_ = "";
+ resultPath_ = "";
bitField0_ = (bitField0_ & ~0x00000002);
- target_ = "";
+ branch_ = "";
bitField0_ = (bitField0_ & ~0x00000004);
- buildId_ = "";
+ target_ = "";
bitField0_ = (bitField0_ & ~0x00000008);
- suitePlan_ = "";
+ buildId_ = "";
bitField0_ = (bitField0_ & ~0x00000010);
- suiteVersion_ = "";
+ suitePlan_ = "";
bitField0_ = (bitField0_ & ~0x00000020);
- suiteBuildNumber_ = "";
+ suiteVersion_ = "";
bitField0_ = (bitField0_ & ~0x00000040);
- startTime_ = 0L;
+ suiteBuildNumber_ = "";
bitField0_ = (bitField0_ & ~0x00000080);
- endTime_ = 0L;
+ startTime_ = 0L;
bitField0_ = (bitField0_ & ~0x00000100);
- hostName_ = "";
+ endTime_ = 0L;
bitField0_ = (bitField0_ & ~0x00000200);
- buildSystemFingerprint_ = "";
+ hostName_ = "";
bitField0_ = (bitField0_ & ~0x00000400);
- buildVendorFingerprint_ = "";
+ suiteName_ = "";
bitField0_ = (bitField0_ & ~0x00000800);
- passedTestCaseCount_ = 0;
+ buildSystemFingerprint_ = "";
bitField0_ = (bitField0_ & ~0x00001000);
- failedTestCaseCount_ = 0;
+ buildVendorFingerprint_ = "";
bitField0_ = (bitField0_ & ~0x00002000);
- modulesDone_ = 0;
+ passedTestCaseCount_ = 0;
bitField0_ = (bitField0_ & ~0x00004000);
- modulesTotal_ = 0;
+ failedTestCaseCount_ = 0;
bitField0_ = (bitField0_ & ~0x00008000);
+ modulesDone_ = 0;
+ bitField0_ = (bitField0_ & ~0x00010000);
+ modulesTotal_ = 0;
+ bitField0_ = (bitField0_ & ~0x00020000);
return this;
}
@@ -1504,62 +1688,70 @@ public final class TestSuiteResultMessageProto {
if (((from_bitField0_ & 0x00000002) == 0x00000002)) {
to_bitField0_ |= 0x00000002;
}
- result.branch_ = branch_;
+ result.resultPath_ = resultPath_;
if (((from_bitField0_ & 0x00000004) == 0x00000004)) {
to_bitField0_ |= 0x00000004;
}
- result.target_ = target_;
+ result.branch_ = branch_;
if (((from_bitField0_ & 0x00000008) == 0x00000008)) {
to_bitField0_ |= 0x00000008;
}
- result.buildId_ = buildId_;
+ result.target_ = target_;
if (((from_bitField0_ & 0x00000010) == 0x00000010)) {
to_bitField0_ |= 0x00000010;
}
- result.suitePlan_ = suitePlan_;
+ result.buildId_ = buildId_;
if (((from_bitField0_ & 0x00000020) == 0x00000020)) {
to_bitField0_ |= 0x00000020;
}
- result.suiteVersion_ = suiteVersion_;
+ result.suitePlan_ = suitePlan_;
if (((from_bitField0_ & 0x00000040) == 0x00000040)) {
to_bitField0_ |= 0x00000040;
}
- result.suiteBuildNumber_ = suiteBuildNumber_;
+ result.suiteVersion_ = suiteVersion_;
if (((from_bitField0_ & 0x00000080) == 0x00000080)) {
to_bitField0_ |= 0x00000080;
}
- result.startTime_ = startTime_;
+ result.suiteBuildNumber_ = suiteBuildNumber_;
if (((from_bitField0_ & 0x00000100) == 0x00000100)) {
to_bitField0_ |= 0x00000100;
}
- result.endTime_ = endTime_;
+ result.startTime_ = startTime_;
if (((from_bitField0_ & 0x00000200) == 0x00000200)) {
to_bitField0_ |= 0x00000200;
}
- result.hostName_ = hostName_;
+ result.endTime_ = endTime_;
if (((from_bitField0_ & 0x00000400) == 0x00000400)) {
to_bitField0_ |= 0x00000400;
}
- result.buildSystemFingerprint_ = buildSystemFingerprint_;
+ result.hostName_ = hostName_;
if (((from_bitField0_ & 0x00000800) == 0x00000800)) {
to_bitField0_ |= 0x00000800;
}
- result.buildVendorFingerprint_ = buildVendorFingerprint_;
+ result.suiteName_ = suiteName_;
if (((from_bitField0_ & 0x00001000) == 0x00001000)) {
to_bitField0_ |= 0x00001000;
}
- result.passedTestCaseCount_ = passedTestCaseCount_;
+ result.buildSystemFingerprint_ = buildSystemFingerprint_;
if (((from_bitField0_ & 0x00002000) == 0x00002000)) {
to_bitField0_ |= 0x00002000;
}
- result.failedTestCaseCount_ = failedTestCaseCount_;
+ result.buildVendorFingerprint_ = buildVendorFingerprint_;
if (((from_bitField0_ & 0x00004000) == 0x00004000)) {
to_bitField0_ |= 0x00004000;
}
- result.modulesDone_ = modulesDone_;
+ result.passedTestCaseCount_ = passedTestCaseCount_;
if (((from_bitField0_ & 0x00008000) == 0x00008000)) {
to_bitField0_ |= 0x00008000;
}
+ result.failedTestCaseCount_ = failedTestCaseCount_;
+ if (((from_bitField0_ & 0x00010000) == 0x00010000)) {
+ to_bitField0_ |= 0x00010000;
+ }
+ result.modulesDone_ = modulesDone_;
+ if (((from_bitField0_ & 0x00020000) == 0x00020000)) {
+ to_bitField0_ |= 0x00020000;
+ }
result.modulesTotal_ = modulesTotal_;
result.bitField0_ = to_bitField0_;
onBuilt();
@@ -1608,33 +1800,38 @@ public final class TestSuiteResultMessageProto {
accessToken_ = other.accessToken_;
onChanged();
}
- if (other.hasBranch()) {
+ if (other.hasResultPath()) {
bitField0_ |= 0x00000002;
+ resultPath_ = other.resultPath_;
+ onChanged();
+ }
+ if (other.hasBranch()) {
+ bitField0_ |= 0x00000004;
branch_ = other.branch_;
onChanged();
}
if (other.hasTarget()) {
- bitField0_ |= 0x00000004;
+ bitField0_ |= 0x00000008;
target_ = other.target_;
onChanged();
}
if (other.hasBuildId()) {
- bitField0_ |= 0x00000008;
+ bitField0_ |= 0x00000010;
buildId_ = other.buildId_;
onChanged();
}
if (other.hasSuitePlan()) {
- bitField0_ |= 0x00000010;
+ bitField0_ |= 0x00000020;
suitePlan_ = other.suitePlan_;
onChanged();
}
if (other.hasSuiteVersion()) {
- bitField0_ |= 0x00000020;
+ bitField0_ |= 0x00000040;
suiteVersion_ = other.suiteVersion_;
onChanged();
}
if (other.hasSuiteBuildNumber()) {
- bitField0_ |= 0x00000040;
+ bitField0_ |= 0x00000080;
suiteBuildNumber_ = other.suiteBuildNumber_;
onChanged();
}
@@ -1645,17 +1842,22 @@ public final class TestSuiteResultMessageProto {
setEndTime(other.getEndTime());
}
if (other.hasHostName()) {
- bitField0_ |= 0x00000200;
+ bitField0_ |= 0x00000400;
hostName_ = other.hostName_;
onChanged();
}
+ if (other.hasSuiteName()) {
+ bitField0_ |= 0x00000800;
+ suiteName_ = other.suiteName_;
+ onChanged();
+ }
if (other.hasBuildSystemFingerprint()) {
- bitField0_ |= 0x00000400;
+ bitField0_ |= 0x00001000;
buildSystemFingerprint_ = other.buildSystemFingerprint_;
onChanged();
}
if (other.hasBuildVendorFingerprint()) {
- bitField0_ |= 0x00000800;
+ bitField0_ |= 0x00002000;
buildVendorFingerprint_ = other.buildVendorFingerprint_;
onChanged();
}
@@ -1808,6 +2010,106 @@ public final class TestSuiteResultMessageProto {
return this;
}
+ private java.lang.Object resultPath_ = "";
+ /**
+ * <pre>
+ * GCS path to the corresponding result files
+ * </pre>
+ *
+ * <code>optional string result_path = 2;</code>
+ */
+ public boolean hasResultPath() {
+ return ((bitField0_ & 0x00000002) == 0x00000002);
+ }
+ /**
+ * <pre>
+ * GCS path to the corresponding result files
+ * </pre>
+ *
+ * <code>optional string result_path = 2;</code>
+ */
+ public java.lang.String getResultPath() {
+ java.lang.Object ref = resultPath_;
+ if (!(ref instanceof java.lang.String)) {
+ com.google.protobuf.ByteString bs =
+ (com.google.protobuf.ByteString) ref;
+ java.lang.String s = bs.toStringUtf8();
+ if (bs.isValidUtf8()) {
+ resultPath_ = s;
+ }
+ return s;
+ } else {
+ return (java.lang.String) ref;
+ }
+ }
+ /**
+ * <pre>
+ * GCS path to the corresponding result files
+ * </pre>
+ *
+ * <code>optional string result_path = 2;</code>
+ */
+ public com.google.protobuf.ByteString
+ getResultPathBytes() {
+ java.lang.Object ref = resultPath_;
+ if (ref instanceof String) {
+ com.google.protobuf.ByteString b =
+ com.google.protobuf.ByteString.copyFromUtf8(
+ (java.lang.String) ref);
+ resultPath_ = b;
+ return b;
+ } else {
+ return (com.google.protobuf.ByteString) ref;
+ }
+ }
+ /**
+ * <pre>
+ * GCS path to the corresponding result files
+ * </pre>
+ *
+ * <code>optional string result_path = 2;</code>
+ */
+ public Builder setResultPath(
+ java.lang.String value) {
+ if (value == null) {
+ throw new NullPointerException();
+ }
+ bitField0_ |= 0x00000002;
+ resultPath_ = value;
+ onChanged();
+ return this;
+ }
+ /**
+ * <pre>
+ * GCS path to the corresponding result files
+ * </pre>
+ *
+ * <code>optional string result_path = 2;</code>
+ */
+ public Builder clearResultPath() {
+ bitField0_ = (bitField0_ & ~0x00000002);
+ resultPath_ = getDefaultInstance().getResultPath();
+ onChanged();
+ return this;
+ }
+ /**
+ * <pre>
+ * GCS path to the corresponding result files
+ * </pre>
+ *
+ * <code>optional string result_path = 2;</code>
+ */
+ public Builder setResultPathBytes(
+ com.google.protobuf.ByteString value) {
+ if (value == null) {
+ throw new NullPointerException();
+ }
+ bitField0_ |= 0x00000002;
+ resultPath_ = value;
+ onChanged();
+ return this;
+ }
+
private java.lang.Object branch_ = "";
/**
* <pre>
@@ -1817,7 +2119,7 @@ public final class TestSuiteResultMessageProto {
* <code>required string branch = 11;</code>
*/
public boolean hasBranch() {
- return ((bitField0_ & 0x00000002) == 0x00000002);
+ return ((bitField0_ & 0x00000004) == 0x00000004);
}
/**
* <pre>
@@ -1872,7 +2174,7 @@ public final class TestSuiteResultMessageProto {
if (value == null) {
throw new NullPointerException();
}
- bitField0_ |= 0x00000002;
+ bitField0_ |= 0x00000004;
branch_ = value;
onChanged();
return this;
@@ -1885,7 +2187,7 @@ public final class TestSuiteResultMessageProto {
* <code>required string branch = 11;</code>
*/
public Builder clearBranch() {
- bitField0_ = (bitField0_ & ~0x00000002);
+ bitField0_ = (bitField0_ & ~0x00000004);
branch_ = getDefaultInstance().getBranch();
onChanged();
return this;
@@ -1902,7 +2204,7 @@ public final class TestSuiteResultMessageProto {
if (value == null) {
throw new NullPointerException();
}
- bitField0_ |= 0x00000002;
+ bitField0_ |= 0x00000004;
branch_ = value;
onChanged();
return this;
@@ -1913,7 +2215,7 @@ public final class TestSuiteResultMessageProto {
* <code>required string target = 12;</code>
*/
public boolean hasTarget() {
- return ((bitField0_ & 0x00000004) == 0x00000004);
+ return ((bitField0_ & 0x00000008) == 0x00000008);
}
/**
* <code>required string target = 12;</code>
@@ -1956,7 +2258,7 @@ public final class TestSuiteResultMessageProto {
if (value == null) {
throw new NullPointerException();
}
- bitField0_ |= 0x00000004;
+ bitField0_ |= 0x00000008;
target_ = value;
onChanged();
return this;
@@ -1965,7 +2267,7 @@ public final class TestSuiteResultMessageProto {
* <code>required string target = 12;</code>
*/
public Builder clearTarget() {
- bitField0_ = (bitField0_ & ~0x00000004);
+ bitField0_ = (bitField0_ & ~0x00000008);
target_ = getDefaultInstance().getTarget();
onChanged();
return this;
@@ -1978,7 +2280,7 @@ public final class TestSuiteResultMessageProto {
if (value == null) {
throw new NullPointerException();
}
- bitField0_ |= 0x00000004;
+ bitField0_ |= 0x00000008;
target_ = value;
onChanged();
return this;
@@ -1989,7 +2291,7 @@ public final class TestSuiteResultMessageProto {
* <code>required string build_id = 13;</code>
*/
public boolean hasBuildId() {
- return ((bitField0_ & 0x00000008) == 0x00000008);
+ return ((bitField0_ & 0x00000010) == 0x00000010);
}
/**
* <code>required string build_id = 13;</code>
@@ -2032,7 +2334,7 @@ public final class TestSuiteResultMessageProto {
if (value == null) {
throw new NullPointerException();
}
- bitField0_ |= 0x00000008;
+ bitField0_ |= 0x00000010;
buildId_ = value;
onChanged();
return this;
@@ -2041,7 +2343,7 @@ public final class TestSuiteResultMessageProto {
* <code>required string build_id = 13;</code>
*/
public Builder clearBuildId() {
- bitField0_ = (bitField0_ & ~0x00000008);
+ bitField0_ = (bitField0_ & ~0x00000010);
buildId_ = getDefaultInstance().getBuildId();
onChanged();
return this;
@@ -2054,7 +2356,7 @@ public final class TestSuiteResultMessageProto {
if (value == null) {
throw new NullPointerException();
}
- bitField0_ |= 0x00000008;
+ bitField0_ |= 0x00000010;
buildId_ = value;
onChanged();
return this;
@@ -2069,7 +2371,7 @@ public final class TestSuiteResultMessageProto {
* <code>optional string suite_plan = 21;</code>
*/
public boolean hasSuitePlan() {
- return ((bitField0_ & 0x00000010) == 0x00000010);
+ return ((bitField0_ & 0x00000020) == 0x00000020);
}
/**
* <pre>
@@ -2124,7 +2426,7 @@ public final class TestSuiteResultMessageProto {
if (value == null) {
throw new NullPointerException();
}
- bitField0_ |= 0x00000010;
+ bitField0_ |= 0x00000020;
suitePlan_ = value;
onChanged();
return this;
@@ -2137,7 +2439,7 @@ public final class TestSuiteResultMessageProto {
* <code>optional string suite_plan = 21;</code>
*/
public Builder clearSuitePlan() {
- bitField0_ = (bitField0_ & ~0x00000010);
+ bitField0_ = (bitField0_ & ~0x00000020);
suitePlan_ = getDefaultInstance().getSuitePlan();
onChanged();
return this;
@@ -2154,7 +2456,7 @@ public final class TestSuiteResultMessageProto {
if (value == null) {
throw new NullPointerException();
}
- bitField0_ |= 0x00000010;
+ bitField0_ |= 0x00000020;
suitePlan_ = value;
onChanged();
return this;
@@ -2165,7 +2467,7 @@ public final class TestSuiteResultMessageProto {
* <code>optional string suite_version = 22;</code>
*/
public boolean hasSuiteVersion() {
- return ((bitField0_ & 0x00000020) == 0x00000020);
+ return ((bitField0_ & 0x00000040) == 0x00000040);
}
/**
* <code>optional string suite_version = 22;</code>
@@ -2208,7 +2510,7 @@ public final class TestSuiteResultMessageProto {
if (value == null) {
throw new NullPointerException();
}
- bitField0_ |= 0x00000020;
+ bitField0_ |= 0x00000040;
suiteVersion_ = value;
onChanged();
return this;
@@ -2217,7 +2519,7 @@ public final class TestSuiteResultMessageProto {
* <code>optional string suite_version = 22;</code>
*/
public Builder clearSuiteVersion() {
- bitField0_ = (bitField0_ & ~0x00000020);
+ bitField0_ = (bitField0_ & ~0x00000040);
suiteVersion_ = getDefaultInstance().getSuiteVersion();
onChanged();
return this;
@@ -2230,7 +2532,7 @@ public final class TestSuiteResultMessageProto {
if (value == null) {
throw new NullPointerException();
}
- bitField0_ |= 0x00000020;
+ bitField0_ |= 0x00000040;
suiteVersion_ = value;
onChanged();
return this;
@@ -2241,7 +2543,7 @@ public final class TestSuiteResultMessageProto {
* <code>optional string suite_build_number = 23;</code>
*/
public boolean hasSuiteBuildNumber() {
- return ((bitField0_ & 0x00000040) == 0x00000040);
+ return ((bitField0_ & 0x00000080) == 0x00000080);
}
/**
* <code>optional string suite_build_number = 23;</code>
@@ -2284,7 +2586,7 @@ public final class TestSuiteResultMessageProto {
if (value == null) {
throw new NullPointerException();
}
- bitField0_ |= 0x00000040;
+ bitField0_ |= 0x00000080;
suiteBuildNumber_ = value;
onChanged();
return this;
@@ -2293,7 +2595,7 @@ public final class TestSuiteResultMessageProto {
* <code>optional string suite_build_number = 23;</code>
*/
public Builder clearSuiteBuildNumber() {
- bitField0_ = (bitField0_ & ~0x00000040);
+ bitField0_ = (bitField0_ & ~0x00000080);
suiteBuildNumber_ = getDefaultInstance().getSuiteBuildNumber();
onChanged();
return this;
@@ -2306,7 +2608,7 @@ public final class TestSuiteResultMessageProto {
if (value == null) {
throw new NullPointerException();
}
- bitField0_ |= 0x00000040;
+ bitField0_ |= 0x00000080;
suiteBuildNumber_ = value;
onChanged();
return this;
@@ -2317,7 +2619,7 @@ public final class TestSuiteResultMessageProto {
* <code>optional int64 start_time = 24;</code>
*/
public boolean hasStartTime() {
- return ((bitField0_ & 0x00000080) == 0x00000080);
+ return ((bitField0_ & 0x00000100) == 0x00000100);
}
/**
* <code>optional int64 start_time = 24;</code>
@@ -2329,7 +2631,7 @@ public final class TestSuiteResultMessageProto {
* <code>optional int64 start_time = 24;</code>
*/
public Builder setStartTime(long value) {
- bitField0_ |= 0x00000080;
+ bitField0_ |= 0x00000100;
startTime_ = value;
onChanged();
return this;
@@ -2338,7 +2640,7 @@ public final class TestSuiteResultMessageProto {
* <code>optional int64 start_time = 24;</code>
*/
public Builder clearStartTime() {
- bitField0_ = (bitField0_ & ~0x00000080);
+ bitField0_ = (bitField0_ & ~0x00000100);
startTime_ = 0L;
onChanged();
return this;
@@ -2349,7 +2651,7 @@ public final class TestSuiteResultMessageProto {
* <code>optional int64 end_time = 25;</code>
*/
public boolean hasEndTime() {
- return ((bitField0_ & 0x00000100) == 0x00000100);
+ return ((bitField0_ & 0x00000200) == 0x00000200);
}
/**
* <code>optional int64 end_time = 25;</code>
@@ -2361,7 +2663,7 @@ public final class TestSuiteResultMessageProto {
* <code>optional int64 end_time = 25;</code>
*/
public Builder setEndTime(long value) {
- bitField0_ |= 0x00000100;
+ bitField0_ |= 0x00000200;
endTime_ = value;
onChanged();
return this;
@@ -2370,7 +2672,7 @@ public final class TestSuiteResultMessageProto {
* <code>optional int64 end_time = 25;</code>
*/
public Builder clearEndTime() {
- bitField0_ = (bitField0_ & ~0x00000100);
+ bitField0_ = (bitField0_ & ~0x00000200);
endTime_ = 0L;
onChanged();
return this;
@@ -2381,7 +2683,7 @@ public final class TestSuiteResultMessageProto {
* <code>optional string host_name = 26;</code>
*/
public boolean hasHostName() {
- return ((bitField0_ & 0x00000200) == 0x00000200);
+ return ((bitField0_ & 0x00000400) == 0x00000400);
}
/**
* <code>optional string host_name = 26;</code>
@@ -2424,7 +2726,7 @@ public final class TestSuiteResultMessageProto {
if (value == null) {
throw new NullPointerException();
}
- bitField0_ |= 0x00000200;
+ bitField0_ |= 0x00000400;
hostName_ = value;
onChanged();
return this;
@@ -2433,7 +2735,7 @@ public final class TestSuiteResultMessageProto {
* <code>optional string host_name = 26;</code>
*/
public Builder clearHostName() {
- bitField0_ = (bitField0_ & ~0x00000200);
+ bitField0_ = (bitField0_ & ~0x00000400);
hostName_ = getDefaultInstance().getHostName();
onChanged();
return this;
@@ -2446,12 +2748,88 @@ public final class TestSuiteResultMessageProto {
if (value == null) {
throw new NullPointerException();
}
- bitField0_ |= 0x00000200;
+ bitField0_ |= 0x00000400;
hostName_ = value;
onChanged();
return this;
}
+ private java.lang.Object suiteName_ = "";
+ /**
+ * <code>optional string suite_name = 27;</code>
+ */
+ public boolean hasSuiteName() {
+ return ((bitField0_ & 0x00000800) == 0x00000800);
+ }
+ /**
+ * <code>optional string suite_name = 27;</code>
+ */
+ public java.lang.String getSuiteName() {
+ java.lang.Object ref = suiteName_;
+ if (!(ref instanceof java.lang.String)) {
+ com.google.protobuf.ByteString bs =
+ (com.google.protobuf.ByteString) ref;
+ java.lang.String s = bs.toStringUtf8();
+ if (bs.isValidUtf8()) {
+ suiteName_ = s;
+ }
+ return s;
+ } else {
+ return (java.lang.String) ref;
+ }
+ }
+ /**
+ * <code>optional string suite_name = 27;</code>
+ */
+ public com.google.protobuf.ByteString
+ getSuiteNameBytes() {
+ java.lang.Object ref = suiteName_;
+ if (ref instanceof String) {
+ com.google.protobuf.ByteString b =
+ com.google.protobuf.ByteString.copyFromUtf8(
+ (java.lang.String) ref);
+ suiteName_ = b;
+ return b;
+ } else {
+ return (com.google.protobuf.ByteString) ref;
+ }
+ }
+ /**
+ * <code>optional string suite_name = 27;</code>
+ */
+ public Builder setSuiteName(
+ java.lang.String value) {
+ if (value == null) {
+ throw new NullPointerException();
+ }
+ bitField0_ |= 0x00000800;
+ suiteName_ = value;
+ onChanged();
+ return this;
+ }
+ /**
+ * <code>optional string suite_name = 27;</code>
+ */
+ public Builder clearSuiteName() {
+ bitField0_ = (bitField0_ & ~0x00000800);
+ suiteName_ = getDefaultInstance().getSuiteName();
+ onChanged();
+ return this;
+ }
+ /**
+ * <code>optional string suite_name = 27;</code>
+ */
+ public Builder setSuiteNameBytes(
+ com.google.protobuf.ByteString value) {
+ if (value == null) {
+ throw new NullPointerException();
+ }
+ bitField0_ |= 0x00000800;
+ suiteName_ = value;
+ onChanged();
+ return this;
+ }
+
private java.lang.Object buildSystemFingerprint_ = "";
/**
* <pre>
@@ -2461,7 +2839,7 @@ public final class TestSuiteResultMessageProto {
* <code>optional string build_system_fingerprint = 31;</code>
*/
public boolean hasBuildSystemFingerprint() {
- return ((bitField0_ & 0x00000400) == 0x00000400);
+ return ((bitField0_ & 0x00001000) == 0x00001000);
}
/**
* <pre>
@@ -2516,7 +2894,7 @@ public final class TestSuiteResultMessageProto {
if (value == null) {
throw new NullPointerException();
}
- bitField0_ |= 0x00000400;
+ bitField0_ |= 0x00001000;
buildSystemFingerprint_ = value;
onChanged();
return this;
@@ -2529,7 +2907,7 @@ public final class TestSuiteResultMessageProto {
* <code>optional string build_system_fingerprint = 31;</code>
*/
public Builder clearBuildSystemFingerprint() {
- bitField0_ = (bitField0_ & ~0x00000400);
+ bitField0_ = (bitField0_ & ~0x00001000);
buildSystemFingerprint_ = getDefaultInstance().getBuildSystemFingerprint();
onChanged();
return this;
@@ -2546,7 +2924,7 @@ public final class TestSuiteResultMessageProto {
if (value == null) {
throw new NullPointerException();
}
- bitField0_ |= 0x00000400;
+ bitField0_ |= 0x00001000;
buildSystemFingerprint_ = value;
onChanged();
return this;
@@ -2557,7 +2935,7 @@ public final class TestSuiteResultMessageProto {
* <code>optional string build_vendor_fingerprint = 32;</code>
*/
public boolean hasBuildVendorFingerprint() {
- return ((bitField0_ & 0x00000800) == 0x00000800);
+ return ((bitField0_ & 0x00002000) == 0x00002000);
}
/**
* <code>optional string build_vendor_fingerprint = 32;</code>
@@ -2600,7 +2978,7 @@ public final class TestSuiteResultMessageProto {
if (value == null) {
throw new NullPointerException();
}
- bitField0_ |= 0x00000800;
+ bitField0_ |= 0x00002000;
buildVendorFingerprint_ = value;
onChanged();
return this;
@@ -2609,7 +2987,7 @@ public final class TestSuiteResultMessageProto {
* <code>optional string build_vendor_fingerprint = 32;</code>
*/
public Builder clearBuildVendorFingerprint() {
- bitField0_ = (bitField0_ & ~0x00000800);
+ bitField0_ = (bitField0_ & ~0x00002000);
buildVendorFingerprint_ = getDefaultInstance().getBuildVendorFingerprint();
onChanged();
return this;
@@ -2622,7 +3000,7 @@ public final class TestSuiteResultMessageProto {
if (value == null) {
throw new NullPointerException();
}
- bitField0_ |= 0x00000800;
+ bitField0_ |= 0x00002000;
buildVendorFingerprint_ = value;
onChanged();
return this;
@@ -2637,7 +3015,7 @@ public final class TestSuiteResultMessageProto {
* <code>optional int32 passed_test_case_count = 41;</code>
*/
public boolean hasPassedTestCaseCount() {
- return ((bitField0_ & 0x00001000) == 0x00001000);
+ return ((bitField0_ & 0x00004000) == 0x00004000);
}
/**
* <pre>
@@ -2657,7 +3035,7 @@ public final class TestSuiteResultMessageProto {
* <code>optional int32 passed_test_case_count = 41;</code>
*/
public Builder setPassedTestCaseCount(int value) {
- bitField0_ |= 0x00001000;
+ bitField0_ |= 0x00004000;
passedTestCaseCount_ = value;
onChanged();
return this;
@@ -2670,7 +3048,7 @@ public final class TestSuiteResultMessageProto {
* <code>optional int32 passed_test_case_count = 41;</code>
*/
public Builder clearPassedTestCaseCount() {
- bitField0_ = (bitField0_ & ~0x00001000);
+ bitField0_ = (bitField0_ & ~0x00004000);
passedTestCaseCount_ = 0;
onChanged();
return this;
@@ -2681,7 +3059,7 @@ public final class TestSuiteResultMessageProto {
* <code>optional int32 failed_test_case_count = 42;</code>
*/
public boolean hasFailedTestCaseCount() {
- return ((bitField0_ & 0x00002000) == 0x00002000);
+ return ((bitField0_ & 0x00008000) == 0x00008000);
}
/**
* <code>optional int32 failed_test_case_count = 42;</code>
@@ -2693,7 +3071,7 @@ public final class TestSuiteResultMessageProto {
* <code>optional int32 failed_test_case_count = 42;</code>
*/
public Builder setFailedTestCaseCount(int value) {
- bitField0_ |= 0x00002000;
+ bitField0_ |= 0x00008000;
failedTestCaseCount_ = value;
onChanged();
return this;
@@ -2702,7 +3080,7 @@ public final class TestSuiteResultMessageProto {
* <code>optional int32 failed_test_case_count = 42;</code>
*/
public Builder clearFailedTestCaseCount() {
- bitField0_ = (bitField0_ & ~0x00002000);
+ bitField0_ = (bitField0_ & ~0x00008000);
failedTestCaseCount_ = 0;
onChanged();
return this;
@@ -2713,7 +3091,7 @@ public final class TestSuiteResultMessageProto {
* <code>optional int32 modules_done = 43;</code>
*/
public boolean hasModulesDone() {
- return ((bitField0_ & 0x00004000) == 0x00004000);
+ return ((bitField0_ & 0x00010000) == 0x00010000);
}
/**
* <code>optional int32 modules_done = 43;</code>
@@ -2725,7 +3103,7 @@ public final class TestSuiteResultMessageProto {
* <code>optional int32 modules_done = 43;</code>
*/
public Builder setModulesDone(int value) {
- bitField0_ |= 0x00004000;
+ bitField0_ |= 0x00010000;
modulesDone_ = value;
onChanged();
return this;
@@ -2734,7 +3112,7 @@ public final class TestSuiteResultMessageProto {
* <code>optional int32 modules_done = 43;</code>
*/
public Builder clearModulesDone() {
- bitField0_ = (bitField0_ & ~0x00004000);
+ bitField0_ = (bitField0_ & ~0x00010000);
modulesDone_ = 0;
onChanged();
return this;
@@ -2745,7 +3123,7 @@ public final class TestSuiteResultMessageProto {
* <code>optional int32 modules_total = 44;</code>
*/
public boolean hasModulesTotal() {
- return ((bitField0_ & 0x00008000) == 0x00008000);
+ return ((bitField0_ & 0x00020000) == 0x00020000);
}
/**
* <code>optional int32 modules_total = 44;</code>
@@ -2757,7 +3135,7 @@ public final class TestSuiteResultMessageProto {
* <code>optional int32 modules_total = 44;</code>
*/
public Builder setModulesTotal(int value) {
- bitField0_ |= 0x00008000;
+ bitField0_ |= 0x00020000;
modulesTotal_ = value;
onChanged();
return this;
@@ -2766,7 +3144,7 @@ public final class TestSuiteResultMessageProto {
* <code>optional int32 modules_total = 44;</code>
*/
public Builder clearModulesTotal() {
- bitField0_ = (bitField0_ & ~0x00008000);
+ bitField0_ = (bitField0_ & ~0x00020000);
modulesTotal_ = 0;
onChanged();
return this;
@@ -2835,18 +3213,19 @@ public final class TestSuiteResultMessageProto {
static {
java.lang.String[] descriptorData = {
"\n\"proto/TestSuiteResultMessage.proto\022\013an" +
- "droid.vts\"\221\003\n\026TestSuiteResultMessage\022\024\n\014" +
- "access_token\030\001 \001(\t\022\016\n\006branch\030\013 \002(\t\022\016\n\006ta" +
- "rget\030\014 \002(\t\022\020\n\010build_id\030\r \002(\t\022\022\n\nsuite_pl" +
- "an\030\025 \001(\t\022\025\n\rsuite_version\030\026 \001(\t\022\032\n\022suite" +
- "_build_number\030\027 \001(\t\022\022\n\nstart_time\030\030 \001(\003\022" +
- "\020\n\010end_time\030\031 \001(\003\022\021\n\thost_name\030\032 \001(\t\022 \n\030" +
- "build_system_fingerprint\030\037 \001(\t\022 \n\030build_" +
- "vendor_fingerprint\030 \001(\t\022\036\n\026passed_test_" +
- "case_count\030) \001(\005\022\036\n\026failed_test_case_cou",
- "nt\030* \001(\005\022\024\n\014modules_done\030+ \001(\005\022\025\n\rmodule" +
- "s_total\030, \001(\005B6\n\025com.android.vts.protoB\033" +
- "TestSuiteResultMessageProtoP\000"
+ "droid.vts\"\272\003\n\026TestSuiteResultMessage\022\024\n\014" +
+ "access_token\030\001 \001(\t\022\023\n\013result_path\030\002 \001(\t\022" +
+ "\016\n\006branch\030\013 \002(\t\022\016\n\006target\030\014 \002(\t\022\020\n\010build" +
+ "_id\030\r \002(\t\022\022\n\nsuite_plan\030\025 \001(\t\022\025\n\rsuite_v" +
+ "ersion\030\026 \001(\t\022\032\n\022suite_build_number\030\027 \001(\t" +
+ "\022\022\n\nstart_time\030\030 \001(\003\022\020\n\010end_time\030\031 \001(\003\022\021" +
+ "\n\thost_name\030\032 \001(\t\022\022\n\nsuite_name\030\033 \001(\t\022 \n" +
+ "\030build_system_fingerprint\030\037 \001(\t\022 \n\030build" +
+ "_vendor_fingerprint\030 \001(\t\022\036\n\026passed_test",
+ "_case_count\030) \001(\005\022\036\n\026failed_test_case_co" +
+ "unt\030* \001(\005\022\024\n\014modules_done\030+ \001(\005\022\025\n\rmodul" +
+ "es_total\030, \001(\005B6\n\025com.android.vts.protoB" +
+ "\033TestSuiteResultMessageProtoP\000"
};
com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =
new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() {
@@ -2865,7 +3244,7 @@ public final class TestSuiteResultMessageProto {
internal_static_android_vts_TestSuiteResultMessage_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_android_vts_TestSuiteResultMessage_descriptor,
- new java.lang.String[] { "AccessToken", "Branch", "Target", "BuildId", "SuitePlan", "SuiteVersion", "SuiteBuildNumber", "StartTime", "EndTime", "HostName", "BuildSystemFingerprint", "BuildVendorFingerprint", "PassedTestCaseCount", "FailedTestCaseCount", "ModulesDone", "ModulesTotal", });
+ new java.lang.String[] { "AccessToken", "ResultPath", "Branch", "Target", "BuildId", "SuitePlan", "SuiteVersion", "SuiteBuildNumber", "StartTime", "EndTime", "HostName", "SuiteName", "BuildSystemFingerprint", "BuildVendorFingerprint", "PassedTestCaseCount", "FailedTestCaseCount", "ModulesDone", "ModulesTotal", });
}
// @@protoc_insertion_point(outer_class_scope)