package e4;

import com.google.protobuf.InterfaceC1334u0;

/* JADX INFO: loaded from: classes3.dex */
public final class W extends com.google.protobuf.L implements InterfaceC1334u0 {
    public static final int ALIAS_FIELD_NUMBER = 7;
    public static final int AVG_FIELD_NUMBER = 3;
    public static final int COUNT_FIELD_NUMBER = 1;
    private static final W DEFAULT_INSTANCE;
    private static volatile com.google.protobuf.B0 PARSER = null;
    public static final int SUM_FIELD_NUMBER = 2;
    private Object operator_;
    private int operatorCase_ = 0;
    private String alias_ = "";

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

    public static void f(W w6, T t6) {
        w6.getClass();
        t6.getClass();
        w6.operator_ = t6;
        w6.operatorCase_ = 1;
    }

    public static void g(W w6, V v3) {
        w6.getClass();
        v3.getClass();
        w6.operator_ = v3;
        w6.operatorCase_ = 2;
    }

    public static void h(W w6, Q q6) {
        w6.getClass();
        q6.getClass();
        w6.operator_ = q6;
        w6.operatorCase_ = 3;
    }

    public static void i(W w6, String str) {
        w6.getClass();
        str.getClass();
        w6.alias_ = str;
    }

    public static S j() {
        return (S) 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\u0007\u0004\u0000\u0000\u0000\u0001<\u0000\u0002<\u0000\u0003<\u0000\u0007Ȉ", new Object[]{"operator_", "operatorCase_", T.class, V.class, Q.class, "alias_"});
            case 3:
                return new W();
            case 4:
                return new S(DEFAULT_INSTANCE);
            case 5:
                return DEFAULT_INSTANCE;
            case 6:
                com.google.protobuf.B0 b02 = PARSER;
                if (b02 != null) {
                    return b02;
                }
                synchronized (W.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();
        }
    }
}
