package e4;

/* JADX INFO: renamed from: e4.d0, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes3.dex */
public enum EnumC1976d0 implements com.google.protobuf.T {
    OPERATOR_UNSPECIFIED(0),
    AND(1),
    OR(2),
    UNRECOGNIZED(-1);


    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final int f16304a;

    EnumC1976d0(int i6) {
        this.f16304a = i6;
    }

    @Override // com.google.protobuf.T
    public final int getNumber() {
        if (this != UNRECOGNIZED) {
            return this.f16304a;
        }
        throw new IllegalArgumentException("Can't get the number of an unknown enum value.");
    }
}
