noProxyForTest property

  1. @TagNumber(1)
bool get noProxyForTest

Not configurable if part of an API Group (will use the group's prefix). @doc If false, does not use the proxy_prefix_url in testing.

Implementation

@$pb.TagNumber(1)
$core.bool get noProxyForTest => $_getBF(0);
  1. @TagNumber(1)
set noProxyForTest (bool value)

Implementation

@$pb.TagNumber(1)
set noProxyForTest($core.bool value) => $_setBool(0, value);