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

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

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

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

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

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

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public long f11228e;

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

    public final gh1 a() {
        String str;
        if (this.f11229f == 63 && (str = this.f11224a) != null) {
            return new gh1(str, this.f11225b, this.f11226c, this.f11227d, this.f11228e);
        }
        StringBuilder sb = new StringBuilder();
        if (this.f11224a == null) {
            sb.append(" clientVersion");
        }
        if ((this.f11229f & 1) == 0) {
            sb.append(" shouldGetAdvertisingId");
        }
        if ((this.f11229f & 2) == 0) {
            sb.append(" isGooglePlayServicesAvailable");
        }
        if ((this.f11229f & 4) == 0) {
            sb.append(" enableQuerySignalsTimeout");
        }
        if ((this.f11229f & 8) == 0) {
            sb.append(" querySignalsTimeoutMs");
        }
        if ((this.f11229f & 16) == 0) {
            sb.append(" enableQuerySignalsCache");
        }
        if ((this.f11229f & 32) == 0) {
            sb.append(" querySignalsCacheTtlSeconds");
        }
        throw new IllegalStateException("Missing required properties:".concat(sb.toString()));
    }
}
