@@ -483,10 +483,10 @@ public final boolean isInitialized() {
|
483 | 483 |
|
484 | 484 | @java.lang.Override
|
485 | 485 | public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
|
486 |
| -if (!getNameBytes().isEmpty()) { |
| 486 | +if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { |
487 | 487 | com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_);
|
488 | 488 | }
|
489 |
| -if (!getFirebaseAppIdBytes().isEmpty()) { |
| 489 | +if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(firebaseAppId_)) { |
490 | 490 | com.google.protobuf.GeneratedMessageV3.writeString(output, 2, firebaseAppId_);
|
491 | 491 | }
|
492 | 492 | if (createTime_ != null) {
|
@@ -495,10 +495,10 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io
|
495 | 495 | if (updateTime_ != null) {
|
496 | 496 | output.writeMessage(4, getUpdateTime());
|
497 | 497 | }
|
498 |
| -if (!getPackageNameBytes().isEmpty()) { |
| 498 | +if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(packageName_)) { |
499 | 499 | com.google.protobuf.GeneratedMessageV3.writeString(output, 5, packageName_);
|
500 | 500 | }
|
501 |
| -if (!getDisplayNameBytes().isEmpty()) { |
| 501 | +if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(displayName_)) { |
502 | 502 | com.google.protobuf.GeneratedMessageV3.writeString(output, 6, displayName_);
|
503 | 503 | }
|
504 | 504 | unknownFields.writeTo(output);
|
@@ -510,10 +510,10 @@ public int getSerializedSize() {
|
510 | 510 | if (size != -1) return size;
|
511 | 511 |
|
512 | 512 | size = 0;
|
513 |
| -if (!getNameBytes().isEmpty()) { |
| 513 | +if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { |
514 | 514 | size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_);
|
515 | 515 | }
|
516 |
| -if (!getFirebaseAppIdBytes().isEmpty()) { |
| 516 | +if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(firebaseAppId_)) { |
517 | 517 | size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, firebaseAppId_);
|
518 | 518 | }
|
519 | 519 | if (createTime_ != null) {
|
@@ -522,10 +522,10 @@ public int getSerializedSize() {
|
522 | 522 | if (updateTime_ != null) {
|
523 | 523 | size += com.google.protobuf.CodedOutputStream.computeMessageSize(4, getUpdateTime());
|
524 | 524 | }
|
525 |
| -if (!getPackageNameBytes().isEmpty()) { |
| 525 | +if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(packageName_)) { |
526 | 526 | size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, packageName_);
|
527 | 527 | }
|
528 |
| -if (!getDisplayNameBytes().isEmpty()) { |
| 528 | +if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(displayName_)) { |
529 | 529 | size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, displayName_);
|
530 | 530 | }
|
531 | 531 | size += unknownFields.getSerializedSize();
|
|
0 commit comments