package com.google.android.play.core.integrity; import com.google.android.play.core.integrity.IntegrityTokenRequest; /* loaded from: classes2.dex */ final class a extends IntegrityTokenRequest.Builder { /* renamed from: a, reason: collision with root package name */ private String f5196a; /* renamed from: b, reason: collision with root package name */ private Long f5197b; a() { } @Override // com.google.android.play.core.integrity.IntegrityTokenRequest.Builder public final IntegrityTokenRequest build() { String str = this.f5196a; if (str != null) { return new c(str, this.f5197b, null); } throw new IllegalStateException("Missing required properties: nonce"); } @Override // com.google.android.play.core.integrity.IntegrityTokenRequest.Builder public final IntegrityTokenRequest.Builder setCloudProjectNumber(long j10) { this.f5197b = Long.valueOf(j10); return this; } @Override // com.google.android.play.core.integrity.IntegrityTokenRequest.Builder public final IntegrityTokenRequest.Builder setNonce(String str) { if (str == null) { throw new NullPointerException("Null nonce"); } this.f5196a = str; return this; } }