class Protobuf::Field::BaseField

def deprecated?

Is this a deprecated field?
def deprecated?
  !! @deprecated
end