118 lines
3.8 KiB
Java
118 lines
3.8 KiB
Java
|
package o;
|
||
|
|
||
|
import o.KUw;
|
||
|
import o.MTP;
|
||
|
|
||
|
/* renamed from: o.WuV, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes2.dex */
|
||
|
public final class C1151WuV extends KUw<C1151WuV, Sts> implements LED {
|
||
|
public static final int COMMIT_TIME_FIELD_NUMBER = 4;
|
||
|
private static final C1151WuV DEFAULT_INSTANCE;
|
||
|
private static volatile XgX<C1151WuV> PARSER = null;
|
||
|
public static final int STREAM_ID_FIELD_NUMBER = 1;
|
||
|
public static final int STREAM_TOKEN_FIELD_NUMBER = 2;
|
||
|
public static final int WRITE_RESULTS_FIELD_NUMBER = 3;
|
||
|
public AQX commitTime_;
|
||
|
private String streamId_ = "";
|
||
|
public QwV streamToken_ = QwV.a;
|
||
|
public MTP.RVV<gNP> writeResults_ = emptyProtobufList();
|
||
|
|
||
|
private C1151WuV() {
|
||
|
}
|
||
|
|
||
|
/* renamed from: o.WuV$Sts */
|
||
|
/* loaded from: classes2.dex */
|
||
|
public static final class Sts extends KUw.LWm<C1151WuV, Sts> implements LED {
|
||
|
/* synthetic */ Sts(byte b) {
|
||
|
this();
|
||
|
}
|
||
|
|
||
|
private Sts() {
|
||
|
super(C1151WuV.DEFAULT_INSTANCE);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/* renamed from: o.WuV$1, reason: invalid class name */
|
||
|
/* loaded from: classes2.dex */
|
||
|
static /* synthetic */ class AnonymousClass1 {
|
||
|
static final int[] d;
|
||
|
|
||
|
static {
|
||
|
int[] iArr = new int[KUw.ojQ.values().length];
|
||
|
d = iArr;
|
||
|
try {
|
||
|
iArr[KUw.ojQ.NEW_MUTABLE_INSTANCE.ordinal()] = 1;
|
||
|
} catch (NoSuchFieldError unused) {
|
||
|
}
|
||
|
try {
|
||
|
d[KUw.ojQ.NEW_BUILDER.ordinal()] = 2;
|
||
|
} catch (NoSuchFieldError unused2) {
|
||
|
}
|
||
|
try {
|
||
|
d[KUw.ojQ.BUILD_MESSAGE_INFO.ordinal()] = 3;
|
||
|
} catch (NoSuchFieldError unused3) {
|
||
|
}
|
||
|
try {
|
||
|
d[KUw.ojQ.GET_DEFAULT_INSTANCE.ordinal()] = 4;
|
||
|
} catch (NoSuchFieldError unused4) {
|
||
|
}
|
||
|
try {
|
||
|
d[KUw.ojQ.GET_PARSER.ordinal()] = 5;
|
||
|
} catch (NoSuchFieldError unused5) {
|
||
|
}
|
||
|
try {
|
||
|
d[KUw.ojQ.GET_MEMOIZED_IS_INITIALIZED.ordinal()] = 6;
|
||
|
} catch (NoSuchFieldError unused6) {
|
||
|
}
|
||
|
try {
|
||
|
d[KUw.ojQ.SET_MEMOIZED_IS_INITIALIZED.ordinal()] = 7;
|
||
|
} catch (NoSuchFieldError unused7) {
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Override // o.KUw
|
||
|
public final Object dynamicMethod(KUw.ojQ ojq, Object obj, Object obj2) {
|
||
|
XgX xgX;
|
||
|
switch (AnonymousClass1.d[ojq.ordinal()]) {
|
||
|
case 1:
|
||
|
return new C1151WuV();
|
||
|
case 2:
|
||
|
return new Sts((byte) 0);
|
||
|
case 3:
|
||
|
return newMessageInfo(DEFAULT_INSTANCE, "\u0000\u0004\u0000\u0000\u0001\u0004\u0004\u0000\u0001\u0000\u0001Ȉ\u0002\n\u0003\u001b\u0004\t", new Object[]{"streamId_", "streamToken_", "writeResults_", gNP.class, "commitTime_"});
|
||
|
case 4:
|
||
|
return DEFAULT_INSTANCE;
|
||
|
case 5:
|
||
|
XgX<C1151WuV> xgX2 = PARSER;
|
||
|
if (xgX2 != null) {
|
||
|
return xgX2;
|
||
|
}
|
||
|
synchronized (C1151WuV.class) {
|
||
|
xgX = PARSER;
|
||
|
if (xgX == null) {
|
||
|
xgX = new KUw.HBt(DEFAULT_INSTANCE);
|
||
|
PARSER = xgX;
|
||
|
}
|
||
|
}
|
||
|
return xgX;
|
||
|
case 6:
|
||
|
return (byte) 1;
|
||
|
case 7:
|
||
|
return null;
|
||
|
default:
|
||
|
throw new UnsupportedOperationException();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
static {
|
||
|
C1151WuV c1151WuV = new C1151WuV();
|
||
|
DEFAULT_INSTANCE = c1151WuV;
|
||
|
KUw.registerDefaultInstance(C1151WuV.class, c1151WuV);
|
||
|
}
|
||
|
|
||
|
public static C1151WuV b() {
|
||
|
return DEFAULT_INSTANCE;
|
||
|
}
|
||
|
}
|