httpApplicable property
Whether this configuration has a usable credential and URL pair at all. Local-only development builds set it false so platform SDKs stop retrying HTTP on every guarded call.
Implementation
@$pb.TagNumber(5)
$core.bool get httpApplicable => $_getBF(4);
Implementation
@$pb.TagNumber(5)
set httpApplicable($core.bool value) => $_setBool(4, value);