deprecated property

  1. @TagNumber(33)
bool deprecated

Is this service deprecated? Depending on the target platform, this can emit Deprecated annotations for the service, or it will be completely ignored; in the very least, this is a formalization for deprecating services.

Implementation

@$pb.TagNumber(33)
$core.bool get deprecated => $_getBF(0);
  1. @TagNumber(33)
void deprecated=(bool v)

Implementation

@$pb.TagNumber(33)
set deprecated($core.bool v) { $_setBool(0, v); }