package h4;

import com.google.protobuf.B0;
import com.google.protobuf.C1304f;
import com.google.protobuf.C1306g;
import com.google.protobuf.H;
import com.google.protobuf.InterfaceC1334u0;
import com.google.protobuf.K;
import com.google.protobuf.L;
import com.google.protobuf.Y;

/* JADX INFO: renamed from: h4.a, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes3.dex */
public final class C2233a extends L implements InterfaceC1334u0 {
    public static final int CODE_FIELD_NUMBER = 1;
    private static final C2233a DEFAULT_INSTANCE;
    public static final int DETAILS_FIELD_NUMBER = 3;
    public static final int MESSAGE_FIELD_NUMBER = 2;
    private static volatile B0 PARSER;
    private int code_;
    private String message_ = "";
    private Y details_ = L.emptyProtobufList();

    static {
        C2233a c2233a = new C2233a();
        DEFAULT_INSTANCE = c2233a;
        L.registerDefaultInstance(C2233a.class, c2233a);
    }

    public static C2233a g() {
        return DEFAULT_INSTANCE;
    }

    @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\u0003\u0000\u0000\u0001\u0003\u0003\u0000\u0001\u0000\u0001\u0004\u0002Ȉ\u0003\u001b", new Object[]{"code_", "message_", "details_", C1306g.class});
            case 3:
                return new C2233a();
            case 4:
                return new C1304f(DEFAULT_INSTANCE);
            case 5:
                return DEFAULT_INSTANCE;
            case 6:
                B0 b02 = PARSER;
                if (b02 != null) {
                    return b02;
                }
                synchronized (C2233a.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 f() {
        return this.code_;
    }

    public final String h() {
        return this.message_;
    }
}
