package com.google.protobuf;

/* JADX INFO: renamed from: com.google.protobuf.g, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes3.dex */
public final class C1306g extends L implements InterfaceC1334u0 {
    private static final C1306g DEFAULT_INSTANCE;
    private static volatile B0 PARSER = null;
    public static final int TYPE_URL_FIELD_NUMBER = 1;
    public static final int VALUE_FIELD_NUMBER = 2;
    private String typeUrl_ = "";
    private AbstractC1320n value_ = AbstractC1320n.f14310b;

    static {
        C1306g c1306g = new C1306g();
        DEFAULT_INSTANCE = c1306g;
        L.registerDefaultInstance(C1306g.class, c1306g);
    }

    @Override // com.google.protobuf.L
    public final Object dynamicMethod(K k6, Object obj, Object obj2) {
        B0 h5;
        switch (k6.ordinal()) {
            case 0:
                return (byte) 1;
            case 1:
                return null;
            case 2:
                return L.newMessageInfo(DEFAULT_INSTANCE, "\u0000\u0002\u0000\u0000\u0001\u0002\u0002\u0000\u0000\u0000\u0001Ȉ\u0002\n", new Object[]{"typeUrl_", "value_"});
            case 3:
                return new C1306g();
            case 4:
                return new C1304f(DEFAULT_INSTANCE);
            case 5:
                return DEFAULT_INSTANCE;
            case 6:
                B0 b02 = PARSER;
                if (b02 != null) {
                    return b02;
                }
                synchronized (C1306g.class) {
                    try {
                        h5 = PARSER;
                        if (h5 == null) {
                            h5 = new H(DEFAULT_INSTANCE);
                            PARSER = h5;
                        }
                    } catch (Throwable th) {
                        throw th;
                    }
                    break;
                }
                return h5;
            default:
                throw new UnsupportedOperationException();
        }
    }
}
