package com.google.protobuf;

/* JADX INFO: loaded from: classes3.dex */
public final class N extends L implements InterfaceC1334u0 {
    private static final N DEFAULT_INSTANCE;
    private static volatile B0 PARSER = null;
    public static final int VALUE_FIELD_NUMBER = 1;
    private int value_;

    static {
        N n6 = new N();
        DEFAULT_INSTANCE = n6;
        L.registerDefaultInstance(N.class, n6);
    }

    public static void f(N n6, int i6) {
        n6.value_ = i6;
    }

    public static N g() {
        return DEFAULT_INSTANCE;
    }

    public static M i() {
        return (M) DEFAULT_INSTANCE.createBuilder();
    }

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

    public final int h() {
        return this.value_;
    }
}
