package e4;

import com.google.protobuf.AbstractC1298c;
import com.google.protobuf.AbstractC1300d;
import com.google.protobuf.InterfaceC1334u0;
import java.util.ArrayList;
import java.util.List;

/* JADX INFO: renamed from: e4.e0, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes3.dex */
public final class C1978e0 extends com.google.protobuf.L implements InterfaceC1334u0 {
    private static final C1978e0 DEFAULT_INSTANCE;
    public static final int FILTERS_FIELD_NUMBER = 2;
    public static final int OP_FIELD_NUMBER = 1;
    private static volatile com.google.protobuf.B0 PARSER;
    private com.google.protobuf.Y filters_ = com.google.protobuf.L.emptyProtobufList();
    private int op_;

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

    public static void f(C1978e0 c1978e0, EnumC1976d0 enumC1976d0) {
        c1978e0.getClass();
        c1978e0.op_ = enumC1976d0.getNumber();
    }

    public static void g(C1978e0 c1978e0, ArrayList arrayList) {
        com.google.protobuf.Y y6 = c1978e0.filters_;
        if (!((AbstractC1300d) y6).f14257a) {
            c1978e0.filters_ = com.google.protobuf.L.mutableCopy(y6);
        }
        AbstractC1298c.addAll((Iterable) arrayList, (List) c1978e0.filters_);
    }

    public static C1978e0 h() {
        return DEFAULT_INSTANCE;
    }

    public static C1974c0 k() {
        return (C1974c0) 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\u0002\u0000\u0000\u0001\u0002\u0002\u0000\u0001\u0000\u0001\f\u0002\u001b", new Object[]{"op_", "filters_", C1996n0.class});
            case 3:
                return new C1978e0();
            case 4:
                return new C1974c0(DEFAULT_INSTANCE);
            case 5:
                return DEFAULT_INSTANCE;
            case 6:
                com.google.protobuf.B0 b02 = PARSER;
                if (b02 != null) {
                    return b02;
                }
                synchronized (C1978e0.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 com.google.protobuf.Y i() {
        return this.filters_;
    }

    public final EnumC1976d0 j() {
        int i6 = this.op_;
        EnumC1976d0 enumC1976d0 = i6 != 0 ? i6 != 1 ? i6 != 2 ? null : EnumC1976d0.OR : EnumC1976d0.AND : EnumC1976d0.OPERATOR_UNSPECIFIED;
        return enumC1976d0 == null ? EnumC1976d0.UNRECOGNIZED : enumC1976d0;
    }
}
