hasCompletedHttpSetup property

  1. @TagNumber.new(4)
bool get hasCompletedHttpSetup

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);
  1. @TagNumber.new(4)
set hasCompletedHttpSetup (bool value)

Implementation

@$pb.TagNumber(4)
set hasCompletedHttpSetup($core.bool value) => $_setBool(3, value);