allowWithoutCredential property
If true, the service accepts API keys without any other credential.
Implementation
@$pb.TagNumber(5)
$core.bool get allowWithoutCredential => $_getBF(2);
Implementation
@$pb.TagNumber(5)
set allowWithoutCredential($core.bool value) => $_setBool(2, value);