serverKeyRestrictions property
The IP addresses of callers that are allowed to use the key.
Implementation
@$pb.TagNumber(2)
ServerKeyRestrictions get serverKeyRestrictions => $_getN(1);
Implementation
@$pb.TagNumber(2)
set serverKeyRestrictions(ServerKeyRestrictions value) =>
$_setField(2, value);