hasCompletedHttpSetup property
The cross-phase latched bit that survives between calls. SDKs read this to decide whether an authenticated call can proceed without a retryHTTP.
Implementation
@$pb.TagNumber(4)
$core.bool get hasCompletedHttpSetup => $_getBF(3);
Implementation
@$pb.TagNumber(4)
set hasCompletedHttpSetup($core.bool value) => $_setBool(3, value);