class Protobuf::Generators::MessageGenerator

def is_printable?

def is_printable?
  if @only_declarations
    has_nested_types?
  else
    has_fields? || has_nested_messages? || has_extensions?
  end
end