package e4;

import com.google.protobuf.InterfaceC1334u0;
import com.google.protobuf.R0;

/* JADX INFO: loaded from: classes3.dex */
public final class L extends com.google.protobuf.L implements InterfaceC1334u0 {
    private static final L DEFAULT_INSTANCE;
    public static final int EXISTS_FIELD_NUMBER = 1;
    private static volatile com.google.protobuf.B0 PARSER = null;
    public static final int UPDATE_TIME_FIELD_NUMBER = 2;
    private int conditionTypeCase_ = 0;
    private Object conditionType_;

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

    public static void f(L l, boolean z6) {
        l.conditionTypeCase_ = 1;
        l.conditionType_ = Boolean.valueOf(z6);
    }

    public static void g(L l, R0 r02) {
        l.getClass();
        r02.getClass();
        l.conditionType_ = r02;
        l.conditionTypeCase_ = 2;
    }

    public static L i() {
        return DEFAULT_INSTANCE;
    }

    public static K l() {
        return (K) 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\u0001\u0000\u0001\u0002\u0002\u0000\u0000\u0000\u0001:\u0000\u0002<\u0000", new Object[]{"conditionType_", "conditionTypeCase_", R0.class});
            case 3:
                return new L();
            case 4:
                return new K(DEFAULT_INSTANCE);
            case 5:
                return DEFAULT_INSTANCE;
            case 6:
                com.google.protobuf.B0 b02 = PARSER;
                if (b02 != null) {
                    return b02;
                }
                synchronized (L.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 int h() {
        int i6 = this.conditionTypeCase_;
        if (i6 == 0) {
            return 3;
        }
        int i7 = 1;
        if (i6 != 1) {
            i7 = 2;
            if (i6 != 2) {
                return 0;
            }
        }
        return i7;
    }

    public final boolean j() {
        if (this.conditionTypeCase_ == 1) {
            return ((Boolean) this.conditionType_).booleanValue();
        }
        return false;
    }

    public final R0 k() {
        return this.conditionTypeCase_ == 2 ? (R0) this.conditionType_ : R0.h();
    }
}
