This repository was archived by the owner on Sep 9, 2023. It is now read-only.

File tree

108 files changed

+332
-332
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searcx below for content that may be hidden.

108 files changed

+332
-332
lines changed
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ public final boolean isInitialized() {
444444

445445
@java.lang.Override
446446
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
447-
if (!getNameBytes().isEmpty()) {
447+
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
448448
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_);
449449
}
450450
if (createTime_ != null) {
@@ -453,10 +453,10 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io
453453
if (updateTime_ != null) {
454454
output.writeMessage(3, getUpdateTime());
455455
}
456-
if (!getDisplayNameBytes().isEmpty()) {
456+
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(displayName_)) {
457457
com.google.protobuf.GeneratedMessageV3.writeString(output, 4, displayName_);
458458
}
459-
if (!getRegionCodeBytes().isEmpty()) {
459+
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(regionCode_)) {
460460
com.google.protobuf.GeneratedMessageV3.writeString(output, 5, regionCode_);
461461
}
462462
if (deleted_ != false) {
@@ -471,7 +471,7 @@ public int getSerializedSize() {
471471
if (size != -1) return size;
472472

473473
size = 0;
474-
if (!getNameBytes().isEmpty()) {
474+
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
475475
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_);
476476
}
477477
if (createTime_ != null) {
@@ -480,10 +480,10 @@ public int getSerializedSize() {
480480
if (updateTime_ != null) {
481481
size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, getUpdateTime());
482482
}
483-
if (!getDisplayNameBytes().isEmpty()) {
483+
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(displayName_)) {
484484
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, displayName_);
485485
}
486-
if (!getRegionCodeBytes().isEmpty()) {
486+
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(regionCode_)) {
487487
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, regionCode_);
488488
}
489489
if (deleted_ != false) {
Original file line numberDiff line numberDiff line change
@@ -386,13 +386,13 @@ public final boolean isInitialized() {
386386

387387
@java.lang.Override
388388
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
389-
if (!getNameBytes().isEmpty()) {
389+
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
390390
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_);
391391
}
392-
if (!getAccountBytes().isEmpty()) {
392+
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(account_)) {
393393
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, account_);
394394
}
395-
if (!getDisplayNameBytes().isEmpty()) {
395+
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(displayName_)) {
396396
com.google.protobuf.GeneratedMessageV3.writeString(output, 3, displayName_);
397397
}
398398
for (int i = 0; i < propertySummaries_.size(); i++) {
@@ -407,13 +407,13 @@ public int getSerializedSize() {
407407
if (size != -1) return size;
408408

409409
size = 0;
410-
if (!getNameBytes().isEmpty()) {
410+
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
411411
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_);
412412
}
413-
if (!getAccountBytes().isEmpty()) {
413+
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(account_)) {
414414
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, account_);
415415
}
416-
if (!getDisplayNameBytes().isEmpty()) {
416+
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(displayName_)) {
417417
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, displayName_);
418418
}
419419
for (int i = 0; i < propertySummaries_.size(); i++) {
Original file line numberDiff line numberDiff line change
@@ -483,10 +483,10 @@ public final boolean isInitialized() {
483483

484484
@java.lang.Override
485485
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
486-
if (!getNameBytes().isEmpty()) {
486+
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
487487
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_);
488488
}
489-
if (!getFirebaseAppIdBytes().isEmpty()) {
489+
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(firebaseAppId_)) {
490490
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, firebaseAppId_);
491491
}
492492
if (createTime_ != null) {
@@ -495,10 +495,10 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io
495495
if (updateTime_ != null) {
496496
output.writeMessage(4, getUpdateTime());
497497
}
498-
if (!getPackageNameBytes().isEmpty()) {
498+
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(packageName_)) {
499499
com.google.protobuf.GeneratedMessageV3.writeString(output, 5, packageName_);
500500
}
501-
if (!getDisplayNameBytes().isEmpty()) {
501+
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(displayName_)) {
502502
com.google.protobuf.GeneratedMessageV3.writeString(output, 6, displayName_);
503503
}
504504
unknownFields.writeTo(output);
@@ -510,10 +510,10 @@ public int getSerializedSize() {
510510
if (size != -1) return size;
511511

512512
size = 0;
513-
if (!getNameBytes().isEmpty()) {
513+
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
514514
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_);
515515
}
516-
if (!getFirebaseAppIdBytes().isEmpty()) {
516+
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(firebaseAppId_)) {
517517
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, firebaseAppId_);
518518
}
519519
if (createTime_ != null) {
@@ -522,10 +522,10 @@ public int getSerializedSize() {
522522
if (updateTime_ != null) {
523523
size += com.google.protobuf.CodedOutputStream.computeMessageSize(4, getUpdateTime());
524524
}
525-
if (!getPackageNameBytes().isEmpty()) {
525+
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(packageName_)) {
526526
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, packageName_);
527527
}
528-
if (!getDisplayNameBytes().isEmpty()) {
528+
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(displayName_)) {
529529
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, displayName_);
530530
}
531531
size += unknownFields.getSerializedSize();
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ public final boolean isInitialized() {
185185

186186
@java.lang.Override
187187
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
188-
if (!getNameBytes().isEmpty()) {
188+
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
189189
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_);
190190
}
191191
unknownFields.writeTo(output);
@@ -197,7 +197,7 @@ public int getSerializedSize() {
197197
if (size != -1) return size;
198198

199199
size = 0;
200-
if (!getNameBytes().isEmpty()) {
200+
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
201201
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_);
202202
}
203203
size += unknownFields.getSerializedSize();
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ public final boolean isInitialized() {
180180

181181
@java.lang.Override
182182
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
183-
if (!getNameBytes().isEmpty()) {
183+
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
184184
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_);
185185
}
186186
unknownFields.writeTo(output);
@@ -192,7 +192,7 @@ public int getSerializedSize() {
192192
if (size != -1) return size;
193193

194194
size = 0;
195-
if (!getNameBytes().isEmpty()) {
195+
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
196196
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_);
197197
}
198198
size += unknownFields.getSerializedSize();
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ public final boolean isInitialized() {
180180

181181
@java.lang.Override
182182
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
183-
if (!getNameBytes().isEmpty()) {
183+
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
184184
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_);
185185
}
186186
unknownFields.writeTo(output);
@@ -192,7 +192,7 @@ public int getSerializedSize() {
192192
if (size != -1) return size;
193193

194194
size = 0;
195-
if (!getNameBytes().isEmpty()) {
195+
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
196196
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_);
197197
}
198198
size += unknownFields.getSerializedSize();
Original file line numberDiff line numberDiff line change
@@ -402,10 +402,10 @@ public final boolean isInitialized() {
402402

403403
@java.lang.Override
404404
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
405-
if (!getNameBytes().isEmpty()) {
405+
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
406406
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_);
407407
}
408-
if (!getEmailAddressBytes().isEmpty()) {
408+
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(emailAddress_)) {
409409
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, emailAddress_);
410410
}
411411
for (int i = 0; i < directRoles_.size(); i++) {
@@ -423,10 +423,10 @@ public int getSerializedSize() {
423423
if (size != -1) return size;
424424

425425
size = 0;
426-
if (!getNameBytes().isEmpty()) {
426+
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
427427
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_);
428428
}
429-
if (!getEmailAddressBytes().isEmpty()) {
429+
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(emailAddress_)) {
430430
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, emailAddress_);
431431
}
432432
{
Original file line numberDiff line numberDiff line change
@@ -267,13 +267,13 @@ public final boolean isInitialized() {
267267

268268
@java.lang.Override
269269
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
270-
if (!getParentBytes().isEmpty()) {
270+
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) {
271271
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, parent_);
272272
}
273273
if (pageSize_ != 0) {
274274
output.writeInt32(2, pageSize_);
275275
}
276-
if (!getPageTokenBytes().isEmpty()) {
276+
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(pageToken_)) {
277277
com.google.protobuf.GeneratedMessageV3.writeString(output, 3, pageToken_);
278278
}
279279
unknownFields.writeTo(output);
@@ -285,13 +285,13 @@ public int getSerializedSize() {
285285
if (size != -1) return size;
286286

287287
size = 0;
288-
if (!getParentBytes().isEmpty()) {
288+
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) {
289289
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, parent_);
290290
}
291291
if (pageSize_ != 0) {
292292
size += com.google.protobuf.CodedOutputStream.computeInt32Size(2, pageSize_);
293293
}
294-
if (!getPageTokenBytes().isEmpty()) {
294+
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(pageToken_)) {
295295
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, pageToken_);
296296
}
297297
size += unknownFields.getSerializedSize();
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io
272272
for (int i = 0; i < userLinks_.size(); i++) {
273273
output.writeMessage(1, userLinks_.get(i));
274274
}
275-
if (!getNextPageTokenBytes().isEmpty()) {
275+
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(nextPageToken_)) {
276276
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, nextPageToken_);
277277
}
278278
unknownFields.writeTo(output);
@@ -287,7 +287,7 @@ public int getSerializedSize() {
287287
for (int i = 0; i < userLinks_.size(); i++) {
288288
size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, userLinks_.get(i));
289289
}
290-
if (!getNextPageTokenBytes().isEmpty()) {
290+
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(nextPageToken_)) {
291291
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, nextPageToken_);
292292
}
293293
size += unknownFields.getSerializedSize();
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ public final boolean isInitialized() {
314314

315315
@java.lang.Override
316316
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
317-
if (!getParentBytes().isEmpty()) {
317+
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) {
318318
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, parent_);
319319
}
320320
if (notifyNewUsers_ != false) {
@@ -332,7 +332,7 @@ public int getSerializedSize() {
332332
if (size != -1) return size;
333333

334334
size = 0;
335-
if (!getParentBytes().isEmpty()) {
335+
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) {
336336
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, parent_);
337337
}
338338
if (notifyNewUsers_ != false) {
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ public final boolean isInitialized() {
289289

290290
@java.lang.Override
291291
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
292-
if (!getParentBytes().isEmpty()) {
292+
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) {
293293
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, parent_);
294294
}
295295
for (int i = 0; i < requests_.size(); i++) {
@@ -304,7 +304,7 @@ public int getSerializedSize() {
304304
if (size != -1) return size;
305305

306306
size = 0;
307-
if (!getParentBytes().isEmpty()) {
307+
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) {
308308
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, parent_);
309309
}
310310
for (int i = 0; i < requests_.size(); i++) {
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ public final boolean isInitialized() {
276276

277277
@java.lang.Override
278278
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
279-
if (!getParentBytes().isEmpty()) {
279+
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) {
280280
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, parent_);
281281
}
282282
for (int i = 0; i < names_.size(); i++) {
@@ -291,7 +291,7 @@ public int getSerializedSize() {
291291
if (size != -1) return size;
292292

293293
size = 0;
294-
if (!getParentBytes().isEmpty()) {
294+
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) {
295295
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, parent_);
296296
}
297297
{
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ public final boolean isInitialized() {
289289

290290
@java.lang.Override
291291
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
292-
if (!getParentBytes().isEmpty()) {
292+
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) {
293293
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, parent_);
294294
}
295295
for (int i = 0; i < requests_.size(); i++) {
@@ -304,7 +304,7 @@ public int getSerializedSize() {
304304
if (size != -1) return size;
305305

306306
size = 0;
307-
if (!getParentBytes().isEmpty()) {
307+
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) {
308308
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, parent_);
309309
}
310310
for (int i = 0; i < requests_.size(); i++) {
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ public final boolean isInitialized() {
185185

186186
@java.lang.Override
187187
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
188-
if (!getNameBytes().isEmpty()) {
188+
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
189189
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_);
190190
}
191191
unknownFields.writeTo(output);
@@ -197,7 +197,7 @@ public int getSerializedSize() {
197197
if (size != -1) return size;
198198

199199
size = 0;
200-
if (!getNameBytes().isEmpty()) {
200+
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
201201
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_);
202202
}
203203
size += unknownFields.getSerializedSize();
Original file line numberDiff line numberDiff line change
@@ -6373,7 +6373,7 @@ public final boolean isInitialized() {
63736373

63746374
@java.lang.Override
63756375
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
6376-
if (!getResourceBytes().isEmpty()) {
6376+
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(resource_)) {
63776377
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, resource_);
63786378
}
63796379
if (action_
@@ -6395,7 +6395,7 @@ public int getSerializedSize() {
63956395
if (size != -1) return size;
63966396

63976397
size = 0;
6398-
if (!getResourceBytes().isEmpty()) {
6398+
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(resource_)) {
63996399
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, resource_);
64006400
}
64016401
if (action_

0 commit comments

Comments
 (0)