package e4;

import com.google.protobuf.InterfaceC1334u0;

/* JADX INFO: renamed from: e4.z, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes3.dex */
public final class C2010z extends com.google.protobuf.L implements InterfaceC1334u0 {
    public static final int APPEND_MISSING_ELEMENTS_FIELD_NUMBER = 6;
    private static final C2010z DEFAULT_INSTANCE;
    public static final int FIELD_PATH_FIELD_NUMBER = 1;
    public static final int INCREMENT_FIELD_NUMBER = 3;
    public static final int MAXIMUM_FIELD_NUMBER = 4;
    public static final int MINIMUM_FIELD_NUMBER = 5;
    private static volatile com.google.protobuf.B0 PARSER = null;
    public static final int REMOVE_ALL_FROM_ARRAY_FIELD_NUMBER = 7;
    public static final int SET_TO_SERVER_VALUE_FIELD_NUMBER = 2;
    private Object transformType_;
    private int transformTypeCase_ = 0;
    private String fieldPath_ = "";

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

    public static void f(C2010z c2010z, C1975d c1975d) {
        c2010z.getClass();
        c1975d.getClass();
        c2010z.transformType_ = c1975d;
        c2010z.transformTypeCase_ = 6;
    }

    public static void g(C2010z c2010z, String str) {
        c2010z.getClass();
        str.getClass();
        c2010z.fieldPath_ = str;
    }

    public static void h(C2010z c2010z, C1975d c1975d) {
        c2010z.getClass();
        c1975d.getClass();
        c2010z.transformType_ = c1975d;
        c2010z.transformTypeCase_ = 7;
    }

    public static void i(C2010z c2010z) {
        EnumC2009y enumC2009y = EnumC2009y.REQUEST_TIME;
        c2010z.getClass();
        c2010z.transformType_ = Integer.valueOf(enumC2009y.getNumber());
        c2010z.transformTypeCase_ = 2;
    }

    public static void j(C2010z c2010z, H0 h0) {
        c2010z.getClass();
        h0.getClass();
        c2010z.transformType_ = h0;
        c2010z.transformTypeCase_ = 3;
    }

    public static C2008x q() {
        return (C2008x) 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\u0007\u0001\u0000\u0001\u0007\u0007\u0000\u0000\u0000\u0001Ȉ\u0002?\u0000\u0003<\u0000\u0004<\u0000\u0005<\u0000\u0006<\u0000\u0007<\u0000", new Object[]{"transformType_", "transformTypeCase_", "fieldPath_", H0.class, H0.class, H0.class, C1975d.class, C1975d.class});
            case 3:
                return new C2010z();
            case 4:
                return new C2008x(DEFAULT_INSTANCE);
            case 5:
                return DEFAULT_INSTANCE;
            case 6:
                com.google.protobuf.B0 b02 = PARSER;
                if (b02 != null) {
                    return b02;
                }
                synchronized (C2010z.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 C1975d k() {
        return this.transformTypeCase_ == 6 ? (C1975d) this.transformType_ : C1975d.i();
    }

    public final String l() {
        return this.fieldPath_;
    }

    public final H0 m() {
        return this.transformTypeCase_ == 3 ? (H0) this.transformType_ : H0.t();
    }

    public final C1975d n() {
        return this.transformTypeCase_ == 7 ? (C1975d) this.transformType_ : C1975d.i();
    }

    public final EnumC2009y o() {
        int i6 = this.transformTypeCase_;
        EnumC2009y enumC2009y = EnumC2009y.SERVER_VALUE_UNSPECIFIED;
        if (i6 == 2) {
            int iIntValue = ((Integer) this.transformType_).intValue();
            if (iIntValue != 0) {
                enumC2009y = iIntValue != 1 ? null : EnumC2009y.REQUEST_TIME;
            }
            if (enumC2009y == null) {
                return EnumC2009y.UNRECOGNIZED;
            }
        }
        return enumC2009y;
    }

    public final int p() {
        int i6 = this.transformTypeCase_;
        if (i6 == 0) {
            return 7;
        }
        switch (i6) {
            case 2:
                return 1;
            case 3:
                return 2;
            case 4:
                return 3;
            case 5:
                return 4;
            case 6:
                return 5;
            case 7:
                return 6;
            default:
                return 0;
        }
    }
}
