allowWithoutCredential property

  1. @TagNumber.new(5)
bool get allowWithoutCredential

If true, the service accepts API keys without any other credential.

Implementation

@$pb.TagNumber(5)
$core.bool get allowWithoutCredential => $_getBF(2);
  1. @TagNumber.new(5)
set allowWithoutCredential (bool value)

Implementation

@$pb.TagNumber(5)
set allowWithoutCredential($core.bool value) => $_setBool(2, value);