package e4;

import com.google.protobuf.C1323o0;
import com.google.protobuf.InterfaceC1334u0;

/* JADX INFO: loaded from: classes3.dex */
public final class F extends com.google.protobuf.L implements InterfaceC1334u0 {
    public static final int ADD_TARGET_FIELD_NUMBER = 2;
    public static final int DATABASE_FIELD_NUMBER = 1;
    private static final F DEFAULT_INSTANCE;
    public static final int LABELS_FIELD_NUMBER = 4;
    private static volatile com.google.protobuf.B0 PARSER = null;
    public static final int REMOVE_TARGET_FIELD_NUMBER = 3;
    private Object targetChange_;
    private int targetChangeCase_ = 0;
    private C1323o0 labels_ = C1323o0.f14322b;
    private String database_ = "";

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

    public static C1323o0 f(F f6) {
        C1323o0 c1323o0 = f6.labels_;
        if (!c1323o0.f14323a) {
            f6.labels_ = c1323o0.c();
        }
        return f6.labels_;
    }

    public static void g(F f6, String str) {
        f6.getClass();
        str.getClass();
        f6.database_ = str;
    }

    public static void h(F f6, A0 a02) {
        f6.getClass();
        a02.getClass();
        f6.targetChange_ = a02;
        f6.targetChangeCase_ = 2;
    }

    public static void i(F f6, int i6) {
        f6.targetChangeCase_ = 3;
        f6.targetChange_ = Integer.valueOf(i6);
    }

    public static F j() {
        return DEFAULT_INSTANCE;
    }

    public static D k() {
        return (D) 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\u0004\u0001\u0000\u0001\u0004\u0004\u0001\u0000\u0000\u0001Ȉ\u0002<\u0000\u00037\u0000\u00042", new Object[]{"targetChange_", "targetChangeCase_", "database_", A0.class, "labels_", E.f16289a});
            case 3:
                return new F();
            case 4:
                return new D(DEFAULT_INSTANCE);
            case 5:
                return DEFAULT_INSTANCE;
            case 6:
                com.google.protobuf.B0 b02 = PARSER;
                if (b02 != null) {
                    return b02;
                }
                synchronized (F.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();
        }
    }
}
