package e4;

import com.google.protobuf.InterfaceC1334u0;

/* JADX INFO: renamed from: e4.n0, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes3.dex */
public final class C1996n0 extends com.google.protobuf.L implements InterfaceC1334u0 {
    public static final int COMPOSITE_FILTER_FIELD_NUMBER = 1;
    private static final C1996n0 DEFAULT_INSTANCE;
    public static final int FIELD_FILTER_FIELD_NUMBER = 2;
    private static volatile com.google.protobuf.B0 PARSER = null;
    public static final int UNARY_FILTER_FIELD_NUMBER = 3;
    private int filterTypeCase_ = 0;
    private Object filterType_;

    static {
        C1996n0 c1996n0 = new C1996n0();
        DEFAULT_INSTANCE = c1996n0;
        com.google.protobuf.L.registerDefaultInstance(C1996n0.class, c1996n0);
    }

    public static void f(C1996n0 c1996n0, C1986i0 c1986i0) {
        c1996n0.getClass();
        c1986i0.getClass();
        c1996n0.filterType_ = c1986i0;
        c1996n0.filterTypeCase_ = 2;
    }

    public static void g(C1996n0 c1996n0, t0 t0Var) {
        c1996n0.getClass();
        t0Var.getClass();
        c1996n0.filterType_ = t0Var;
        c1996n0.filterTypeCase_ = 3;
    }

    public static void h(C1996n0 c1996n0, C1978e0 c1978e0) {
        c1996n0.getClass();
        c1978e0.getClass();
        c1996n0.filterType_ = c1978e0;
        c1996n0.filterTypeCase_ = 1;
    }

    public static C1996n0 j() {
        return DEFAULT_INSTANCE;
    }

    public static C1992l0 n() {
        return (C1992l0) DEFAULT_INSTANCE.createBuilder();
    }

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

    public final C1978e0 i() {
        return this.filterTypeCase_ == 1 ? (C1978e0) this.filterType_ : C1978e0.h();
    }

    public final C1986i0 k() {
        return this.filterTypeCase_ == 2 ? (C1986i0) this.filterType_ : C1986i0.i();
    }

    public final EnumC1994m0 l() {
        int i6 = this.filterTypeCase_;
        if (i6 == 0) {
            return EnumC1994m0.f16327d;
        }
        if (i6 == 1) {
            return EnumC1994m0.f16324a;
        }
        if (i6 == 2) {
            return EnumC1994m0.f16325b;
        }
        if (i6 != 3) {
            return null;
        }
        return EnumC1994m0.f16326c;
    }

    public final t0 m() {
        return this.filterTypeCase_ == 3 ? (t0) this.filterType_ : t0.h();
    }
}
