package X3;

import com.google.crypto.tink.shaded.protobuf.InterfaceC1276y;

/* JADX INFO: loaded from: classes3.dex */
public enum Z implements InterfaceC1276y {
    UNKNOWN_STATUS(0),
    ENABLED(1),
    DISABLED(2),
    DESTROYED(3),
    UNRECOGNIZED(-1);


    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final int f8631a;

    Z(int i6) {
        this.f8631a = i6;
    }

    public final int a() {
        if (this != UNRECOGNIZED) {
            return this.f8631a;
        }
        throw new IllegalArgumentException("Can't get the number of an unknown enum value.");
    }
}
