package com.google.android.gms.internal.measurement;

/* JADX INFO: loaded from: classes2.dex */
public final class k0 {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public String f20271a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public zzco f20272b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public zzcn f20273c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public byte f20274d;

    public final l0 a() {
        if (this.f20274d == 1 && this.f20271a != null && this.f20272b != null && this.f20273c != null) {
            return new l0(this.f20271a, this.f20272b, this.f20273c);
        }
        StringBuilder sb = new StringBuilder();
        if (this.f20271a == null) {
            sb.append(" fileOwner");
        }
        if ((1 & this.f20274d) == 0) {
            sb.append(" hasDifferentDmaOwner");
        }
        if (this.f20272b == null) {
            sb.append(" fileChecks");
        }
        if (this.f20273c == null) {
            sb.append(" filePurpose");
        }
        throw new IllegalStateException("Missing required properties:".concat(String.valueOf(sb)));
    }
}
